]> Git Repo - qemu.git/commit
block: rename buffer_alignment to guest_block_size
authorPaolo Bonzini <[email protected]>
Tue, 29 Nov 2011 10:35:47 +0000 (11:35 +0100)
committerKevin Wolf <[email protected]>
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 <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Wenchao Xia <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Reviewed-by: Benoit Canet <[email protected]>
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
This page took 0.026611 seconds and 4 git commands to generate.