Skip to content

Commit

Permalink
chardev: remove the headers of Memory chardev driver
Browse files Browse the repository at this point in the history
Memory chardev driver is no longer used, and Commit:
4bf0bb8 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>
  • Loading branch information
leilihh authored and Anthony Liguori committed Apr 17, 2013
1 parent 20781f9 commit bd5ac20
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/sysemu/char.h
Expand Up @@ -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 */
Expand Down

0 comments on commit bd5ac20

Please sign in to comment.