Re: [Qemu-devel] [PATCH V9 05/16] xen: Add xen_machine_fv

2011-01-27 Thread Stefano Stabellini
On Wed, 26 Jan 2011, Anthony Liguori wrote: > > +static void xen_init_fv(ram_addr_t ram_size, > > +const char *boot_device, > > +const char *kernel_filename, > > +const char *kernel_cmdline, > > +const c

Re: [Qemu-devel] [PATCH V9 05/16] xen: Add xen_machine_fv

2011-01-26 Thread Anthony Liguori
On 01/25/2011 08:29 AM, anthony.per...@citrix.com wrote: 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/x

[Qemu-devel] [PATCH V9 05/16] xen: Add xen_machine_fv

2011-01-25 Thread anthony . perard
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_common.h |5 ++ hw/xen_machine_fv.c | 159