]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Remove erroneously placed comments for numerical ordering
authorJohn Ferlan <jferlan@redhat.com>
Thu, 10 Nov 2016 14:47:50 +0000 (09:47 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 10 Nov 2016 15:55:31 +0000 (10:55 -0500)
Commit id '74bbb8c2ec' seems to have mismerged a bit - adding 240 comments
out of place.  Just clean that up.

src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h

index 5a3004de17ce1a3768899e434b0f64d39bf5e215..ad98d689b5d9f2c499f3fe952cc10a1e381ab43e 100644 (file)
@@ -351,8 +351,7 @@ VIR_ENUM_IMPL(virQEMUCaps, QEMU_CAPS_LAST,
 
               "ivshmem-doorbell", /* 240 */
               "query-qmp-schema",
-
-              "gluster.debug_level", /* 240 */
+              "gluster.debug_level",
     );
 
 
index 02014c048d019641d722d8434a4d73c213a592dc..916357248ba0d9fc0e6a8f792e450e77d6e0a173 100644 (file)
@@ -386,8 +386,6 @@ typedef enum {
     /* 240 */
     QEMU_CAPS_DEVICE_IVSHMEM_DOORBELL, /* -device ivshmem-doorbell */
     QEMU_CAPS_QUERY_QMP_SCHEMA, /* query-qmp-schema command */
-
-    /* 240 */
     QEMU_CAPS_GLUSTER_DEBUG_LEVEL, /* -drive gluster.debug_level={0..9} */
 
     QEMU_CAPS_LAST /* this must always be the last item */