qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Tobias Geiger <tobias.geiger@vido.info>
To: xen-devel@lists.xensource.com
Cc: Anthony PERARD <anthony.perard@citrix.com>,
	QEMU-devel <qemu-devel@nongnu.org>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [Qemu-devel] [Xen-devel] [PATCH V7 00/11] Xen PCI Passthrough
Date: Mon, 20 Feb 2012 17:11:11 +0100	[thread overview]
Message-ID: <201202201711.11807.tobias.geiger@vido.info> (raw)
In-Reply-To: <CAJJyHj+DmDzApF6LDaJYDPyJSHwwMM=yo7g7ks+44t+CjASMnA@mail.gmail.com>

Hi Anthony

thanks for that hint.

I checked out a fresh xen-unstable via hg, compiled it using "QEMU=upstream" , 
checked out qemu.git from where you mentioned and used the resulting qemu-
system-x86_64 binary as "device_model_override" . so far so good.

My Domu (Win7_64) boots fine, but 2 of my 6 passed-through pcidevices dont get 
passed through at all:

libxl: error: libxl_pci.c:756:libxl__device_pci_reset: write to 
/sys/bus/pci/devices/0000:03:00.0/reset returned -1: Invalid argument
libxl: error: libxl_qmp.c:239:qmp_handle_error_response: received an error 
message from QMP server: Device 'xen-pci-passthrough' could not be initialized
libxl: error: libxl_pci.c:756:libxl__device_pci_reset: write to 
/sys/bus/pci/devices/0000:03:00.1/reset returned -1: Invalid argument
libxl: error: libxl_qmp.c:239:qmp_handle_error_response: received an error 
message from QMP server: Device 'xen-pci-passthrough' could not be initialized


The other 4 PCI-Ids (USB Controller) get passed through, but the USB-Devices 
attached to them are "Not Working" according to Windows Device-Manager.

All Devices worked with the old qemu-dm (traditional).

Anything i can do to debug this further?

Greetings
Tobias


Am Montag, 20. Februar 2012, 12:31:52 schrieb Anthony PERARD:
> On Mon, Feb 20, 2012 at 10:51, Tobias Geiger <tobias.geiger@vido.info> 
wrote:
> > i wanted to test these patches against
> > http://xenbits.xensource.com/xen-unstable.hg but it seems to check out an
> > outdated version of upstream-qemu, even with "QEMU=upstream".
> > 
> > Where can i check out the qemu-upstream version to which these patches
> > apply?
> 
> Hi,
> 
> http://git.qemu.org/git/qemu.git or git://git.qemu.org/qemu.git
> 
> Regards,

  reply	other threads:[~2012-02-20 16:11 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-17 17:08 [Qemu-devel] [PATCH V7 00/11] Xen PCI Passthrough Anthony PERARD
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 01/11] pci_ids: Add INTEL_82599_VF id Anthony PERARD
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 02/11] pci_regs: Fix value of PCI_EXP_TYPE_RC_EC Anthony PERARD
2012-02-20 20:27   ` Michael S. Tsirkin
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 03/11] pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE Anthony PERARD
2012-02-20 20:30   ` Michael S. Tsirkin
2012-02-21 16:07     ` Anthony PERARD
2012-02-23 20:20   ` Michael S. Tsirkin
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 04/11] configure: Introduce --enable-xen-pci-passthrough Anthony PERARD
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 05/11] Introduce HostPCIDevice to access a pci device on the host Anthony PERARD
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 06/11] pci.c: Add pci_check_bar_overlap Anthony PERARD
2012-02-19 13:35   ` Michael S. Tsirkin
2012-02-28 11:19     ` Anthony PERARD
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 07/11] Introduce Xen PCI Passthrough, qdevice (1/3) Anthony PERARD
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 08/11] Introduce Xen PCI Passthrough, PCI config space helpers (2/3) Anthony PERARD
2012-02-19 13:32   ` Michael S. Tsirkin
2012-02-20 20:35   ` Michael S. Tsirkin
2012-02-21 10:18     ` Stefano Stabellini
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 09/11] Introduce apic-msidef.h Anthony PERARD
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 10/11] Introduce Xen PCI Passthrough, MSI (3/3) Anthony PERARD
2012-02-17 17:08 ` [Qemu-devel] [PATCH V7 11/11] xen passthrough: clean up MSI-X table handling Anthony PERARD
2012-02-21  9:34   ` Jan Beulich
2012-02-21 16:15     ` Anthony PERARD
2012-02-20 10:51 ` [Qemu-devel] [Xen-devel] [PATCH V7 00/11] Xen PCI Passthrough Tobias Geiger
2012-02-20 11:31   ` Anthony PERARD
2012-02-20 16:11     ` Tobias Geiger [this message]
2012-02-20 17:08       ` Anthony PERARD
2012-02-20 19:58         ` Tobias Geiger
2012-02-20 23:31           ` Anthony PERARD
2012-02-22 14:56             ` Anthony PERARD

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=201202201711.11807.tobias.geiger@vido.info \
    --to=tobias.geiger@vido.info \
    --cc=anthony.perard@citrix.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.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).