[Qemu-devel] Re: [PATCH 35/40] xenner: Domain Builder

2010-11-02 Thread Alexander Graf
On 02.11.2010, at 11:51, Paolo Bonzini wrote: > On 11/02/2010 04:36 PM, Alexander Graf wrote: >> >> On 02.11.2010, at 06:09, Paolo Bonzini wrote: >> >>> On 11/01/2010 04:01 PM, Alexander Graf wrote: The traditional Xen way of loading a kernel and initial data structures into the

[Qemu-devel] Re: [PATCH 35/40] xenner: Domain Builder

2010-11-02 Thread Alexander Graf
On 02.11.2010, at 06:09, Paolo Bonzini wrote: > On 11/01/2010 04:01 PM, Alexander Graf wrote: >> The traditional Xen way of loading a kernel and initial data structures into >> the >> guest's memory is by calling libxc functions. We want to be able to run >> without >> libxc dependencies though

[Qemu-devel] Re: [PATCH 35/40] xenner: Domain Builder

2010-11-02 Thread Paolo Bonzini
On 11/02/2010 04:36 PM, Alexander Graf wrote: On 02.11.2010, at 06:09, Paolo Bonzini wrote: On 11/01/2010 04:01 PM, Alexander Graf wrote: The traditional Xen way of loading a kernel and initial data structures into the guest's memory is by calling libxc functions. We want to be able to run wi

[Qemu-devel] Re: [PATCH 35/40] xenner: Domain Builder

2010-11-02 Thread Paolo Bonzini
On 11/01/2010 04:01 PM, Alexander Graf wrote: The traditional Xen way of loading a kernel and initial data structures into the guest's memory is by calling libxc functions. We want to be able to run without libxc dependencies though, so we need an alternative. This patch implements a full domain