From: Eric Blake <eblake@redhat.com>
To: Programmingkid <programmingkidx@gmail.com>,
Markus Armbruster <armbru@redhat.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 08:22:50 -0700 [thread overview]
Message-ID: <54BE72CA.1030106@redhat.com> (raw)
In-Reply-To: <2AB4B322-B3CF-4609-B57E-32B93C124761@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]
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.
>>> +
>>> + if (ioctl(fd, DKIOCGETBLOCKCOUNT, §ors) == 0
>>> + && ioctl(fd, DKIOCGETBLOCKSIZE, §or_size) == 0) {
Indentation looks off here.
--
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 --]
next prev parent reply other threads:[~2015-01-20 15:23 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 [this message]
2015-01-20 16:08 ` Programmingkid
2015-01-20 20:28 ` Markus Armbruster
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=54BE72CA.1030106@redhat.com \
--to=eblake@redhat.com \
--cc=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.