Re: [Qemu-devel] [RFC PATCH 04/19] block: rename buffer_alignment to guest_block_size
Cool to have a separation of emulator/block concepts. Reviewed-by: Wenchao Xia
[Qemu-devel] [RFC PATCH 04/19] block: rename buffer_alignment to guest_block_size
From: Paolo Bonzini 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 di