[libvirt] [PATCH 2/2] qemu: qemuMonitorJSONEjectMedia(): Fix arguments' type

Eric Blake eblake at redhat.com
Thu Sep 9 22:46:29 UTC 2010


On 09/09/2010 03:05 PM, Luiz Capitulino wrote:
> QMP in QEMU 0.13 has been fixed to enforce type correctness,
> this means that boolean types must be true or false, not
> integers.
>
> Signed-off-by: Luiz Capitulino<lcapitulino at redhat.com>
> ---
>   src/qemu/qemu_monitor_json.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c
> index bc19f23..d3ab25f 100644
> --- a/src/qemu/qemu_monitor_json.c
> +++ b/src/qemu/qemu_monitor_json.c
> @@ -1353,7 +1353,7 @@ int qemuMonitorJSONEjectMedia(qemuMonitorPtr mon,
>       int ret;
>       virJSONValuePtr cmd = qemuMonitorJSONMakeCommand("eject",
>                                                        "s:device", devname,
> -                                                     "i:force", 0,
> +                                                     "b:force", 0,

ACK to both, and pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list