Re: [Xen-devel] [PATCH v6 2/7] xen/x86: split Dom0 build into PV and PVHv2

2017-02-13 Thread Jan Beulich
>>> On 10.02.17 at 13:33, wrote: > Split the Dom0 builder into two different functions, one for PV (and classic > PVH), and another one for PVHv2. Introduce a new command line parameter called > 'dom0' that can be used to request the creation of a PVHv2 Dom0 by setting the > 'hvm' sub-option. A pa

Re: [Xen-devel] [PATCH v6 2/7] xen/x86: split Dom0 build into PV and PVHv2

2017-02-10 Thread Andrew Cooper
On 10/02/17 12:33, Roger Pau Monne wrote: > Split the Dom0 builder into two different functions, one for PV (and classic > PVH), and another one for PVHv2. Introduce a new command line parameter called > 'dom0' that can be used to request the creation of a PVHv2 Dom0 by setting the > 'hvm' sub-opti

[Xen-devel] [PATCH v6 2/7] xen/x86: split Dom0 build into PV and PVHv2

2017-02-10 Thread Roger Pau Monne
Split the Dom0 builder into two different functions, one for PV (and classic PVH), and another one for PVHv2. Introduce a new command line parameter called 'dom0' that can be used to request the creation of a PVHv2 Dom0 by setting the 'hvm' sub-option. A panic has also been added if a user tries to