Re: [PATCH] libxl: Print device_kind as a string

2023-04-25 Thread Juergen Gross
On 25.04.23 21:46, Jason Andryuk wrote: Printing the integer isn't particularly informative. Switch to a human-readable string when printing the device_kind in libxl__get_hotplug_script_info(). Signed-off-by: Jason Andryuk Reviewed-by: Juergen Gross Juergen OpenPGP_0xB0DE9DD628BF132F.a

[PATCH] libxl: Print device_kind as a string

2023-04-25 Thread Jason Andryuk
Printing the integer isn't particularly informative. Switch to a human-readable string when printing the device_kind in libxl__get_hotplug_script_info(). Signed-off-by: Jason Andryuk --- tools/libs/light/libxl_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools