]> git.proxmox.com Git - mirror_qemu.git/commitdiff
chardev: remove the headers of Memory chardev driver
authorLei Li <lilei@linux.vnet.ibm.com>
Wed, 17 Apr 2013 08:46:54 +0000 (16:46 +0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Apr 2013 15:22:32 +0000 (10:22 -0500)
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>
Message-id: 1366188414-24214-1-git-send-email-lilei@linux.vnet.ibm.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
include/sysemu/char.h

index 9d1ea46117b3e8ae23a5efc5fb1351bddad0167e..5e42c90df707cfda65477ff97daed1a90e2f8437 100644 (file)
@@ -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 */