Re: [Qemu-devel] [PATCH] pseries: Refactor spapr irq allocation

2011-09-28 Thread David Gibson
On Tue, Sep 27, 2011 at 02:17:53PM +0200, Alexander Graf wrote: > > On 16.09.2011, at 08:49, David Gibson wrote: > > > Paulo Bonzini changed the original spapr code, which manually assigned irq > > numbers for each virtual device, to allocate them automatically from the > > device initialization.

Re: [Qemu-devel] [PATCH] pseries: Refactor spapr irq allocation

2011-09-27 Thread Alexander Graf
On 16.09.2011, at 08:49, David Gibson wrote: > Paulo Bonzini changed the original spapr code, which manually assigned irq > numbers for each virtual device, to allocate them automatically from the > device initialization. That allowed spapr virtual devices to be constructed > with -device, which

[Qemu-devel] [PATCH] pseries: Refactor spapr irq allocation

2011-09-16 Thread David Gibson
Paulo Bonzini changed the original spapr code, which manually assigned irq numbers for each virtual device, to allocate them automatically from the device initialization. That allowed spapr virtual devices to be constructed with -device, which is a good start. However, the way that patch worked do