Re: [Xen-devel] [PATCH v8 21/21] libxl: add support for migrating HVM guests without a device model

2015-11-26 Thread Roger Pau Monné
El 11/11/15 a les 18.14, Andrew Cooper ha escrit: > On 06/11/15 16:05, Roger Pau Monne wrote: >> diff --git a/tools/libxl/libxl_stream_write.c >> b/tools/libxl/libxl_stream_write.c >> index 52a60d7..0a6eaf9 100644 >> --- a/tools/libxl/libxl_stream_write.c >> +++ b/tools/libxl/libxl_stream_write.c

Re: [Xen-devel] [PATCH v8 21/21] libxl: add support for migrating HVM guests without a device model

2015-11-11 Thread Andrew Cooper
On 06/11/15 16:05, Roger Pau Monne wrote: > diff --git a/tools/libxl/libxl_stream_write.c > b/tools/libxl/libxl_stream_write.c > index 52a60d7..0a6eaf9 100644 > --- a/tools/libxl/libxl_stream_write.c > +++ b/tools/libxl/libxl_stream_write.c > @@ -232,6 +232,9 @@ void

Re: [Xen-devel] [PATCH v8 21/21] libxl: add support for migrating HVM guests without a device model

2015-11-11 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH v8 21/21] libxl: add support for migrating HVM guests without a device model"): > On Fri, Nov 06, 2015 at 05:05:55PM +0100, Roger Pau Monne wrote: > > @@ -387,6 +396,7 @@ static void emulator_xenstore_record_done(libxl__egc > > *egc, > >

Re: [Xen-devel] [PATCH v8 21/21] libxl: add support for migrating HVM guests without a device model

2015-11-11 Thread Wei Liu
CC Andrew On Fri, Nov 06, 2015 at 05:05:55PM +0100, Roger Pau Monne wrote: > Only some minor libxl changes are needed in order to be able to migrate HVM > guests without a device model, no hypervisor changes are needed. > > This change prevents sending the emulator context if the device model >

[Xen-devel] [PATCH v8 21/21] libxl: add support for migrating HVM guests without a device model

2015-11-06 Thread Roger Pau Monne
Only some minor libxl changes are needed in order to be able to migrate HVM guests without a device model, no hypervisor changes are needed. This change prevents sending the emulator context if the device model version is set to none. Signed-off-by: Roger Pau Monné Cc: Ian