Re: [Qemu-devel] [RFC v2 0/4] Add Generic PCI host device update

2015-01-12 Thread Claudio Fontana
On 21.11.2014 19:07, Alvise Rigo wrote: > This patch series is based on the previous work [1] and [2] by Rob > Herring and on [3] by myself. For sake of readability and since this is > still a RFC, these patches come as a stand alone work, so there's no > need to apply first [1][2][3]. it tries t

Re: [Qemu-devel] [RFC v2 0/4] Add Generic PCI host device update

2014-11-25 Thread alvise rigo
On Mon, Nov 24, 2014 at 4:50 PM, Claudio Fontana wrote: > Another general question about this series use: > > why do all these other devices that are unrelated to the virt platform show > up? There are two devices added to the platform by default in mach-virt. Look at the end of create_pci_host(

Re: [Qemu-devel] [RFC v2 0/4] Add Generic PCI host device update

2014-11-24 Thread Claudio Fontana
Another general question about this series use: why do all these other devices that are unrelated to the virt platform show up? Here I am running on the guest with just virtio-net, virtio-blk and virtio-rng: (qemu) info pci Bus 0, device 0, function 0: Class 2880: PCI device 1b36:1234

[Qemu-devel] [RFC v2 0/4] Add Generic PCI host device update

2014-11-24 Thread Alvise Rigo
This patch series is based on the previous work [1] and [2] by Rob Herring and on [3] by myself. For sake of readability and since this is still a RFC, these patches come as a stand alone work, so there's no need to apply first [1][2][3]. it tries to enhance this work on these points: Improvemen