diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-02-21 11:58:44 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-03-13 10:27:46 +0100 |
commit | f5a51cab2afd1124f0988081207d506fbec629b4 (patch) | |
tree | 85a7ae86cc9593c49c6935eb4b43513f711ad73e /include | |
parent | 80dca9e643d11b54f1b9bafbaefeadfb1099e023 (diff) |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/char/char.h b/include/char/char.h index afe002498e..80e8e30e15 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 |