summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-06-12 13:08:45 +0200
committerGerd Hoffmann <kraxel@redhat.com>2013-06-24 08:41:08 +0200
commit93c8e4dc386a243d7d417567d81dc1f1698478a4 (patch)
tree9339e38467fac17dbb21b733c488bbaa68d24b64 /hw
parent71938a09d2b9fd4007515fec6c395916cb08f868 (diff)
downloadhqemu-93c8e4dc386a243d7d417567d81dc1f1698478a4.zip
hqemu-93c8e4dc386a243d7d417567d81dc1f1698478a4.tar.gz
usb: fix serial number for hid devices
commit 7b074a22dab4bdda9864b933f1bc811a3db42845 changed the serial number of hid devices. Add compat properties to keep the old serial number for qemu 0.12 and older. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/i386/pc_piix.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index 97362f2..7972443 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -622,6 +622,18 @@ static QEMUMachine pc_machine_v0_13 = {
.driver = "virtio-serial-pci",\
.property = "vectors",\
.value = stringify(0),\
+ },{\
+ .driver = "usb-mouse",\
+ .property = "serial",\
+ .value = "1",\
+ },{\
+ .driver = "usb-tablet",\
+ .property = "serial",\
+ .value = "1",\
+ },{\
+ .driver = "usb-kbd",\
+ .property = "serial",\
+ .value = "1",\
}
static QEMUMachine pc_machine_v0_12 = {
OpenPOWER on IntegriCloud