All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] chardev: remove the headers of Memory chardev driver
@ 2013-04-17  8:46 Lei Li
  2013-04-17 13:55 ` Luiz Capitulino
  2013-04-22 18:35 ` Anthony Liguori
  0 siblings, 2 replies; 3+ messages in thread
From: Lei Li @ 2013-04-17  8:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, Lei Li, lcapitulino

Memory chardev driver is no longer used, and Commit: 
4bf0bb8014ac2ac61b1004f5d92b2a4594d48017 has droped 
it but the headers, so clean it up.

Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
---
 include/sysemu/char.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/include/sysemu/char.h b/include/sysemu/char.h
index 9d1ea46..5e42c90 100644
--- a/include/sysemu/char.h
+++ b/include/sysemu/char.h
@@ -289,12 +289,6 @@ CharDriverState *qemu_chr_open_eventfd(int eventfd);
 
 extern int term_escape_char;
 
-/* memory chardev */
-void qemu_chr_init_mem(CharDriverState *chr);
-void qemu_chr_close_mem(CharDriverState *chr);
-QString *qemu_chr_mem_to_qs(CharDriverState *chr);
-size_t qemu_chr_mem_osize(const CharDriverState *chr);
-
 CharDriverState *qemu_char_get_next_serial(void);
 
 /* msmouse */
-- 
1.7.7.6

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

end of thread, other threads:[~2013-04-22 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17  8:46 [Qemu-devel] [PATCH] chardev: remove the headers of Memory chardev driver Lei Li
2013-04-17 13:55 ` Luiz Capitulino
2013-04-22 18:35 ` Anthony Liguori

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.