mbox

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

Message ID 20201116205942.109534-1-eblake@redhat.com
State New
Headers show

Pull-request

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

Message

Eric Blake Nov. 16, 2020, 8:59 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 17, 2020, 11:48 a.m. UTC | #1
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