From: "Michael S. Tsirkin" <mst@redhat.com>
To: Gal Hammer <ghammer@redhat.com>
Cc: qemu-devel@nongnu.org, Anthony Liguori <anthony@codemonkey.ws>,
ehabkost@redhat.com
Subject: Re: [Qemu-devel] MSI-X doesn't work when running Windows as guest
Date: Thu, 12 Sep 2013 11:42:17 +0300 [thread overview]
Message-ID: <20130912084217.GB18836@redhat.com> (raw)
In-Reply-To: <52317A12.10206@redhat.com>
On Thu, Sep 12, 2013 at 11:23:46AM +0300, Gal Hammer wrote:
> Hi,
>
> I've notice that the virtio-serial Windows' driver doesn't use MSI-X
> vectors when running using upstream qemu or
> qemu-kvm-1.2.2-13.fc18.x86_64. The same VM works with MSI-X when
> using qemu-kvm-0.12.1.2-2.355.el6.x86_64.
>
> From what I saw, Windows is trying to enable MSI-X by writing a 2
> bytes value to device's PCI-config address 66h.
>
> So when everything works well the flow goes like this:
>
> pci_default_write_config value: 8000 len: 2
> pci_default_write_config value: 1 len: 2
> msix_enabled 0 (67)
> pci_default_write_config value: e107 len: 2
> pci_default_write_config value: 1 len: 2
> msix_enabled 0 (67)
> pci_default_write_config value: 8001 len: 2
> msix_enabled 1 (67)
>
> But on upstream it goes:
>
> pci_default_write_config addr: 66 value: 8000 size: 2
> pci_default_write_config addr: 66 value: 1 size: 2
> msix_enabled 0 (67)
> pci_default_write_config addr: 66 value: e307 size: 2 (NOTE: Value
> is diffrent!).
> pci_default_write_config addr: 66 value: 1 size: 2
> msix_enabled 0 (67)
>
> (NOTE: Missing the write of 8001).
>
> My qemu's command line:
>
> ---< snip >---
>
> /usr/bin/qemu-kvm -m 1G -smp 2 -enable-kvm -usb -device usb-tablet \
> -device
> ide-drive,drive=drive-virtio0-0-0,id=virtio0-0-0,bootindex=1 \
> -drive file=win7_32_viorng.qcow2,if=none,id=drive-virtio0-0-0,format=qcow2,werror=stop,rerror=stop,cache=none
> \
> -monitor stdio \
> -vga qxl -spice id=on,disable-ticketing,port=5903 \
> -device virtio-serial-pci,id=virtio-serial0,vectors=2 \
> -chardev spicevmc,id=spicechannel0,name=vdagent
>
> ---< snip >---
>
> Thanks,
>
> Gal.
So it's a known change from qemu-kvm to qemu.
With qemu-kvm the default cpu was kvm64.
With qemu the default cpu is qemu64 even if you use -enable-kvm.
Not an issue for libvirt as that specifies -cpu,
but will be an issue for command-line users.
Maybe we should change the default for new machine types and when
-enable-kvm is specified?
Eduardo?
Anthony?
--
MST
next prev parent reply other threads:[~2013-09-12 8:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-12 8:23 [Qemu-devel] MSI-X doesn't work when running Windows as guest Gal Hammer
2013-09-12 8:42 ` Michael S. Tsirkin [this message]
2013-09-12 19:45 ` Eduardo Habkost
2013-09-12 21:03 ` Michael S. Tsirkin
2013-09-13 4:14 ` Eduardo Habkost
2013-09-13 12:22 ` Michael S. Tsirkin
2013-09-13 12:31 ` Michael S. Tsirkin
2013-09-13 13:33 ` Andreas Färber
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=20130912084217.GB18836@redhat.com \
--to=mst@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=ehabkost@redhat.com \
--cc=ghammer@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).