[libvirt] [PATCH] qemu: Fix virQEMUCapsCommands formatting

Ján Tomko jtomko at redhat.com
Thu Mar 22 15:43:32 UTC 2018


On Thu, Mar 22, 2018 at 11:22:10AM -0400, John Ferlan wrote:
>Starting with commit id 'fab9d6e1' the formatting of:
>
>{ "command-name", QEMU_CAPS_NAME },
>
>was altered to:
>
>{ "command-name", QEMU_CAPS_NAME},
>
>and then commit id 'e2b05c9a' altered that to:
>
>{ "command-name", QEMU_CAPS_NAME}
>
>So, let's just fix that up to make things consistent with the
>rest of the structures.
>
>Signed-off-by: John Ferlan <jferlan at redhat.com>
>---
> Although I could say this was trivial, it does impact at least one
> upstream series (query-cpus-fast), so rather than just take that route,
> I figured it'd be better to give ample warning...  I can also wait, but
> that series propagates the middle format with the comma at the end.
>

Worst case is that the committer will have to adjust it when pushing.

> src/qemu/qemu_capabilities.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>

ACK

Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180322/3f53ca08/attachment-0001.sig>


More information about the libvir-list mailing list