qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH] qerror.h: Swap definitions that


From: John Snow
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] qerror.h: Swap definitions that were not in alphabetical order
Date: Mon, 23 Feb 2015 14:56:06 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0



On 02/20/2015 01:53 PM, Alberto Garcia wrote:
Signed-off-by: Alberto Garcia <address@hidden>
---
  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: address@hidden

Reviewed-by: John Snow <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]