Re: [Qemu-devel] [Xen-devel] [PATCH V7 00/11] Xen PCI Passthrough

2012-02-22 Thread Anthony PERARD
On Mon, 20 Feb 2012, Anthony PERARD wrote: > On Mon, Feb 20, 2012 at 19:58, Tobias Geiger wrote: > > [00:06.0] pt_pci_read_config: address=0x0030 val=0x len=4 > > [00:06.0] pt_pci_write_config: address=0x0030 val=0x len=4 > > [00:06.0] pt_iomem_map: BAR 6, e_phys=0xfff

Re: [Qemu-devel] [Xen-devel] [PATCH V7 00/11] Xen PCI Passthrough

2012-02-20 Thread Anthony PERARD
On Mon, Feb 20, 2012 at 19:58, Tobias Geiger wrote: > With the patch you mentioned, xl create looks more familiar: > > libxl: error: libxl_pci.c:756:libxl__device_pci_reset: write to > /sys/bus/pci/devices/:03:00.0/reset returned -1: Invalid argument > libxl: error: libxl_pci.c:756:libxl__devi

Re: [Qemu-devel] [Xen-devel] [PATCH V7 00/11] Xen PCI Passthrough

2012-02-20 Thread Tobias Geiger
Hi With the patch you mentioned, xl create looks more familiar: libxl: error: libxl_pci.c:756:libxl__device_pci_reset: write to /sys/bus/pci/devices/:03:00.0/reset returned -1: Invalid argument libxl: error: libxl_pci.c:756:libxl__device_pci_reset: write to /sys/bus/pci/devices/:03:00.

Re: [Qemu-devel] [Xen-devel] [PATCH V7 00/11] Xen PCI Passthrough

2012-02-20 Thread Anthony PERARD
On Mon, Feb 20, 2012 at 16:11, Tobias Geiger wrote: > 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/:03:00.0/reset returned -1: Invalid argument

Re: [Qemu-devel] [Xen-devel] [PATCH V7 00/11] Xen PCI Passthrough

2012-02-20 Thread Tobias Geiger
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

Re: [Qemu-devel] [Xen-devel] [PATCH V7 00/11] Xen PCI Passthrough

2012-02-20 Thread Anthony PERARD
On Mon, Feb 20, 2012 at 10:51, Tobias Geiger 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 thes

Re: [Qemu-devel] [Xen-devel] [PATCH V7 00/11] Xen PCI Passthrough

2012-02-20 Thread Tobias Geiger
Hi! 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? Thanks and Greetings Tobias Am Frei