Re: [Xen-devel] [PATCH v3 10/22] libxl: add PVH support to domain creation

2017-09-27 Thread Roger Pau Monné
On Wed, Sep 27, 2017 at 02:28:11PM +, Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH v3 10/22] libxl: add PVH support to domain > creation"): > > Remove the device model "none" support from domain creation and > > introduce support for PVH. > > This is a backwards-incompatible change, w

Re: [Xen-devel] [PATCH v3 10/22] libxl: add PVH support to domain creation

2017-09-27 Thread Roger Pau Monné
On Wed, Sep 27, 2017 at 02:28:11PM +, Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH v3 10/22] libxl: add PVH support to domain > creation"): > > Remove the device model "none" support from domain creation and > > introduce support for PVH. > > This is a backwards-incompatible change, w

Re: [Xen-devel] [PATCH v3 10/22] libxl: add PVH support to domain creation

2017-09-27 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH v3 10/22] libxl: add PVH support to domain creation"): > Remove the device model "none" support from domain creation and > introduce support for PVH. This is a backwards-incompatible change, which at the very least requires justification. The facility seems to hav

[Xen-devel] [PATCH v3 10/22] libxl: add PVH support to domain creation

2017-09-25 Thread Roger Pau Monne
Remove the device model "none" support from domain creation and introduce support for PVH. This requires changing some of the HVM checks to be applied for both HVM and PVH. Signed-off-by: Roger Pau Monné --- Cc: Ian Jackson Cc: Wei Liu --- tools/libxl/libxl_create.c | 71 +