Re: [Xen-devel] [PATCH 0/2] libxl: fix soft reset for PVHv2 guests

2017-03-22 Thread Vitaly Kuznetsov
Wei Liu writes: > On Mon, Mar 20, 2017 at 07:03:09PM +0100, Vitaly Kuznetsov wrote: >> Vitaly Kuznetsov (2): >> libxl: don't try to rename dm save file for PVH > > I've pushed this patch. > >> libxl: preserve console tty across soft reset >> > > I will wait for v2 for this one. > Sure, than

Re: [Xen-devel] [PATCH 0/2] libxl: fix soft reset for PVHv2 guests

2017-03-22 Thread Wei Liu
On Mon, Mar 20, 2017 at 07:03:09PM +0100, Vitaly Kuznetsov wrote: > Vitaly Kuznetsov (2): > libxl: don't try to rename dm save file for PVH I've pushed this patch. > libxl: preserve console tty across soft reset > I will wait for v2 for this one. > tools/libxl/libxl_console.c | 5 -

[Xen-devel] [PATCH 0/2] libxl: fix soft reset for PVHv2 guests

2017-03-20 Thread Vitaly Kuznetsov
Hi, I'm trying to make kexec/kdump work for PVHv2 guests too. PVHv2 guests are almost HVM guests so no major changes to the soft reset procedures are required. A few issues, however, arose during testing. Linux also requires some changes to boot after kexec. As PVH guests boot like normal HVM gue