Re: [Qemu-devel] [PATCH 30/40] xenner: libxc emu: memory mapping

2010-11-01 Thread Alexander Graf
On 01.11.2010, at 11:12, malc wrote: > On Mon, 1 Nov 2010, Alexander Graf wrote: > >> Xenner emulates parts of libxc, so we can not use the real xen infrastructure >> when running xen pv guests without xen. >> >> This patch adds support for guest memory mapping. >> >> Signed-off-by: Alexander

Re: [Qemu-devel] [PATCH 30/40] xenner: libxc emu: memory mapping

2010-11-01 Thread malc
On Mon, 1 Nov 2010, Alexander Graf wrote: > Xenner emulates parts of libxc, so we can not use the real xen infrastructure > when running xen pv guests without xen. > > This patch adds support for guest memory mapping. > > Signed-off-by: Alexander Graf > --- > hw/xenner_libxc_if.c | 124 > +++

[Qemu-devel] [PATCH 30/40] xenner: libxc emu: memory mapping

2010-11-01 Thread Alexander Graf
Xenner emulates parts of libxc, so we can not use the real xen infrastructure when running xen pv guests without xen. This patch adds support for guest memory mapping. Signed-off-by: Alexander Graf --- hw/xenner_libxc_if.c | 124 ++ 1 files chang