Re: [Xen-devel] [RFC v2 6/9] libxl: Have QEMU save its state to a file descriptor

2018-04-24 Thread Wei Liu
On Mon, Apr 16, 2018 at 06:32:24PM +0100, Anthony PERARD wrote: > In case QEMU have restricted access to the system, open the file for it, > and QEMU will save its state to this file descritor. > > Signed-off-by: Anthony PERARD Acked-by: Wei Liu ___

Re: [Xen-devel] [RFC v2 6/9] libxl: Have QEMU save its state to a file descriptor

2018-04-24 Thread Wei Liu
On Mon, Apr 23, 2018 at 04:45:28PM +0100, Anthony PERARD wrote: > On Mon, Apr 23, 2018 at 10:20:42AM +0100, Wei Liu wrote: > > On Mon, Apr 16, 2018 at 06:32:24PM +0100, Anthony PERARD wrote: > > > In case QEMU have restricted access to the system, open the file for it, > > > and QEMU will save its

Re: [Xen-devel] [RFC v2 6/9] libxl: Have QEMU save its state to a file descriptor

2018-04-23 Thread Anthony PERARD
On Mon, Apr 23, 2018 at 10:20:42AM +0100, Wei Liu wrote: > On Mon, Apr 16, 2018 at 06:32:24PM +0100, Anthony PERARD wrote: > > In case QEMU have restricted access to the system, open the file for it, > > and QEMU will save its state to this file descritor. > > > > Signed-off-by: Anthony PERARD >

Re: [Xen-devel] [RFC v2 6/9] libxl: Have QEMU save its state to a file descriptor

2018-04-23 Thread Wei Liu
On Mon, Apr 16, 2018 at 06:32:24PM +0100, Anthony PERARD wrote: > In case QEMU have restricted access to the system, open the file for it, > and QEMU will save its state to this file descritor. > > Signed-off-by: Anthony PERARD I think this is going to break FreeBSD? And what is /dev/fdset exac

[Xen-devel] [RFC v2 6/9] libxl: Have QEMU save its state to a file descriptor

2018-04-16 Thread Anthony PERARD
In case QEMU have restricted access to the system, open the file for it, and QEMU will save its state to this file descritor. Signed-off-by: Anthony PERARD --- tools/libxl/libxl_qmp.c | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/tools