]> Git Repo - qemu.git/commit - hw/scsi/virtio-scsi.c
virtio-scsi: use virtio wrappers to access headers
authorRusty Russell <[email protected]>
Tue, 24 Jun 2014 17:48:53 +0000 (19:48 +0200)
committerMichael S. Tsirkin <[email protected]>
Sun, 29 Jun 2014 16:39:42 +0000 (19:39 +0300)
commit8c085dbe6d1e3fb3f18cdd05e67980a529a3ba4a
tree6bafc36a3b7ce818e14f2fbbe1982b1dbf78b972
parent783d189725d937f8ed9dae68c7e35b6afa0691da
virtio-scsi: use virtio wrappers to access headers

Note that st*_raw and ld*_raw are effectively replaced by st*_p and ld*_p.

Signed-off-by: Rusty Russell <[email protected]>
Reviewed-by: Anthony Liguori <[email protected]>
[ pass VirtIODevice * to memory accessors,
  converted new tswap locations to virtio_tswap,
  Greg Kurz <[email protected]> ]
Signed-off-by: Greg Kurz <[email protected]>
Reviewed-by: Alexander Graf <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/scsi/virtio-scsi.c
This page took 0.036087 seconds and 4 git commands to generate.