mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
qemu: Remove erroneously placed comments for numerical ordering
Commit id '74bbb8c2ec' seems to have mismerged a bit - adding 240 comments out of place. Just clean that up.
This commit is contained in:
parent
21db4ab052
commit
ec00fc016a
@ -351,8 +351,7 @@ VIR_ENUM_IMPL(virQEMUCaps, QEMU_CAPS_LAST,
|
|||||||
|
|
||||||
"ivshmem-doorbell", /* 240 */
|
"ivshmem-doorbell", /* 240 */
|
||||||
"query-qmp-schema",
|
"query-qmp-schema",
|
||||||
|
"gluster.debug_level",
|
||||||
"gluster.debug_level", /* 240 */
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
@ -386,8 +386,6 @@ typedef enum {
|
|||||||
/* 240 */
|
/* 240 */
|
||||||
QEMU_CAPS_DEVICE_IVSHMEM_DOORBELL, /* -device ivshmem-doorbell */
|
QEMU_CAPS_DEVICE_IVSHMEM_DOORBELL, /* -device ivshmem-doorbell */
|
||||||
QEMU_CAPS_QUERY_QMP_SCHEMA, /* query-qmp-schema command */
|
QEMU_CAPS_QUERY_QMP_SCHEMA, /* query-qmp-schema command */
|
||||||
|
|
||||||
/* 240 */
|
|
||||||
QEMU_CAPS_GLUSTER_DEBUG_LEVEL, /* -drive gluster.debug_level={0..9} */
|
QEMU_CAPS_GLUSTER_DEBUG_LEVEL, /* -drive gluster.debug_level={0..9} */
|
||||||
|
|
||||||
QEMU_CAPS_LAST /* this must always be the last item */
|
QEMU_CAPS_LAST /* this must always be the last item */
|
||||||
|
Loading…
Reference in New Issue
Block a user