Re: [Xen-devel] [PATCH] cleanup domain builder declarations and related users

2015-09-28 Thread Wei Liu
On Mon, Sep 28, 2015 at 07:02:29AM +0200, Juergen Gross wrote: > There are several unused function and structure declarations in the > hypervisor related to domain building. Remove them. > > Use an enum for elf_dom_parms.pae instead of just hard coding the > values when setting the information and

Re: [Xen-devel] [PATCH] cleanup domain builder declarations and related users

2015-09-28 Thread Andrew Cooper
On 28/09/15 06:02, Juergen Gross wrote: > There are several unused function and structure declarations in the > hypervisor related to domain building. Remove them. > > Use an enum for elf_dom_parms.pae instead of just hard codiint pae; /* some > kind of enum apparently */ > ng the > values when se

Re: [Xen-devel] [PATCH] cleanup domain builder declarations and related users

2015-09-27 Thread Jan Beulich
>>> On 28.09.15 at 07:02, wrote: > There are several unused function and structure declarations in the > hypervisor related to domain building. Remove them. > > Use an enum for elf_dom_parms.pae instead of just hard coding the > values when setting the information and adjust the code to use those

[Xen-devel] [PATCH] cleanup domain builder declarations and related users

2015-09-27 Thread Juergen Gross
There are several unused function and structure declarations in the hypervisor related to domain building. Remove them. Use an enum for elf_dom_parms.pae instead of just hard coding the values when setting the information and adjust the code to use those instead of own macros (hypervisor and tools