Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-19 | scsi: avoid assertion failure on VERIFY command | Paolo Bonzini | |
A verify command is not an actual read (we do not implement compare mode) and thus does not have an AIOCB attached. Do not crash in scsi_dma_complete. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini | |
This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |