block: rename buffer_alignment to guest_block_size
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Nov 2011 10:35:47 +0000 (11:35 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 24 Jan 2014 16:40:01 +0000 (17:40 +0100)
commit1b7fd729559c6d3b273303aa48bc653ceef08747
tree0eaad2f851279bee9e8de40d175658ea84160542
parent339064d5063924e5176842abbf6c8089f3479c5b
block: rename buffer_alignment to guest_block_size

The alignment field is now set to the value that is promised to the
guest, rather than required by the host.  The next patches will make
QEMU aware of the host-provided values, so make this clear.

The alignment is also not about memory buffers, but about the sectors on
the disk, change the documentation of the field.

At this point, the field is set by the device emulation, but completely
ignored by the block layer.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
block.c
hw/block/virtio-blk.c
hw/ide/core.c
hw/scsi/scsi-disk.c
hw/scsi/scsi-generic.c
include/block/block.h
include/block/block_int.h