Re: [Xen-devel] [PATCH v7 5/7] xen/x86: parse Dom0 kernel for PVHv2

2017-02-23 Thread Jan Beulich
>>> On 22.02.17 at 15:24, wrote: > Introduce a helper to parse the Dom0 kernel. > > A new helper is also introduced to libelf, that's used to store the > destination > vcpu of the domain. This parameter is needed when loading the kernel on a HVM > domain (PVHv2), since hvm_copy_to_guest_phys req

[Xen-devel] [PATCH v7 5/7] xen/x86: parse Dom0 kernel for PVHv2

2017-02-22 Thread Roger Pau Monne
Introduce a helper to parse the Dom0 kernel. A new helper is also introduced to libelf, that's used to store the destination vcpu of the domain. This parameter is needed when loading the kernel on a HVM domain (PVHv2), since hvm_copy_to_guest_phys requires passing the destination vcpu. While ther