diff options
Diffstat (limited to 'chardev/char.c')
-rw-r--r-- | chardev/char.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chardev/char.c b/chardev/char.c index a4ebfcc5ac..d959eec522 100644 --- a/chardev/char.c +++ b/chardev/char.c @@ -931,6 +931,12 @@ QemuOptsList qemu_chardev_opts = { },{ .name = "logappend", .type = QEMU_OPT_BOOL, + },{ + .name = "mouse", + .type = QEMU_OPT_BOOL, + },{ + .name = "clipboard", + .type = QEMU_OPT_BOOL, #ifdef CONFIG_LINUX },{ .name = "tight", |