Re: [Qemu-devel] pcie

2014-03-07 Thread Serge Hallyn
Quoting Paolo Bonzini (pbonz...@redhat.com): > Il 07/03/2014 04:31, Serge Hallyn ha scritto: > >Hi, > > > >At https://bugs.launchpad.net/bugs/1284793 it was found that commit > >a66e657e: "pci/pcie: convert PCIE hotplug to use hotplug-handler API" > >seems to break vga passthrough. Reverting that

Re: [Qemu-devel] pcie

2014-03-06 Thread Paolo Bonzini
Il 07/03/2014 04:31, Serge Hallyn ha scritto: Hi, At https://bugs.launchpad.net/bugs/1284793 it was found that commit a66e657e: "pci/pcie: convert PCIE hotplug to use hotplug-handler API" seems to break vga passthrough. Reverting that commit (plus one more to reintroduce a needed definition) fi

Re: [Qemu-devel] PCIe Transaction handling in Qemu

2010-12-22 Thread Paul Brook
> I have some questions about PCIe operations sssuming the device has MMIO > handlers involved (as shown above). > 1. Will all PCIe config operations > ALWAYS use the installed config handlers? Or can PCIe config operations > use the MMIO handlers? Access to PCI config space is provided by the P

Re: [Qemu-devel] PCIe Qemu changes for Q35

2010-09-06 Thread Isaku Yamahata
On Sun, Sep 05, 2010 at 08:09:18PM -0700, Adhyas Avasthi wrote: > Hi Isaku > > I believe you were working on the Q35 chipset and PCIe emulation for > the same, and planned to check your code in to the main git. I can use > some of that work for something I am working on. > I have not been too acti