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

2010-11-15 Thread Stefano Stabellini
On Mon, 15 Nov 2010, Kevin Wolf wrote: > >> + * Permission is hereby granted, free of charge, to any person obtaining > >> a copy > >> + * of this software and associated documentation files (the "Software"), > >> to deal > >> + * in the Software without restriction, including without limitation

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

2010-11-15 Thread Kevin Wolf
Am 15.11.2010 11:35, schrieb Alexander Graf: > > On 21.10.2010, at 19:36, 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 >> Si

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

2010-11-15 Thread Alexander Graf
On 21.10.2010, at 19:36, 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

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

2010-10-21 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 | 158