From f5a51cab2afd1124f0988081207d506fbec629b4 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 21 Feb 2013 11:58:44 +0100 Subject: chardev: add msmouse support to qapi This patch adds 'msmouse' support to qapi and also switches over the msmouse chardev initialization to the new qapi code path. Signed-off-by: Gerd Hoffmann --- include/char/char.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/char/char.h b/include/char/char.h index afe0024..80e8e30 100644 --- a/include/char/char.h +++ b/include/char/char.h @@ -261,4 +261,7 @@ size_t qemu_chr_mem_osize(const CharDriverState *chr); CharDriverState *qemu_char_get_next_serial(void); +/* msmouse */ +CharDriverState *qemu_chr_open_msmouse(void); + #endif -- cgit v1.1