Re: [Qemu-devel] [PATCH 2/4] PPC: Qdev'ify e500 pci

2010-09-08 Thread Blue Swirl
On Tue, Sep 7, 2010 at 9:33 PM, Alexander Graf wrote: > > On 07.09.2010, at 20:21, Blue Swirl wrote: > >> On Tue, Sep 7, 2010 at 11:53 AM, Alexander Graf wrote: >>> The e500 PCI controller isn't qdev'ified yet. This leads to severe issues >>> when running with -drive. >>> >>> To be able to use a

Re: [Qemu-devel] [PATCH 2/4] PPC: Qdev'ify e500 pci

2010-09-07 Thread Alexander Graf
On 07.09.2010, at 20:21, Blue Swirl wrote: > On Tue, Sep 7, 2010 at 11:53 AM, Alexander Graf wrote: >> The e500 PCI controller isn't qdev'ified yet. This leads to severe issues >> when running with -drive. >> >> To be able to use a virtio disk with an e500 VM, let's convert the PCI >> controlle

Re: [Qemu-devel] [PATCH 2/4] PPC: Qdev'ify e500 pci

2010-09-07 Thread Blue Swirl
On Tue, Sep 7, 2010 at 11:53 AM, Alexander Graf wrote: > The e500 PCI controller isn't qdev'ified yet. This leads to severe issues > when running with -drive. > > To be able to use a virtio disk with an e500 VM, let's convert the PCI > controller over to qdev. > > Signed-off-by: Alexander Graf >