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

Eric Blake posted 2 patches 4 years, 7 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190824172813.29720-1-eblake@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, Eric Blake <eblake@redhat.com>
block/nbd.c      | 11 +++----
nbd/client.c     | 85 +++++++++++++++++++++++-------------------------
nbd/server.c     | 12 +++----
nbd/trace-events |  2 +-
4 files changed, 49 insertions(+), 61 deletions(-)
[Qemu-devel] [PATCH v2 0/2] nbd: tolerate more errors to extension requests
Posted by Eric Blake 4 years, 7 months ago
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 +++++++++++++++++++++++-------------------------
 nbd/server.c     | 12 +++----
 nbd/trace-events |  2 +-
 4 files changed, 49 insertions(+), 61 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PATCH v2 0/2] nbd: tolerate more errors to extension requests
Posted by Eric Blake 4 years, 7 months ago
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, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org