commit | b44a7be17bdd270ea029a8e2ec0c2e80c6cd0444 | [log] [tgz] |
---|---|---|
author | Asias He <asias@redhat.com> | Fri Mar 15 09:45:16 2013 +0800 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Mar 17 10:27:58 2013 -0400 |
tree | 80d5286497de15085ef741c5d4c3771042907d9f | |
parent | 5a7730db57ab0715223421e65b54fb50d6fefe5c [diff] |
virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd} Device needs the exact size of these data structure. Prevent padding. This fixes guest hang when booting seabios + tcm_vhost. Signed-off-by: Asias He <asias@redhat.com>