summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-05-15 12:42:16 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-06-02 16:38:09 +0200
commit7bafd8889ea3599285a8fcb1262d50e52d941c0e (patch)
treee1548c6f09a5862de39eba2226c363e0e1f7ddd2 /include
parent7bd3055ffd5f87d83f04659e496c91fbfc839143 (diff)
downloadqemu-7bafd8889ea3599285a8fcb1262d50e52d941c0e.tar.gz
xhci: order superspeed ports first
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/i386/pc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index 32a76876c7..31328a8157 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -271,6 +271,10 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
.driver = "apic",\
.property = "version",\
.value = stringify(0x11),\
+ },{\
+ .driver = "nec-usb-xhci",\
+ .property = "superspeed-ports-first",\
+ .value = "off",\
}
#define PC_COMPAT_1_7 \