[Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv

2010-08-23 Thread stefano . stabellini
From: Anthony PERARD Add the Xen FV (Fully Virtualized) machine to Qemu; this is groundwork to add Xen device model support in Qemu. Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini --- Makefile.target |3 + hw/xen_machine_fv.c | 156 +++

Re: [Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv

2010-08-16 Thread Anthony Liguori
On 08/16/2010 09:51 AM, Kevin Wolf wrote: Am 16.08.2010 16:38, schrieb Anthony Liguori: To be honest, I think we'll need KVM, Xen, and QEMU specific machines. The right default set of hardware for all three is different. Right, I agree. This is why I put the exception for the platfo

Re: [Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv

2010-08-16 Thread Stefano Stabellini
On Mon, 16 Aug 2010, Kevin Wolf wrote: > Right, I agree. This is why I put the exception for the platform device. > There are probably some more devices for which the same applies. > > But these exceptions all about guest state. If qdev was finished, this > would be a matter of having a different

Re: [Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv

2010-08-16 Thread Kevin Wolf
Am 16.08.2010 16:38, schrieb Anthony Liguori: > On 08/16/2010 09:13 AM, Kevin Wolf wrote: >> Am 16.08.2010 16:04, schrieb Stefano Stabellini: >> >>> On Mon, 16 Aug 2010, Kevin Wolf wrote: >>> Am 12.08.2010 16:09, schrieb stefano.stabell...@eu.citrix.com: > From: Anth

Re: [Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv

2010-08-16 Thread Anthony Liguori
On 08/16/2010 09:13 AM, Kevin Wolf wrote: Am 16.08.2010 16:04, schrieb Stefano Stabellini: On Mon, 16 Aug 2010, Kevin Wolf wrote: Am 12.08.2010 16:09, schrieb stefano.stabell...@eu.citrix.com: From: Anthony PERARD Add the Xen FV (Fully Virtualized) machine to Qemu; this is g

Re: [Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv

2010-08-16 Thread Kevin Wolf
Am 16.08.2010 16:04, schrieb Stefano Stabellini: > On Mon, 16 Aug 2010, Kevin Wolf wrote: >> Am 12.08.2010 16:09, schrieb stefano.stabell...@eu.citrix.com: >>> From: Anthony PERARD >>> >>> Add the Xen FV (Fully Virtualized) machine to Qemu; >>> this is groundwork to add Xen device model support in

Re: [Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv

2010-08-16 Thread Stefano Stabellini
On Mon, 16 Aug 2010, Kevin Wolf wrote: > Am 12.08.2010 16:09, schrieb stefano.stabell...@eu.citrix.com: > > From: Anthony PERARD > > > > Add the Xen FV (Fully Virtualized) machine to Qemu; > > this is groundwork to add Xen device model support in Qemu. > > > > Signed-off-by: Anthony PERARD > >

Re: [Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv

2010-08-16 Thread Kevin Wolf
Am 12.08.2010 16:09, schrieb stefano.stabell...@eu.citrix.com: > From: Anthony PERARD > > Add the Xen FV (Fully Virtualized) machine to Qemu; > this is groundwork to add Xen device model support in Qemu. > > Signed-off-by: Anthony PERARD > Signed-off-by: Stefano Stabellini Why does this need

[Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv

2010-08-12 Thread stefano . stabellini
From: Anthony PERARD Add the Xen FV (Fully Virtualized) machine to Qemu; this is groundwork to add Xen device model support in Qemu. Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini --- Makefile.target |3 + hw/xen_machine_fv.c | 156 +++