qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/14] char: flow control part I
@ 2011-08-15 16:17 Anthony Liguori
  2011-08-15 16:17 ` [Qemu-devel] [PATCH 01/14] char: rename qemu_chr_write() -> qemu_chr_fe_write() Anthony Liguori
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Anthony Liguori @ 2011-08-15 16:17 UTC (permalink / raw)
  To: qemu-devel

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.

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2011-08-22 16:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).