[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 1/4] qapi: Convert getfd and closefd
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH v2 1/4] qapi: Convert getfd and closefd |
Date: |
Wed, 13 Jun 2012 14:41:26 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 |
On 06/13/2012 02:17 PM, Corey Bryant wrote:
>
>
> On 06/13/2012 03:42 PM, Luiz Capitulino wrote:
>> On Fri, 8 Jun 2012 11:42:56 -0400
>> Corey Bryant <address@hidden> wrote:
>>
>>> v2:
>>> - Convert getfd and closefd to QAPI (address@hidden)
>>> - Remove changes that returned fd from getfd (address@hidden)
>>> - Wrap hmp_* functions around qmp_* functions (address@hidden)
>>> - Move hmp_* functions to hmp.c (address@hidden)
>>> - Drop .user_print lines (address@hidden)
>>> - Use 'cmd' instead of 'cmd_new' for HMP (address@hidden)
>>> - Change QMP command existance back to 0.14 (address@hidden)
>>
>> Btw, having the changelog like this is not nice because it becomes part
>> of the history. It's better to move it after the '---' line, so that
>> git ignores it.
>>
>
> I see your point and I can do this in v3. But can I add text after the
> '---' line in the commit message via 'git commit' or do I have to
> manually edit the patches?
I also like tracking my notes to self/reviewers in the commit message as
I do a rebase. 'git send-email' automatically adds --- at the end of
your commit message, so I personally end up using 'git send-email
--annotate' and manually move the --- line to occur before my separation
point. I think you can also stick --- in the middle of your commit
message at which point 'git am' will truncate from the first instance
when applying your email, without you having to edit things when
mailing, although I haven't tried it myself (at any rate, I have seen
patches from others with double --- lines, and assume that the doubled
line is a result of the literal --- line in their commit message).
Supposedly, it is also possible to use 'git notes' coupled with
notes.rewrite* options in your .gitconfig to track your notes over a
rebase, as well as an undocumented option to 'git send-email' to have
your notes automatically included after a lone --- line, but that are of
git is woefully under-documented and probably has issues that need
fixing before turning it into a daily workflow.
--
Eric Blake address@hidden +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v2 1/4] qapi: Convert getfd and closefd, (continued)
- [Qemu-devel] [PATCH v2 0/4] file descriptor passing using passfd, Corey Bryant, 2012/06/08
- [Qemu-devel] [PATCH v2 1/4] qapi: Convert getfd and closefd, Corey Bryant, 2012/06/08
- Re: [Qemu-devel] [PATCH v2 1/4] qapi: Convert getfd and closefd, Luiz Capitulino, 2012/06/13
- Re: [Qemu-devel] [PATCH v2 1/4] qapi: Convert getfd and closefd, Corey Bryant, 2012/06/13
- Re: [Qemu-devel] [PATCH v2 1/4] qapi: Convert getfd and closefd, Luiz Capitulino, 2012/06/13
- Re: [Qemu-devel] [PATCH v2 1/4] qapi: Convert getfd and closefd,
Eric Blake <=
- Re: [Qemu-devel] [PATCH v2 1/4] qapi: Convert getfd and closefd, Corey Bryant, 2012/06/13
[Qemu-devel] [PATCH v2 2/4] qapi: Add passfd QMP command, Corey Bryant, 2012/06/08
- Re: [Qemu-devel] [PATCH v2 2/4] qapi: Add passfd QMP command, Luiz Capitulino, 2012/06/13
- Re: [Qemu-devel] [PATCH v2 2/4] qapi: Add passfd QMP command, Corey Bryant, 2012/06/13
- Re: [Qemu-devel] [PATCH v2 2/4] qapi: Add passfd QMP command, Eric Blake, 2012/06/13
- Re: [Qemu-devel] [PATCH v2 2/4] qapi: Add passfd QMP command, Corey Bryant, 2012/06/13
- Re: [Qemu-devel] [PATCH v2 2/4] qapi: Add passfd QMP command, Luiz Capitulino, 2012/06/14
[Qemu-devel] [PATCH v2 3/4] osdep: Enable qemu_open to dup pre-opened fd, Corey Bryant, 2012/06/08
[Qemu-devel] [PATCH v2 4/4] block: Convert open calls to qemu_open, Corey Bryant, 2012/06/08