Re: [PATCH 1/3] block/blkdebug: add blocksize parameter

2021-05-25 Thread Kit Westneat
Makes sense. Sorry for the basic question, but is that just a matter of adding it to qapi/block-core.json? Thanks, Kit On Tue, May 25, 2021 at 10:46 AM Eric Blake wrote: > On Tue, May 25, 2021 at 12:47:51PM +, Kit Westneat wrote: > > Allow users to specify the block size of the qdev for tes

Re: [PATCH 1/3] block/blkdebug: add blocksize parameter

2021-05-25 Thread Eric Blake
On Tue, May 25, 2021 at 12:47:51PM +, Kit Westneat wrote: > Allow users to specify the block size of the qdev for testing purposes. > > Signed-off-by: Kit Westneat > --- > block/blkdebug.c | 27 +++ > 1 file changed, 27 insertions(+) Should this also be selectable wh

[PATCH 1/3] block/blkdebug: add blocksize parameter

2021-05-25 Thread Kit Westneat
Allow users to specify the block size of the qdev for testing purposes. Signed-off-by: Kit Westneat --- block/blkdebug.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/block/blkdebug.c b/block/blkdebug.c index 2c0b9b0ee8..c7500746a8 100644 --- a/block/blkdebug.c