qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 02/22]


From: Eric Blake
Subject: Re: [Qemu-devel] [RFC PATCH 02/22]
Date: Tue, 01 Jul 2014 11:31:18 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 07/01/2014 05:18 AM, Pavel Dovgaluk wrote:
> These patches modify virtual hardware to make them deterministic.
> We also implemented saving/restoring for several devices or fixed vm state
> of them to save the fields that we needed for deterministically restoring
> behavior of the devices.
> 
> Signed-off-by: Pavel Dovgalyuk <address@hidden>
> ---
> 

Please fix your git setup to include diffstats when sending mails.  It
is much easier to review a patch when someone has a feel for which files
are touched and how many lines are involved up front, than when they
have to read the entire email.

Please thread your mails in-reply-to the 0/22 cover letter.

For more tips:
http://wiki.qemu.org/Contribute/SubmitAPatch


> +++ b/include/hw/char/serial.h
> @@ -80,7 +80,7 @@ extern const MemoryRegionOps serial_io_ops;
>  
>  void serial_realize_core(SerialState *s, Error **errp);
>  void serial_exit_core(SerialState *s);
> -void serial_set_frequency(SerialState *s, uint32_t frequency);
> +//void serial_set_frequency(SerialState *s, uint32_t frequency);

No C99 comments (use /* */, not //).  If the code is dead, nuke the line
instead of commenting it out.

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