From: Amit Shah <amit.shah@redhat.com>
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: Tue, 16 Aug 2011 18:39:45 +0530 [thread overview]
Message-ID: <20110816130945.GA28546@amit-x200.redhat.com> (raw)
In-Reply-To: <1313425061-12854-1-git-send-email-aliguori@us.ibm.com>
On (Mon) 15 Aug 2011 [11:17:27], 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.
Acked-by: Amit Shah <amit.shah@redhat.com>
Amit
next prev parent reply other threads:[~2011-08-16 13:09 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 ` Amit Shah [this message]
2011-08-22 16:31 ` [Qemu-devel] [PATCH 00/14] char: flow control part I Anthony Liguori
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=20110816130945.GA28546@amit-x200.redhat.com \
--to=amit.shah@redhat.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).