
19 Dec
2011
19 Dec
'11
11:50 p.m.
On Tue, 2011-12-13 at 10:39 +1100, Michael Ellerman wrote:
For QEMU PPC64 we have a machine type ("pseries") which has a virtual bus called "spapr-vio". We need to be able to create devices on this bus, and as such need a way to specify the address for those devices.
This patch adds a new address type "spapr-vio", which achieves this.
The addressing is specified with a "reg" property in the address definition. The reg is optional, if it is not specified QEMU will auto-assign an address for the device.
AFAICS this series still applies, so please consider this a resend. cheers