Re: [Qemu-devel] [PATCH v2 0/2] nbd: tolerate more errors to extension requests

2019-08-27 Thread Eric Blake
On 8/24/19 12:28 PM, Eric Blake wrote: > Since v1; > - new patch 1 > - adjust patch 2 to not set errp when not in strict mode > > Eric Blake (2): > nbd: Use g_autofree in a few places > nbd: Tolerate more errors to structured reply request I'm queuing this through my NBD tree. -- Eric Blake

[Qemu-devel] [PATCH v2 0/2] nbd: tolerate more errors to extension requests

2019-08-24 Thread Eric Blake
Since v1; - new patch 1 - adjust patch 2 to not set errp when not in strict mode Eric Blake (2): nbd: Use g_autofree in a few places nbd: Tolerate more errors to structured reply request block/nbd.c | 11 +++ nbd/client.c | 85 +++- nb