qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: kraxel@redhat.com, lcapitulino@redhat.com
Subject: Re: [Qemu-devel] [PATCH 1/9] qmp hmp: Factor out common "using spice" test
Date: Wed, 14 Jan 2015 06:10:56 -0700	[thread overview]
Message-ID: <54B66AE0.1060408@redhat.com> (raw)
In-Reply-To: <1421171432-8733-2-git-send-email-armbru@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]

On 01/13/2015 10:50 AM, Markus Armbruster wrote:
> Into qemu_using_spice().  For want of a better place, put it next the
> existing monitor command handler dummies in qemu-spice.h.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  include/ui/qemu-spice.h | 10 ++++++++++
>  monitor.c               |  5 +++--
>  qmp.c                   | 11 +++--------
>  3 files changed, 16 insertions(+), 10 deletions(-)
> 
> diff --git a/include/ui/qemu-spice.h b/include/ui/qemu-spice.h
> index a93b4b2..b3f2679 100644
> --- a/include/ui/qemu-spice.h
> +++ b/include/ui/qemu-spice.h
> @@ -88,4 +88,14 @@ static inline int qemu_spice_display_add_client(int csock, int skipauth,
>  
>  #endif /* CONFIG_SPICE */
>  
> +static inline int qemu_using_spice(Error **errp)

Why not s/int/bool/

> +{
> +    if (!using_spice) {
> +        /* correct one? spice isn't a device ,,, */
> +        error_set(errp, QERR_DEVICE_NOT_ACTIVE, "spice");
> +        return 0;
> +    }
> +    return 1;

and use true/false here? All callers use it only in a boolean context.

Either way,
Reviewed-by: Eric Blake <eblake@redhat.com>

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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

  reply	other threads:[~2015-01-14 13:11 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-13 17:50 [Qemu-devel] [PATCH 0/9] qmp hmp balloon: Cleanups around error reporting Markus Armbruster
2015-01-13 17:50 ` [Qemu-devel] [PATCH 1/9] qmp hmp: Factor out common "using spice" test Markus Armbruster
2015-01-14 13:10   ` Eric Blake [this message]
2015-01-14 13:53     ` Markus Armbruster
2015-01-13 17:50 ` [Qemu-devel] [PATCH 2/9] qmp hmp: Improve error messages when SPICE is not in use Markus Armbruster
2015-01-14 13:16   ` Eric Blake
2015-01-14 13:51     ` Markus Armbruster
2015-01-13 17:50 ` [Qemu-devel] [PATCH 3/9] hmp: Compile hmp_info_spice() only with CONFIG_SPICE Markus Armbruster
2015-01-13 17:50 ` [Qemu-devel] [PATCH 4/9] qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummy Markus Armbruster
2015-01-14 13:26   ` Eric Blake
2015-01-13 17:50 ` [Qemu-devel] [PATCH 5/9] qmp: Simplify recognition of capability negotiation command Markus Armbruster
2015-01-13 17:50 ` [Qemu-devel] [PATCH 6/9] qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro Markus Armbruster
2015-01-13 17:50 ` [Qemu-devel] [PATCH 7/9] balloon: Inline qemu_balloon(), qemu_balloon_status() Markus Armbruster
2015-01-13 17:50 ` [Qemu-devel] [PATCH 8/9] balloon: Factor out common "is balloon active" test Markus Armbruster
2015-01-14 13:29   ` Eric Blake
2015-01-14 14:34     ` Markus Armbruster
2015-02-10 18:39   ` Dr. David Alan Gilbert
2015-02-10 22:42     ` Eric Blake
2015-02-11 12:12       ` Markus Armbruster
2015-01-13 17:50 ` [Qemu-devel] [PATCH 9/9] balloon: Eliminate silly QERR_ macros Markus Armbruster
2015-01-14 13:31   ` Eric Blake
2015-01-14  7:23 ` [Qemu-devel] [PATCH 0/9] qmp hmp balloon: Cleanups around error reporting Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54B66AE0.1060408@redhat.com \
    --to=eblake@redhat.com \
    --cc=armbru@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).