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

2012-03-16 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(+) diff --git a/qerror.c b/qerror.c

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

2012-03-12 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(+) diff --git a/qerror.c b/qerror.c

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

2012-03-09 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(+) diff --git a/qerror.c b/qerror.c