libxl: Fix QEMU cmdline for scsi device
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 28 Jun 2021 10:01:57 +0000 (11:01 +0100)
committerJulien Grall <jgrall@amazon.com>
Fri, 2 Jul 2021 14:01:13 +0000 (15:01 +0100)
commit3bc3be978fd61f8099797864136c5f447c0e4aae
tree28f961c55a7808a9a5805c510cbe5cc0bddd8d8e
parent217eef30f7b9b85ba6e27c81a791dae8f6fcdbe7
libxl: Fix QEMU cmdline for scsi device

Usage of 'scsi-disk' device is deprecated and removed from QEMU,
instead we need to use 'scsi-hd' for hard drives.
See QEMU 879be3af49 (hw/scsi: remove 'scsi-disk' device)

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Jason Andryuk <jandryuk@gmail.com>
tools/libs/light/libxl_dm.c