qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 20/20] monitor: Change return type of monitor_cu


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 20/20] monitor: Change return type of monitor_cur_is_qmp() to bool
Date: Fri, 22 May 2015 17:00:42 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 05/22/2015 05:36 AM, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  include/monitor/monitor.h | 2 +-
>  monitor.c                 | 6 ++++--
>  stubs/mon-is-qmp.c        | 2 +-
>  3 files changed, 6 insertions(+), 4 deletions(-)
> 

> +++ b/stubs/mon-is-qmp.c
> @@ -1,7 +1,7 @@
>  #include "qemu-common.h"
>  #include "monitor/monitor.h"
>  
> -int monitor_cur_is_qmp(void)
> +bool monitor_cur_is_qmp(void)
>  {
>      return 0;

s/0/false/

with that change,
Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]