All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Pavel Dovgaluk <Pavel.Dovgaluk@ispras.ru>,
	'QEMU Developers' <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [RFC PATCH 02/22]
Date: Tue, 01 Jul 2014 11:31:18 -0600	[thread overview]
Message-ID: <53B2F066.7070007@redhat.com> (raw)
In-Reply-To: <007601cf951e$3bd3d690$b37b83b0$@Dovgaluk@ispras.ru>

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

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 <pavel.dovgaluk@gmail.com>
> ---
> 

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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

      reply	other threads:[~2014-07-01 17:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-01 11:18 [Qemu-devel] [RFC PATCH 02/22] Pavel Dovgaluk
2014-07-01 17:31 ` Eric Blake [this message]

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=53B2F066.7070007@redhat.com \
    --to=eblake@redhat.com \
    --cc=Pavel.Dovgaluk@ispras.ru \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.