From: Markus Armbruster <armbru@redhat.com>
To: Programmingkid <programmingkidx@gmail.com>
Cc: Kevin Wolf <kwolf@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD
Date: Tue, 20 Jan 2015 21:28:29 +0100 [thread overview]
Message-ID: <877fwhryc2.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <317CCA7A-98DD-487A-8F80-3A96F8E3FC80@gmail.com> (Programmingkid's message of "Tue, 20 Jan 2015 11:08:20 -0500")
Programmingkid <programmingkidx@gmail.com> writes:
> On Jan 20, 2015, at 10:22 AM, Eric Blake wrote:
>
>> On 01/20/2015 07:29 AM, Programmingkid wrote:
>>>
>>> On Jan 20, 2015, at 3:33 AM, Markus Armbruster wrote:
>>>
>>>> Programmingkid <programmingkidx@gmail.com> writes:
>>>>
>>>>> Subject was:
>>>>> Re: [PATCH v7] block/raw-posix.c: Fixes raw_getlength()
>>>>> on Mac OS X so that it reports the correct length of a real CD
>>>>
>>>> Patch history information goes...
>>
>>>>
>>>> ... below the --- divider.
>>>
>>> I thought I did this. The information above is the description of the patch.
>>> Not its history.
>>
>> Anything that mentions 'v7' is history. When you read 'git log', you
>> will not see mentions of 'v7', because no one cares how many tries it
>> took to get a patch into git. Knowing about v7 only matters to the
>> reviewers of v8, hence it is patch history that belongs after the divider.
>
> Ok.
>
>>
>>
>>>>> +
>>>>> + if (ioctl(fd, DKIOCGETBLOCKCOUNT, §ors) == 0
>>>>> + && ioctl(fd, DKIOCGETBLOCKSIZE, §or_size) == 0) {
>>
>> Indentation looks off here.
>
> It does look a little odd, but it also communicates that this is one
> statement (IMHO).
It's not how the rest of QEMU is indented. Please try to blend in :)
I feel bad about notpicking v8 of an obviously useful and patch that is
basically just fine except for these little things. Thanks for
persevering!
next prev parent reply other threads:[~2015-01-20 20:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-19 22:12 [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD Programmingkid
2015-01-20 8:33 ` Markus Armbruster
2015-01-20 14:29 ` Programmingkid
2015-01-20 15:22 ` Eric Blake
2015-01-20 16:08 ` Programmingkid
2015-01-20 20:28 ` Markus Armbruster [this message]
2015-01-20 20:36 ` Programmingkid
2015-01-21 7:54 ` Markus Armbruster
2015-01-21 14:38 ` Programmingkid
2015-01-20 14:46 ` Stefan Hajnoczi
2015-01-20 14:55 ` Peter Maydell
2015-02-06 17:14 ` Kevin Wolf
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=877fwhryc2.fsf@blackfin.pond.sub.org \
--to=armbru@redhat.com \
--cc=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=programmingkidx@gmail.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 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.