]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_capabilities: Honour caps values formatting
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 22 Jul 2017 08:30:19 +0000 (10:30 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 22 Jul 2017 08:30:19 +0000 (10:30 +0200)
commit313274a7568a1d6c5975acb1683a349fbba6df28
treea8ce8a83e43e58f917d24eb339f612073578bbc6
parent7cc30e0ed7ebf54a4db592ec1fdb6063ec788b75
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>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h