Re: [PATCH v3 3/7] block: add max_hw_transfer to BlockLimits

2021-06-16 Thread Max Reitz
On 16.06.21 15:18, Paolo Bonzini wrote: On 15/06/21 18:18, Max Reitz wrote:   } +/* Returns the maximum hardware transfer length, in bytes; guaranteed nonzero */ +uint64_t blk_get_max_hw_transfer(BlockBackend *blk) +{ +    BlockDriverState *bs = blk_bs(blk); +    uint64_t max = INT_MAX; + +   

Re: [PATCH v3 3/7] block: add max_hw_transfer to BlockLimits

2021-06-16 Thread Paolo Bonzini
On 15/06/21 18:18, Max Reitz wrote:   } +/* Returns the maximum hardware transfer length, in bytes; guaranteed nonzero */ +uint64_t blk_get_max_hw_transfer(BlockBackend *blk) +{ +    BlockDriverState *bs = blk_bs(blk); +    uint64_t max = INT_MAX; + +    if (bs) { +    max =

Re: [PATCH V3 5/6] block/rbd: add write zeroes support

2021-06-16 Thread Ilya Dryomov
On Wed, May 19, 2021 at 4:28 PM Peter Lieven wrote: > > Signed-off-by: Peter Lieven > --- > block/rbd.c | 37 - > 1 file changed, 36 insertions(+), 1 deletion(-) > > diff --git a/block/rbd.c b/block/rbd.c > index 0d8612a988..ee13f08a74 100644 > ---

Re: [PATCH V3 1/6] block/rbd: bump librbd requirement to luminous release

2021-06-16 Thread Ilya Dryomov
On Wed, May 19, 2021 at 4:26 PM Peter Lieven wrote: > > even luminous (version 12.2) is unmaintained for over 3 years now. > Bump the requirement to get rid of the ifdef'ry in the code. > Qemu 6.1 dropped the support for RHEL-7 which was the last supported > OS that required an older librbd. > >

Re: [PATCH v3 0/2] hw/nvme: namespace parameter for EUI-64

2021-06-16 Thread Klaus Jensen
On Jun 14 22:18, Heinrich Schuchardt wrote: The EUI-64 field is the only identifier for NVMe namespaces in UEFI device paths. Add a new namespace property "eui64", that provides the user the option to specify the EUI-64. v3: use 52-54-00-00-00-00-00-00 as starting values for generating

Re: [PATCH v5 06/16] qemu-iotests: delay QMP socket timers

2021-06-16 Thread Vladimir Sementsov-Ogievskiy
16.06.2021 10:09, Emanuele Giuseppe Esposito wrote: On 15/06/2021 09:57, Vladimir Sementsov-Ogievskiy wrote: 14.06.2021 13:36, Emanuele Giuseppe Esposito wrote: On 04/06/2021 11:17, Emanuele Giuseppe Esposito wrote: Attaching gdbserver implies that the qmp socket should wait indefinitely

Re: [PATCH v5 06/16] qemu-iotests: delay QMP socket timers

2021-06-16 Thread Emanuele Giuseppe Esposito
On 15/06/2021 09:57, Vladimir Sementsov-Ogievskiy wrote: 14.06.2021 13:36, Emanuele Giuseppe Esposito wrote: On 04/06/2021 11:17, Emanuele Giuseppe Esposito wrote: Attaching gdbserver implies that the qmp socket should wait indefinitely for an answer from QEMU. For Timeout class, create