Re: [SeaBIOS] Support for QEMU's virtio modern-pio-notify option?

2017-04-08 Thread Paolo Bonzini
On 02/04/2017 23:41, Jonathan Boeing wrote: > Specifically, it spins forever in the while(!vring_more_used(vq)) loop in the > call stack: > > scsi_drive_setup() > cdb_get_inquiry() > ... > virtio_scsi_process_op() Hi, this is a QEMU bug. The fix is commit e49a661 ("virtio: always use handle_

Re: [SeaBIOS] [PATCH 0/9] add support for generic lun enumeration

2017-04-08 Thread Paolo Bonzini
On 01/03/2017 18:45, Roman Kagan wrote: > A number of SCSI drivers currently only see luns #0 in their targets. > > This may be a problem when drives have to be assigned bigger lun > numbers, e.g. because the storage controllers don't provide enough > target numbers to accomodate all drives. > (