Re: [Qemu-devel] [PATCH v3 0/3] spapr qdevification

2011-07-07 Thread Alexander Graf
On 07/06/2011 01:32 PM, Paolo Bonzini wrote: On 06/06/2011 04:16 PM, Paolo Bonzini wrote: This series fixes some problems with spapr's qdev interface. Patch 1 is the important one, which makes it possible to use -device to create vio devices. The other two are cosmetic. v1->v2: abstr

Re: [Qemu-devel] [PATCH v3 0/3] spapr qdevification

2011-07-06 Thread Paolo Bonzini
On 06/06/2011 04:16 PM, Paolo Bonzini wrote: This series fixes some problems with spapr's qdev interface. Patch 1 is the important one, which makes it possible to use -device to create vio devices. The other two are cosmetic. v1->v2: abstracted the call to xics_find_qirq behind spapr_

[Qemu-devel] [PATCH v3 0/3] spapr qdevification

2011-06-06 Thread Paolo Bonzini
This series fixes some problems with spapr's qdev interface. Patch 1 is the important one, which makes it possible to use -device to create vio devices. The other two are cosmetic. v1->v2: abstracted the call to xics_find_qirq behind spapr_find_qirq v2->v3: undid v1->v2 change,