From: John Snow <jsnow@redhat.com>
To: Stefan Hajnoczi <stefanha@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: Tue, 19 Aug 2014 15:20:06 -0400 [thread overview]
Message-ID: <53F3A366.1010307@redhat.com> (raw)
In-Reply-To: <20140818131229.GB1273@stefanha-thinkpad.redhat.com>
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?
--
—js
next prev parent reply other threads:[~2014-08-19 19:20 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 [this message]
2014-08-20 14:27 ` Stefan Hajnoczi
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=53F3A366.1010307@redhat.com \
--to=jsnow@redhat.com \
--cc=armbru@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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).