qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 03/24] monitor: Extract monitor-system.h head


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v1 03/24] monitor: Extract monitor-system.h header
Date: Tue, 05 Aug 2014 06:47:41 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

On 07/31/2014 11:27 PM, Benoît Canet wrote:
> This header will allow to split monitor in two parts.

s/allow to split monitor in/allow splitting the monitor into/

> 
> Signed-off-by: Benoit Canet <address@hidden>
> ---
>  include/monitor/monitor-system.h | 99 
> ++++++++++++++++++++++++++++++++++++++++
>  monitor.c                        | 57 ++---------------------
>  2 files changed, 102 insertions(+), 54 deletions(-)
>  create mode 100644 include/monitor/monitor-system.h
> 

> +struct Monitor {
> +    CharDriverState *chr;
> +    int reset_seen;

Should we be converting this field to bool at some point in the series?
 (Probably as a separate patch, since this patch is more focused on code
motion).


> +
> +typedef struct mon_cmd_t {

This isn't typical qemu naming convention.  Can we fix that up in this
series?  (Probably best as a separate patch before this one)

-- 
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]