Re: [Qemu-devel] [PATCH 1/6] QError: Introduce new errors for the migration command

2012-02-15 Thread Juan Quintela
Luiz Capitulino wrote: > The new errors are QERR_MIGRATION_ACTIVE and QERR_MIGRATION_NOT_SUPPORTED, > which are going to be used by the QAPI converted migration command. > > Signed-off-by: Luiz Capitulino Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH 1/6] QError: Introduce new errors for the migration command

2012-02-10 Thread Luiz Capitulino
The new errors are QERR_MIGRATION_ACTIVE and QERR_MIGRATION_NOT_SUPPORTED, which are going to be used by the QAPI converted migration command. Signed-off-by: Luiz Capitulino --- qerror.c |8 qerror.h |6 ++ 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/qerr