From: Stefan Hajnoczi <stefanha@redhat.com>
To: John Snow <jsnow@redhat.com>
Cc: kwolf@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3] ide: Add resize callback to ide/core
Date: Wed, 20 Aug 2014 15:27:16 +0100 [thread overview]
Message-ID: <20140820142716.GA3673@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <53F3A366.1010307@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1146 bytes --]
On Tue, Aug 19, 2014 at 03:20:06PM -0400, John Snow wrote:
>
>
> On 08/18/2014 09:12 AM, Stefan Hajnoczi wrote:
> >On Thu, Aug 14, 2014 at 05:03:06PM -0400, John Snow wrote:
> >>@@ -162,10 +173,10 @@ static void ide_identify(IDEState *s)
> >> }
> >> put_le16(p + 88, 0x3f | (1 << 13)); /* udma5 set and supported */
> >> put_le16(p + 93, 1 | (1 << 14) | 0x2000);
> >>- put_le16(p + 100, s->nb_sectors);
> >>- put_le16(p + 101, s->nb_sectors >> 16);
> >>- put_le16(p + 102, s->nb_sectors >> 32);
> >>- put_le16(p + 103, s->nb_sectors >> 48);
> >>+ /* *(p + 100) := nb_sectors -- see ide_identify_size */
> >>+ /* *(p + 101) := nb_sectors >> 16 -- see ide_identify_size */
> >>+ /* *(p + 102) := nb_sectors >> 32 -- see ide_identify_size */
> >>+ /* *(p + 103) := nb_sectors >> 48 -- see ide_identify_size */
> >
> >These comments bitrot easily. I'd prefer not to have them, but not a
> >reason to respin:
> >
> >Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
> >
>
> Ping? Respin w/o comments, or is this fine?
I gave my Reviewed-by: and am not asking for a respin.
[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2014-08-20 14:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-14 21:03 [Qemu-devel] [PATCH v3] ide: Add resize callback to ide/core John Snow
2014-08-15 7:55 ` Markus Armbruster
2014-08-18 13:12 ` Stefan Hajnoczi
2014-08-19 19:20 ` John Snow
2014-08-20 14:27 ` Stefan Hajnoczi [this message]
2014-09-04 16:13 ` Stefan Hajnoczi
2014-09-04 17:54 ` John Snow
2014-09-05 9:02 ` Markus Armbruster
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=20140820142716.GA3673@stefanha-thinkpad.redhat.com \
--to=stefanha@redhat.com \
--cc=armbru@redhat.com \
--cc=jsnow@redhat.com \
--cc=kwolf@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).