qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Eduardo Habkost <ehabkost@redhat.com>,
	Sergio Lopez <slp@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Richard Henderson <richard.henderson@linaro.org>,
	Gerd Hoffmann <kraxel@redhat.com>,
	Igor Mammedov <imammedo@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Richard Henderson <rth@twiddle.net>
Subject: [PATCH v3 01/12] [testing] disable xhci msix
Date: Thu,  3 Dec 2020 11:54:12 +0100	[thread overview]
Message-ID: <20201203105423.10431-2-kraxel@redhat.com> (raw)
In-Reply-To: <20201203105423.10431-1-kraxel@redhat.com>

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 bba628d3d230..5def3ea55ff3 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



  reply	other threads:[~2020-12-03 10:55 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-03 10:54 [PATCH v3 00/12] microvm: add second ioapic Gerd Hoffmann
2020-12-03 10:54 ` Gerd Hoffmann [this message]
2020-12-03 11:00   ` [PATCH v3 01/12] [testing] disable xhci msix Michael S. Tsirkin
2020-12-03 11:19     ` Gerd Hoffmann
2020-12-03 10:54 ` [PATCH v3 02/12] x86: rewrite gsi_handler() Gerd Hoffmann
2020-12-03 10:54 ` [PATCH v3 03/12] x86: add support for second ioapic Gerd Hoffmann
2020-12-03 13:21   ` Sergio Lopez
2020-12-03 10:54 ` [PATCH v3 04/12] microvm: make number of virtio transports runtime changeable Gerd Hoffmann
2020-12-03 13:26   ` Sergio Lopez
2020-12-03 10:54 ` [PATCH v3 05/12] microvm: make pcie irq base " Gerd Hoffmann
2020-12-03 13:27   ` Sergio Lopez
2020-12-03 10:54 ` [PATCH v3 06/12] microvm: drop microvm_gsi_handler() Gerd Hoffmann
2020-12-03 13:27   ` Sergio Lopez
2020-12-03 10:54 ` [PATCH v3 07/12] microvm: add second ioapic Gerd Hoffmann
2020-12-03 15:12   ` Sergio Lopez
2020-12-03 10:54 ` [PATCH v3 08/12] tests/acpi: allow updates for expected data files Gerd Hoffmann
2020-12-03 10:54 ` [PATCH v3 09/12] tests/acpi: add data files for ioapic2 test variant Gerd Hoffmann
2020-12-03 10:54 ` [PATCH v3 10/12] tests/acpi: add ioapic2=on test for microvm Gerd Hoffmann
2020-12-03 10:54 ` [PATCH v3 11/12] tests/acpi: update expected data files Gerd Hoffmann
2020-12-03 10:54 ` [PATCH v3 12/12] tests/acpi: disallow updates for " Gerd Hoffmann
2020-12-03 11:01 ` [PATCH v3 00/12] microvm: add second ioapic Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201203105423.10431-2-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=rth@twiddle.net \
    --cc=slp@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).