[Qemu-devel] [PULL 0/1] NBD patches for -rc2

Eric Blake posted 1 patch 6 years, 2 months ago
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190719202119.24792-1-eblake@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Eric Blake <eblake@redhat.com>
block/nbd.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/1] NBD patches for -rc2
Posted by Eric Blake 6 years, 2 months ago
The following changes since commit e2b47666fe1544959c89bd3ed159e9e37cc9fc73:

  Merge remote-tracking branch 'remotes/berrange/tags/misc-next-pull-request' into staging (2019-07-19 14:29:13 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-07-19

for you to fetch changes up to 5cf42b1c1f75499b467701926d3c9691d27712e1:

  nbd: Initialize reply on failure (2019-07-19 13:19:18 -0500)

----------------------------------------------------------------
nbd patches for 2019-07-19

- silence harmless compiler/valgrind warning

----------------------------------------------------------------
Eric Blake (1):
      nbd: Initialize reply on failure

 block/nbd.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/1] NBD patches for -rc2
Posted by Peter Maydell 6 years, 2 months ago
On Fri, 19 Jul 2019 at 21:21, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit e2b47666fe1544959c89bd3ed159e9e37cc9fc73:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/misc-next-pull-request' into staging (2019-07-19 14:29:13 +0100)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-07-19
>
> for you to fetch changes up to 5cf42b1c1f75499b467701926d3c9691d27712e1:
>
>   nbd: Initialize reply on failure (2019-07-19 13:19:18 -0500)
>
> ----------------------------------------------------------------
> nbd patches for 2019-07-19
>
> - silence harmless compiler/valgrind warning
>
> ----------------------------------------------------------------
> Eric Blake (1):
>       nbd: Initialize reply on failure
>
>  block/nbd.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM