]> git.proxmox.com Git - qemu.git/commit
scsi-disk: add support for the UNMAP command
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Aug 2012 09:00:22 +0000 (11:00 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Aug 2012 13:35:45 +0000 (15:35 +0200)
commit5222aaf223e52961cabeb7cabc579892ccd8bc59
treea77030050d5defed090730d0263870e26feb5c44
parenta084a703df9ab896c9d30ac479e1388e5e4cafb0
scsi-disk: add support for the UNMAP command

The unmap command can reuse the same infrastructure as MODE SELECT
for reading the descriptor list into memory.  The descriptors are
processed sequentially.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi-disk.c