From: Anthony Liguori <anthony@codemonkey.ws>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 00/14] char: flow control part I
Date: Mon, 22 Aug 2011 11:31:35 -0500 [thread overview]
Message-ID: <4E528467.2010603@codemonkey.ws> (raw)
In-Reply-To: <1313425061-12854-1-git-send-email-aliguori@us.ibm.com>
On 08/15/2011 11:17 AM, Anthony Liguori wrote:
> This is a dump of some of the easier stuff to merge from my character backend
> flow control branch. It's mostly just renaming functions and adding
> documentation.
Applied.
Regards,
Anthony Liguori
>
prev parent reply other threads:[~2011-08-22 16:31 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-15 16:17 [Qemu-devel] [PATCH 00/14] char: flow control part I Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 01/14] char: rename qemu_chr_write() -> qemu_chr_fe_write() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 02/14] char: rename qemu_chr_printf() -> qemu_chr_fe_printf() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 03/14] char: rename qemu_chr_read() -> qemu_chr_be_write() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 04/14] char: rename qemu_chr_can_read() -> qemu_chr_be_can_read() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 05/14] char: rename qemu_chr_guest_open() -> qemu_chr_fe_open() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 06/14] char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 07/14] char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 08/14] char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 09/14] char: rename qemu_chr_open() -> qemu_chr_new() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 10/14] char: qemu_chr_open_opts() -> qemu_chr_new_from_opts() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 11/14] char: rename qemu_chr_close() -> qemu_chr_delete() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 12/14] char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 13/14] char: remove qemu_chr_send_event() Anthony Liguori
2011-08-15 16:17 ` [Qemu-devel] [PATCH 14/14] char: document the functions that will be the public interface Anthony Liguori
2011-08-16 13:09 ` [Qemu-devel] [PATCH 00/14] char: flow control part I Amit Shah
2011-08-22 16:31 ` Anthony Liguori [this message]
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=4E528467.2010603@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=aliguori@us.ibm.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.