[Qemu-devel] [PATCH v3 26/29] blkdebug: Make required alignment configurable

2014-01-17 Thread Kevin Wolf
The new 'align' option of blkdebug can be used in order to emulate backends with a required 4k alignment on hosts which only really require 512 byte alignment. Signed-off-by: Kevin Wolf kw...@redhat.com --- block/blkdebug.c | 16 1 file changed, 16 insertions(+) diff --git

Re: [Qemu-devel] [PATCH v3 26/29] blkdebug: Make required alignment configurable

2014-01-17 Thread Max Reitz
On 17.01.2014 15:15, Kevin Wolf wrote: The new 'align' option of blkdebug can be used in order to emulate backends with a required 4k alignment on hosts which only really require 512 byte alignment. Signed-off-by: Kevin Wolf kw...@redhat.com --- block/blkdebug.c | 16 1 file