]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce activeScsiHostdevs list for scsi host devices
authorHan Cheng <hanc.fnst@cn.fujitsu.com>
Fri, 3 May 2013 18:07:29 +0000 (02:07 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 13 May 2013 13:26:06 +0000 (21:26 +0800)
commitea74c0763679a99570e145197061d7097ed92e46
treee369dc969e69511f96df044bee375a9a5f8dfee0
parent31532cabe871f38665538361a2f348f8fca2288c
qemu: Introduce activeScsiHostdevs list for scsi host devices

Although virtio-scsi supports SCSI PR (Persistent Reservations),
the device on host may do not support it. To avoid losing data,
Just like PCI and USB pass through devices, only one live guest
is allowed per SCSI host pass through device."

Signed-off-by: Han Cheng <hanc.fnst@cn.fujitsu.com>
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c
src/qemu/qemu_hostdev.c
src/qemu/qemu_hostdev.h
src/qemu/qemu_process.c