]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: enable support for ESP SCSI controller family
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 18 Nov 2020 16:33:16 +0000 (16:33 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Nov 2020 12:09:51 +0000 (12:09 +0000)
commitd2d737551acec09f68414760e1770c5969e2bfb1
treeca7aa5f9bcf5d5a51a6cdd7901f7214b3d2a7cd5
parent98caef4a55f063e52934af6bb038b6f4f93df459
qemu: enable support for ESP SCSI controller family

The NCR53C90 is the built-in SCSI controller on all sparc machine types,
but not sparc64. Note that it has the fixed alias "scsi", which differs
from our normal naming convention of "scsi0".

The DC390 and AM53C974 are PCI SCSI controllers that can be added to any
PCI machine.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_alias.c
src/qemu/qemu_command.c
src/qemu/qemu_domain_address.c
src/qemu/qemu_validate.c