From: Michael Tokarev <mjt@tls.msk.ru>
To: Markus Armbruster <armbru@redhat.com>
Cc: qemu-trivial@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v2 00/13] A bunch of little socket + chardev fixes
Date: Mon, 24 Jun 2013 12:24:57 +0400 [thread overview]
Message-ID: <51C80259.5020102@msgid.tls.msk.ru> (raw)
In-Reply-To: <87a9mgrkm9.fsf@blackfin.pond.sub.org>
24.06.2013 12:14, Markus Armbruster wrote:
> Michael Tokarev <mjt@tls.msk.ru> writes:
[]
>> Thank you Gerd, applied all series to the trivial-patches queue,
>> with two edits:
>>
>>> qemu-char: use ChardevBackendKind in in CharDriver
>>> qemu-char: report udb backend errors
>>
>> fxed these :)
>
> My commit message nitpicks aren't worth a respin. Perhaps you want to
> fix them in your tree.
I'm not sure I understand what you're saying. I fixed them
in my tree while applying, and that's exactly what I said --
"applied all..fixed these". What does not worth what?
Thanks,
/mjt
WARNING: multiple messages have this Message-ID (diff)
From: Michael Tokarev <mjt@tls.msk.ru>
To: Markus Armbruster <armbru@redhat.com>
Cc: qemu-trivial@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v2 00/13] A bunch of little socket + chardev fixes
Date: Mon, 24 Jun 2013 12:24:57 +0400 [thread overview]
Message-ID: <51C80259.5020102@msgid.tls.msk.ru> (raw)
In-Reply-To: <87a9mgrkm9.fsf@blackfin.pond.sub.org>
24.06.2013 12:14, Markus Armbruster wrote:
> Michael Tokarev <mjt@tls.msk.ru> writes:
[]
>> Thank you Gerd, applied all series to the trivial-patches queue,
>> with two edits:
>>
>>> qemu-char: use ChardevBackendKind in in CharDriver
>>> qemu-char: report udb backend errors
>>
>> fxed these :)
>
> My commit message nitpicks aren't worth a respin. Perhaps you want to
> fix them in your tree.
I'm not sure I understand what you're saying. I fixed them
in my tree while applying, and that's exactly what I said --
"applied all..fixed these". What does not worth what?
Thanks,
/mjt
next prev parent reply other threads:[~2013-06-24 8:25 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-24 6:39 [Qemu-trivial] [PATCH v2 00/13] A bunch of little socket + chardev fixes Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 01/13] qemu-socket: zero-initialize SocketAddress Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 02/13] qemu-socket: drop pointless allocation Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 8:07 ` [Qemu-trivial] " Markus Armbruster
2013-06-24 8:07 ` Markus Armbruster
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 03/13] qemu-socket: catch monitor_get_fd failures Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 04/13] qemu-char: check optional fields using has_* Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 05/13] qemu-char: use more specific error_setg_* variants Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 06/13] qemu-char: print notification to stderr Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 07/13] qemu-char: fix documentation for telnet+wait socket flags Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 8:08 ` [Qemu-trivial] " Markus Armbruster
2013-06-24 8:08 ` Markus Armbruster
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 08/13] qemu-char: don't leak opts on error Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 09/13] qemu-char: use ChardevBackendKind in in CharDriver Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 10/13] qemu-char: minor mux chardev fixes Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 11/13] qemu-char: add -chardev mux support Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 12/13] qemu-char: report udb backend errors Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 8:06 ` [Qemu-trivial] " Markus Armbruster
2013-06-24 8:06 ` Markus Armbruster
2013-06-24 6:39 ` [Qemu-trivial] [PATCH v2 13/13] qemu-socket: don't leak opts on error Gerd Hoffmann
2013-06-24 6:39 ` [Qemu-devel] " Gerd Hoffmann
2013-06-24 7:18 ` [Qemu-trivial] [PATCH v2 00/13] A bunch of little socket + chardev fixes Michael Tokarev
2013-06-24 7:18 ` [Qemu-devel] " Michael Tokarev
2013-06-24 8:14 ` [Qemu-trivial] [Qemu-devel] " Markus Armbruster
2013-06-24 8:14 ` [Qemu-devel] [Qemu-trivial] " Markus Armbruster
2013-06-24 8:24 ` Michael Tokarev [this message]
2013-06-24 8:24 ` Michael Tokarev
2013-06-24 8:57 ` [Qemu-trivial] [Qemu-devel] " Markus Armbruster
2013-06-24 8:57 ` [Qemu-devel] [Qemu-trivial] " Markus Armbruster
2013-06-24 8:54 ` [Qemu-trivial] [Qemu-devel] " Laszlo Ersek
2013-06-24 8:54 ` Laszlo Ersek
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=51C80259.5020102@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=armbru@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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.