aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/virtio_scsi.h
Commit message (Collapse)AuthorAge
* virtio_scsi: export to userspaceMichael S. Tsirkin2014-12-09
| | | | | | | | | | | | Replace uXX by __uXX and _packed by __attribute((packed)) as seems to be the norm for userspace headers. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com>
* virtio_scsi: move to uapiMichael S. Tsirkin2014-12-09
Guests need to use virtio scsi API, so export it to uapi, nice to e.g. qemu and will help us remember this file affects ABI. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com>