Re: [Xen-devel] [PATCH 1/6] libxl: move vkb device to libxl_vkb.c

2017-10-30 Thread Wei Liu
On Thu, Oct 05, 2017 at 12:07:06PM +0300, Oleksandr Grytsov wrote: > From: Oleksandr Grytsov > > Logically it is better to move vkb to > separate file as vkb device used not only by vfb > and console. > > Signed-off-by: Oleksandr Grytsov Acked-by: Wei Liu

[Xen-devel] [PATCH 1/6] libxl: move vkb device to libxl_vkb.c

2017-10-05 Thread Oleksandr Grytsov
From: Oleksandr Grytsov Logically it is better to move vkb to separate file as vkb device used not only by vfb and console. Signed-off-by: Oleksandr Grytsov --- tools/libxl/Makefile| 1 + tools/libxl/libxl_console.c | 53 - tools/libxl/libxl_vkb.c |