summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-02-21 11:58:44 +0100
committerGerd Hoffmann <kraxel@redhat.com>2013-03-13 10:27:46 +0100
commitf5a51cab2afd1124f0988081207d506fbec629b4 (patch)
tree85a7ae86cc9593c49c6935eb4b43513f711ad73e /include
parent80dca9e643d11b54f1b9bafbaefeadfb1099e023 (diff)
downloadhqemu-f5a51cab2afd1124f0988081207d506fbec629b4.zip
hqemu-f5a51cab2afd1124f0988081207d506fbec629b4.tar.gz
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 <kraxel@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/char/char.h3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud