Re: [Qemu-devel] [PATCH 14/26] Implement the bus structure for PAPR virtual IO

2011-03-16 Thread David Gibson
On Wed, Mar 16, 2011 at 05:04:43PM -0500, Anthony Liguori wrote: > On 03/15/2011 11:56 PM, David Gibson wrote: [snip] > >+static int spapr_vio_busdev_init(DeviceState *dev, DeviceInfo *info) > >+{ > >+VIOsPAPRDeviceInfo *_info = (VIOsPAPRDeviceInfo *)info; > >+VIOsPAPRDevice *_dev = (VIOsPA

Re: [Qemu-devel] [PATCH 14/26] Implement the bus structure for PAPR virtual IO

2011-03-16 Thread Anthony Liguori
On 03/15/2011 11:56 PM, David Gibson wrote: This extends the "pseries" (PAPR) machine to include a virtual IO bus supporting the PAPR defined hypercall based virtual IO mechanisms. So far only one VIO device is provided, the vty / vterm, providing a full console (polled only, for now). Signed-o

[Qemu-devel] [PATCH 14/26] Implement the bus structure for PAPR virtual IO

2011-03-15 Thread David Gibson
This extends the "pseries" (PAPR) machine to include a virtual IO bus supporting the PAPR defined hypercall based virtual IO mechanisms. So far only one VIO device is provided, the vty / vterm, providing a full console (polled only, for now). Signed-off-by: David Gibson --- Makefile.target |