mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
qemu_capabilities: Honour caps values formatting
So the way we format this huge virQEMUCaps enum is we group the values in groups of five. And then at the beginning of each group we have a small comment that says what's the number of the first item in the group. Well, the last commit of 11b2ebf3e152 does not follow this formatting. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
7cc30e0ed7
commit
313274a756
@ -431,6 +431,8 @@ VIR_ENUM_IMPL(virQEMUCaps, QEMU_CAPS_LAST,
|
||||
"virtio.ats",
|
||||
"loadparm",
|
||||
"spapr-pci-host-bridge",
|
||||
|
||||
/* 265 */
|
||||
"spapr-pci-host-bridge.numa_node",
|
||||
);
|
||||
|
||||
|
@ -417,6 +417,8 @@ typedef enum {
|
||||
QEMU_CAPS_VIRTIO_PCI_ATS, /* virtio-*-pci.ats */
|
||||
QEMU_CAPS_LOADPARM, /* -machine loadparm */
|
||||
QEMU_CAPS_DEVICE_SPAPR_PCI_HOST_BRIDGE, /* -device spapr-pci-host-bridge */
|
||||
|
||||
/* 265 */
|
||||
QEMU_CAPS_SPAPR_PCI_HOST_BRIDGE_NUMA_NODE, /* spapr-pci-host-bridge.numa_node= */
|
||||
|
||||
QEMU_CAPS_LAST /* this must always be the last item */
|
||||
|
Loading…
x
Reference in New Issue
Block a user