Re: [Qemu-devel] [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-01 Thread Alexander Graf
On 01.11.2010, at 12:01, Anthony Liguori wrote: > On 11/01/2010 10:49 AM, Alexander Graf wrote: >> On 01.11.2010, at 11:45, Anthony Liguori wrote: >> >> >>> On 11/01/2010 10:01 AM, Alexander Graf wrote: >>> Xenner emulates parts of libxc, so we can not use the real xen infrast

Re: [Qemu-devel] [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-01 Thread Alexander Graf
On 01.11.2010, at 12:14, Anthony Liguori wrote: > On 11/01/2010 11:07 AM, Alexander Graf wrote: >> On 01.11.2010, at 12:01, Anthony Liguori wrote: >> >> >>> On 11/01/2010 10:49 AM, Alexander Graf wrote: >>> On 01.11.2010, at 11:45, Anthony Liguori wrote:

Re: [Qemu-devel] [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-01 Thread Anthony Liguori
On 11/01/2010 10:01 AM, 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 event channel communication. Signed-off-by: Alexander Graf Has anyone checked with the Xen folks

Re: [Qemu-devel] [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-01 Thread Anthony Liguori
On 11/01/2010 10:49 AM, Alexander Graf wrote: On 01.11.2010, at 11:45, Anthony Liguori wrote: On 11/01/2010 10:01 AM, 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 f

Re: [Qemu-devel] [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-01 Thread Alexander Graf
On 01.11.2010, at 11:45, Anthony Liguori wrote: > On 11/01/2010 10:01 AM, 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 event channel communication. >> >> Signed

Re: [Qemu-devel] [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-01 Thread Anthony Liguori
On 11/01/2010 11:07 AM, Alexander Graf wrote: On 01.11.2010, at 12:01, Anthony Liguori wrote: On 11/01/2010 10:49 AM, Alexander Graf wrote: On 01.11.2010, at 11:45, Anthony Liguori wrote: On 11/01/2010 10:01 AM, Alexander Graf wrote: Xenner emulates parts of li

[Qemu-devel] [PATCH 28/40] xenner: libxc emu: evtchn

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 event channel communication. Signed-off-by: Alexander Graf --- hw/xenner_libxc_evtchn.c | 467 ++ 1 file