From patchwork Tue Sep 21 15:21:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [13/20] scsi-disk: propagate the required alignment X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 65324 Message-Id: <1285082522-24407-14-git-send-email-kwolf@redhat.com> To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org Date: Tue, 21 Sep 2010 17:21:55 +0200 From: Kevin Wolf List-Id: qemu-devel.nongnu.org From: Christoph Hellwig Signed-off-by: Christoph Hellwig Signed-off-by: Kevin Wolf --- hw/scsi-disk.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/scsi-disk.c b/hw/scsi-disk.c index ee20e8f..9628b39 100644 --- a/hw/scsi-disk.c +++ b/hw/scsi-disk.c @@ -1178,6 +1178,7 @@ static int scsi_disk_initfn(SCSIDevice *dev) s->qdev.blocksize = s->qdev.conf.logical_block_size; } s->cluster_size = s->qdev.blocksize / 512; + s->bs->buffer_alignment = s->qdev.blocksize; s->qdev.type = TYPE_DISK; qemu_add_vm_change_state_handler(scsi_dma_restart_cb, s);