Re: [Qemu-devel] [PATCH V6 05/15] xen: Add xen in -accel option.
On 21.10.2010, at 19:36, anthony.per...@citrix.com wrote: > From: Anthony PERARD > > This come with the initialisation of Xen. > > Signed-off-by: Anthony PERARD > --- > Makefile.target |5 + > hw/xen.h| 10 ++ > vl.c|2 ++ > xen-all.c | 25 ++
[Qemu-devel] [PATCH V6 05/15] xen: Add xen in -accel option.
From: Anthony PERARD This come with the initialisation of Xen. Signed-off-by: Anthony PERARD --- Makefile.target |5 + hw/xen.h| 10 ++ vl.c|2 ++ xen-all.c | 25 + xen-stub.c | 17 + 5 files chang