* [Qemu-devel] [PATCH] qerror.h: Swap definitions that were not in alphabetical order
@ 2015-02-20 18:53 Alberto Garcia
2015-02-23 19:56 ` John Snow
0 siblings, 1 reply; 4+ messages in thread
From: Alberto Garcia @ 2015-02-20 18:53 UTC (permalink / raw)
To: qemu-devel; +Cc: Alberto Garcia
Signed-off-by: Alberto Garcia <berto@igalia.com>
---
include/qapi/qmp/qerror.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h
index 986260f..57a62d4 100644
--- a/include/qapi/qmp/qerror.h
+++ b/include/qapi/qmp/qerror.h
@@ -37,12 +37,12 @@ void qerror_report_err(Error *err);
#define QERR_BASE_NOT_FOUND \
ERROR_CLASS_GENERIC_ERROR, "Base '%s' not found"
-#define QERR_BLOCK_JOB_NOT_READY \
- ERROR_CLASS_GENERIC_ERROR, "The active block job for device '%s' cannot be completed"
-
#define QERR_BLOCK_FORMAT_FEATURE_NOT_SUPPORTED \
ERROR_CLASS_GENERIC_ERROR, "Block format '%s' used by device '%s' does not support feature '%s'"
+#define QERR_BLOCK_JOB_NOT_READY \
+ ERROR_CLASS_GENERIC_ERROR, "The active block job for device '%s' cannot be completed"
+
#define QERR_BUS_NO_HOTPLUG \
ERROR_CLASS_GENERIC_ERROR, "Bus '%s' does not support hotplugging"
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] qerror.h: Swap definitions that were not in alphabetical order
2015-02-20 18:53 [Qemu-devel] [PATCH] qerror.h: Swap definitions that were not in alphabetical order Alberto Garcia
@ 2015-02-23 19:56 ` John Snow
0 siblings, 0 replies; 4+ messages in thread
From: John Snow @ 2015-02-23 19:56 UTC (permalink / raw)
To: Alberto Garcia, qemu-devel; +Cc: qemu-trivial >> QEMU Trivial
On 02/20/2015 01:53 PM, Alberto Garcia wrote:
> Signed-off-by: Alberto Garcia <berto@igalia.com>
> ---
> include/qapi/qmp/qerror.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h
> index 986260f..57a62d4 100644
> --- a/include/qapi/qmp/qerror.h
> +++ b/include/qapi/qmp/qerror.h
> @@ -37,12 +37,12 @@ void qerror_report_err(Error *err);
> #define QERR_BASE_NOT_FOUND \
> ERROR_CLASS_GENERIC_ERROR, "Base '%s' not found"
>
> -#define QERR_BLOCK_JOB_NOT_READY \
> - ERROR_CLASS_GENERIC_ERROR, "The active block job for device '%s' cannot be completed"
> -
> #define QERR_BLOCK_FORMAT_FEATURE_NOT_SUPPORTED \
> ERROR_CLASS_GENERIC_ERROR, "Block format '%s' used by device '%s' does not support feature '%s'"
>
> +#define QERR_BLOCK_JOB_NOT_READY \
> + ERROR_CLASS_GENERIC_ERROR, "The active block job for device '%s' cannot be completed"
> +
> #define QERR_BUS_NO_HOTPLUG \
> ERROR_CLASS_GENERIC_ERROR, "Bus '%s' does not support hotplugging"
>
>
Cc: qemu-trivial@nongnu.org
Reviewed-by: John Snow <jsnow@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1424437103-17523-1-git-send-email-berto@igalia.com>]
end of thread, other threads:[~2015-03-02 9:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 18:53 [Qemu-devel] [PATCH] qerror.h: Swap definitions that were not in alphabetical order Alberto Garcia
2015-02-23 19:56 ` John Snow
[not found] <1424437103-17523-1-git-send-email-berto@igalia.com>
2015-02-28 9:04 ` Michael Tokarev
2015-03-02 9:39 ` Markus Armbruster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).