Paolo Bonzini 101aa85f98 scsi-disk: move all non-DMA commands to scsi_disk_emulate_command
We want to use separate SCSIReqOps for emulated commands needing an
allocated buffer vs. those that are zerocopy when the HBA supports
S/G lists.  Ensure that all of the former are in scsi_disk_emulate_command.

Commands that do not have any parameters are more similar to emulated
commands, so also move them, even if they do I/O.

Finally, MODE SELECT and MODE SELECT(10) are broken because we do not
yet support passing parameter data _to_ emulated commands, so disable
them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-07-26 17:44:09 +02:00
2012-07-23 11:55:17 +01:00
2012-07-21 10:54:40 +01:00
2012-07-10 18:27:33 +02:00
2012-07-13 10:38:16 +01:00
2012-07-26 17:44:08 +02:00
2012-07-23 11:55:17 +01:00
2012-07-23 11:55:17 +01:00
2012-07-13 13:46:55 -03:00
2012-07-13 13:46:55 -03:00
2012-07-19 11:34:32 +01:00
2012-07-10 18:27:33 +02:00
2012-07-23 11:55:18 +01:00
2012-07-26 17:44:08 +02:00
2012-07-17 16:48:32 +02:00
2012-07-14 11:53:03 +00:00
2012-07-14 11:53:03 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%