Re: [Qemu-devel] [PATCH 2/2] xen: Replace few mentions of xend by libxl

2018-09-14 Thread Stefano Stabellini
On Fri, 14 Sep 2018, Anthony PERARD wrote: > xend have been replaced by libxenlight (libxl) for many Xen releases > now. > > Signed-off-by: Anthony PERARD Acked-by: Stefano Stabellini > --- > hw/xenpv/xen_machine_pv.c | 2 +- > include/hw/xen/xen.h | 2 +- > qemu-options.hx |

[Qemu-devel] [PATCH 2/2] xen: Replace few mentions of xend by libxl

2018-09-14 Thread Anthony PERARD
xend have been replaced by libxenlight (libxl) for many Xen releases now. Signed-off-by: Anthony PERARD --- hw/xenpv/xen_machine_pv.c | 2 +- include/hw/xen/xen.h | 2 +- qemu-options.hx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/xenpv/xen_machine_