diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-15 12:42:16 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-06-02 16:38:09 +0200 |
commit | 7bafd8889ea3599285a8fcb1262d50e52d941c0e (patch) | |
tree | e1548c6f09a5862de39eba2226c363e0e1f7ddd2 /include | |
parent | 7bd3055ffd5f87d83f04659e496c91fbfc839143 (diff) | |
download | qemu-7bafd8889ea3599285a8fcb1262d50e52d941c0e.zip qemu-7bafd8889ea3599285a8fcb1262d50e52d941c0e.tar.gz qemu-7bafd8889ea3599285a8fcb1262d50e52d941c0e.tar.bz2 |
xhci: order superspeed ports first
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/i386/pc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 32a7687..31328a8 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 \ |