]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: caps: Introduce capability for 'device_id' property of 'scsi-disk'
authorPeter Krempa <pkrempa@redhat.com>
Mon, 28 Jan 2019 08:30:41 +0000 (09:30 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 8 Feb 2019 07:48:33 +0000 (08:48 +0100)
commit85a8e364f3abfd573eecce3dee528bfcdbd3b23a
tree26516ff4294c038293eb4209023df7adb7074345
parent8440f83529ce1a3ce65b974176b98d51c8dde289
qemu: caps: Introduce capability for 'device_id' property of 'scsi-disk'

The property allows to control the guest-visible content of the vendor
specific designator of the 'Device Identification' page of a SCSI
device's VPD (vital product data).

QEMU was leaking the id string of -drive as the value if the 'serial' of
the disk was not specified. Switching to -blockdev would impose an ABI
change.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
tests/qemucapabilitiesdata/caps_4.0.0.x86_64.xml