[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 01/12] [testing] disable xhci msix
From: |
Gerd Hoffmann |
Subject: |
[PATCH v2 01/12] [testing] disable xhci msix |
Date: |
Thu, 5 Nov 2020 14:39:12 +0100 |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
hw/usb/hcd-xhci-pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/usb/hcd-xhci-pci.c b/hw/usb/hcd-xhci-pci.c
index b78fcd2bb2d5..0a0954042ff3 100644
--- a/hw/usb/hcd-xhci-pci.c
+++ b/hw/usb/hcd-xhci-pci.c
@@ -239,7 +239,7 @@ static void qemu_xhci_instance_init(Object *obj)
XHCIState *xhci = &s->xhci;
s->msi = ON_OFF_AUTO_OFF;
- s->msix = ON_OFF_AUTO_AUTO;
+ s->msix = ON_OFF_AUTO_OFF;
xhci->numintrs = XHCI_MAXINTRS;
xhci->numslots = XHCI_MAXSLOTS;
xhci_set_flag(xhci, XHCI_FLAG_SS_FIRST);
--
2.27.0
- [PATCH v2 11/12] tests/acpi: update expected data files, (continued)
- [PATCH v2 11/12] tests/acpi: update expected data files, Gerd Hoffmann, 2020/11/05
- [PATCH v2 09/12] tests/acpi: add empty data files, Gerd Hoffmann, 2020/11/05
- [PATCH v2 05/12] microvm: make pcie irq base runtime configurable, Gerd Hoffmann, 2020/11/05
- [PATCH v2 08/12] tests/acpi: allow updates for expected data files, Gerd Hoffmann, 2020/11/05
- [PATCH v2 07/12] microvm: add second ioapic, Gerd Hoffmann, 2020/11/05
- [PATCH v2 06/12] microvm: drop microvm_gsi_handler(), Gerd Hoffmann, 2020/11/05
- [PATCH v2 01/12] [testing] disable xhci msix,
Gerd Hoffmann <=
- [PATCH v2 12/12] tests/acpi: disallow updates for expected data files, Gerd Hoffmann, 2020/11/05
- [PATCH v2 03/12] x86: add support for second ioapic, Gerd Hoffmann, 2020/11/05
- [PATCH v2 04/12] microvm: make number of virtio transports runtime configurable, Gerd Hoffmann, 2020/11/05
- [PATCH v2 10/12] tests/acpi: add ioapic2=on test for microvm, Gerd Hoffmann, 2020/11/05