projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cc403e
)
usb-tablet: fix serial compat property
author
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 20 May 2019 08:18:05 +0000
(10:18 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 29 May 2019 05:10:02 +0000
(07:10 +0200)
s/kbd/tablet/, fixes cut+paste bug.
Cc: qemu-stable@nongnu.org
Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id:
20190520081805
.15019-1-kraxel@redhat.com
hw/core/machine.c
patch
|
blob
|
history
diff --git
a/hw/core/machine.c
b/hw/core/machine.c
index 934c1bcceb466cf42b6e6cb803a00160183ba5d7..16ba667434417200be61f918c88fcb94edc70838 100644
(file)
--- a/
hw/core/machine.c
+++ b/
hw/core/machine.c
@@
-36,7
+36,7
@@
GlobalProperty hw_compat_3_1[] = {
{ "tpm-tis", "ppi", "false" },
{ "usb-kbd", "serial", "42" },
{ "usb-mouse", "serial", "42" },
- { "usb-
kbd
", "serial", "42" },
+ { "usb-
tablet
", "serial", "42" },
{ "virtio-blk-device", "discard", "false" },
{ "virtio-blk-device", "write-zeroes", "false" },
};