[PULL 0/2] NBD patches for -rc2, 2020-11-16

Eric Blake posted 2 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201116205942.109534-1-eblake@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>
nbd/server.c                             | 4 ++--
tests/qemu-iotests/nbd-fault-injector.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
[PULL 0/2] NBD patches for -rc2, 2020-11-16
Posted by Eric Blake 3 years, 5 months ago
The following changes since commit cb5ed407a1ddadf788fd373fed41c87c9e81e5b0:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-15' into staging (2020-11-16 17:00:36 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-11-16

for you to fetch changes up to 2f3c1fd39668b9e565a4e0ba1d62ff5db05d62a5:

  iotests: Replace deprecated ConfigParser.readfp() (2020-11-16 14:51:12 -0600)

----------------------------------------------------------------
nbd patches for 2020-11-16

- silence Coverity false positive
- modernize iotests python code related to nbd

----------------------------------------------------------------
Eric Blake (1):
      nbd: Silence Coverity false positive

Kevin Wolf (1):
      iotests: Replace deprecated ConfigParser.readfp()

 nbd/server.c                             | 4 ++--
 tests/qemu-iotests/nbd-fault-injector.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.28.0


Re: [PULL 0/2] NBD patches for -rc2, 2020-11-16
Posted by Peter Maydell 3 years, 5 months ago
On Mon, 16 Nov 2020 at 21:06, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit cb5ed407a1ddadf788fd373fed41c87c9e81e5b0:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-15' into staging (2020-11-16 17:00:36 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-11-16
>
> for you to fetch changes up to 2f3c1fd39668b9e565a4e0ba1d62ff5db05d62a5:
>
>   iotests: Replace deprecated ConfigParser.readfp() (2020-11-16 14:51:12 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2020-11-16
>
> - silence Coverity false positive
> - modernize iotests python code related to nbd
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM