Re: [Qemu-devel] SCSI HBA auto-created for -drive if=scsi

2017-01-18 Thread Markus Armbruster
Paolo Bonzini writes: > On 18/01/2017 18:15, Markus Armbruster wrote: >> Some boards automatically cold-plug SCSI HBAs to honor -drive if=scsi. >> Which one depends on the machine: >> >> pc*, realview-eb*, versatile*: lsi53c895a >> spapr-machine: spapr-vscsi >> >> Should we use somethin

Re: [Qemu-devel] SCSI HBA auto-created for -drive if=scsi

2017-01-18 Thread Paolo Bonzini
On 18/01/2017 18:15, Markus Armbruster wrote: > Some boards automatically cold-plug SCSI HBAs to honor -drive if=scsi. > Which one depends on the machine: > > pc*, realview-eb*, versatile*: lsi53c895a > spapr-machine: spapr-vscsi > > Should we use something less thoroughly obsolete than

[Qemu-devel] SCSI HBA auto-created for -drive if=scsi

2017-01-18 Thread Markus Armbruster
Some boards automatically cold-plug SCSI HBAs to honor -drive if=scsi. Which one depends on the machine: pc*, realview-eb*, versatile*: lsi53c895a spapr-machine: spapr-vscsi Should we use something less thoroughly obsolete than lsi53c895a for new machine types? Something that actually ha