[Xen-devel] [PATCH] xl: Fix segfault on domain reboot

2017-01-30 Thread Fatih Acar
. Signed-off-by: Fatih Acar Signed-off-by: Nikita Kozlov Signed-off-by: Vincent Legout Signed-off-by: Baptiste Daroussin --- tools/libxl/xl_cmdimpl.c | 34 -- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl

[Xen-devel] [PATCH] xl: Fix assertion on domain reboot with new configuration

2017-01-30 Thread Fatih Acar
. Calling libxl_domain_build_info_init makes sure the type field is correctly initialized. Signed-off-by: Fatih Acar Signed-off-by: Nikita Kozlov Signed-off-by: Vincent Legout Signed-off-by: Baptiste Daroussin --- tools/libxl/xl_cmdimpl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools

Re: [Xen-devel] [PATCH] xl: Fix segfault on domain reboot

2017-02-02 Thread Fatih Acar
cumentation states it should not be used. We need this in order to update the domain's kernel before a reboot in our case. Indeed, there should be a better approach than this. We were aware that this fix is not very elegant and will be thankful if

[Xen-devel] [PATCH] xl: Make the devid attribute manually settable for nics

2017-02-02 Thread Fatih Acar
This permits to have control over the devid attribute when attaching new nics. It may become useful if one has its own nic indexing somewhere else than xl/xenstore. Signed-off-by: Fatih Acar Signed-off-by: Nikita Kozlov Signed-off-by: Vincent Legout Signed-off-by: Baptiste Daroussin

Re: [Xen-devel] several domU crashes after 4.1->4.8 live migration

2017-02-03 Thread Fatih Acar
yet, so the problem is much likely to be the 4.1 to 4.8 migration. -- Fatih ACAR Gandi fatih.a...@gandi.net ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH 2/2] xl: disable events earlier for shutdown event

2017-02-03 Thread Fatih Acar
On 02/02/2017 17:22, Wei Liu wrote: > > The other solution is to have a dedicated counter for diskws instead of > relying on num_disks. > It's all good, both patches fix the issue, thank you. -- Fatih ACAR Gandi fatih.a...@gandi.net