[Qemu-devel] [PATCH 7/8] virtio-scsi: fill in table of feature sizes

2013-02-19 Thread Jesse Larrew
Since none of the existing feature bits changed the layout of struct VirtIOSCSIConf, set the minimum struct size to use the full struct (i.e endof(struct VirtIOSCSIConf, cmd_per_lun)). Signed-off-by: Jesse Larrew --- hw/virtio-scsi.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-)

[Qemu-devel] [PATCH 7/8] virtio-scsi: fill in table of feature sizes

2013-02-18 Thread Jesse Larrew
Since none of the existing feature bits changed the layout of struct VirtIOSCSIConf, set the minimum struct size to use the full struct (i.e endof(struct VirtIOSCSIConf, cmd_per_lun)). Signed-off-by: Jesse Larrew --- hw/virtio-scsi.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-)