Re: [Xen-devel] [PATCH v3 5/5] libxl: add options to enable/disable emulated devices

2016-01-21 Thread Roger Pau Monné
El 21/01/16 a les 12.31, Wei Liu ha escrit: > On Thu, Jan 21, 2016 at 11:01:43AM +0100, Roger Pau Monné wrote: >> El 21/01/16 a les 10.39, Ian Campbell ha escrit: >>> On Wed, 2016-01-20 at 19:33 +0100, Roger Pau Monné wrote: El 20/01/16 a les 14.01, Ian Campbell ha escrit: > On Wed, 2016-0

Re: [Xen-devel] [PATCH v3 5/5] libxl: add options to enable/disable emulated devices

2016-01-21 Thread Wei Liu
On Thu, Jan 21, 2016 at 11:01:43AM +0100, Roger Pau Monné wrote: > El 21/01/16 a les 10.39, Ian Campbell ha escrit: > > On Wed, 2016-01-20 at 19:33 +0100, Roger Pau Monné wrote: > >> El 20/01/16 a les 14.01, Ian Campbell ha escrit: > >>> On Wed, 2016-01-20 at 12:57 +0100, Roger Pau Monne wrote: > >

Re: [Xen-devel] [PATCH v3 5/5] libxl: add options to enable/disable emulated devices

2016-01-21 Thread Roger Pau Monné
El 21/01/16 a les 11.29, Ian Campbell ha escrit: > On Thu, 2016-01-21 at 11:01 +0100, Roger Pau Monné wrote: >> El 21/01/16 a les 10.39, Ian Campbell ha escrit: It also means that HVMlite guests created with current Xen will be capable of migrating to newer version of Xen, that might have

Re: [Xen-devel] [PATCH v3 5/5] libxl: add options to enable/disable emulated devices

2016-01-21 Thread Ian Campbell
On Thu, 2016-01-21 at 11:01 +0100, Roger Pau Monné wrote: > El 21/01/16 a les 10.39, Ian Campbell ha escrit: > > > If we don't have that guarantee I think this is already a bug, and we > > > should call _setdefault before sending the domain info to the other end. > > > In fact I have a patch that d

Re: [Xen-devel] [PATCH v3 5/5] libxl: add options to enable/disable emulated devices

2016-01-21 Thread Roger Pau Monné
El 21/01/16 a les 10.39, Ian Campbell ha escrit: > On Wed, 2016-01-20 at 19:33 +0100, Roger Pau Monné wrote: >> El 20/01/16 a les 14.01, Ian Campbell ha escrit: >>> On Wed, 2016-01-20 at 12:57 +0100, Roger Pau Monne wrote: Allow enabling or disabling emulated devices from the libxl domain

Re: [Xen-devel] [PATCH v3 5/5] libxl: add options to enable/disable emulated devices

2016-01-21 Thread Ian Campbell
On Wed, 2016-01-20 at 19:33 +0100, Roger Pau Monné wrote: > El 20/01/16 a les 14.01, Ian Campbell ha escrit: > > On Wed, 2016-01-20 at 12:57 +0100, Roger Pau Monne wrote: > > > Allow enabling or disabling emulated devices from the libxl domain > > > configuration file. For HVM guests with a device

Re: [Xen-devel] [PATCH v3 5/5] libxl: add options to enable/disable emulated devices

2016-01-20 Thread Roger Pau Monné
El 20/01/16 a les 14.01, Ian Campbell ha escrit: > On Wed, 2016-01-20 at 12:57 +0100, Roger Pau Monne wrote: >> Allow enabling or disabling emulated devices from the libxl domain >> configuration file. For HVM guests with a device model all the emulated >> devices are enabled. For HVM guests withou

Re: [Xen-devel] [PATCH v3 5/5] libxl: add options to enable/disable emulated devices

2016-01-20 Thread Ian Campbell
On Wed, 2016-01-20 at 12:57 +0100, Roger Pau Monne wrote: > Allow enabling or disabling emulated devices from the libxl domain > configuration file. For HVM guests with a device model all the emulated > devices are enabled. For HVM guests without a device model no devices are > enabled by default,

[Xen-devel] [PATCH v3 5/5] libxl: add options to enable/disable emulated devices

2016-01-20 Thread Roger Pau Monne
Allow enabling or disabling emulated devices from the libxl domain configuration file. For HVM guests with a device model all the emulated devices are enabled. For HVM guests without a device model no devices are enabled by default, although they can be enabled using the options provided. The arbit