qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 5b8071: virtio-blk: Fix clean up of host noti


From: Richard Henderson
Subject: [Qemu-commits] [qemu/qemu] 5b8071: virtio-blk: Fix clean up of host notifiers for sin...
Date: Mon, 06 Dec 2021 13:16:28 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 5b807181c27a940a3a7ad1f221a2e76a132cbdc0
      
https://github.com/qemu/qemu/commit/5b807181c27a940a3a7ad1f221a2e76a132cbdc0
  Author: Mark Mielke <mark.mielke@gmail.com>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M hw/block/dataplane/virtio-blk.c

  Log Message:
  -----------
  virtio-blk: Fix clean up of host notifiers for single MR transaction.

The code that introduced "virtio-blk: Configure all host notifiers in
a single MR transaction" introduced a second loop variable to perform
cleanup in second loop, but mistakenly still refers to the first
loop variable within the second loop body.

Fixes: d0267da61489 ("virtio-blk: Configure all host notifiers in a single MR 
transaction")
Signed-off-by: Mark Mielke <mark.mielke@gmail.com>
Message-id: CALm7yL08qarOu0dnQkTN+pa=BSRC92g31YpQQNDeAiT4yLZWQQ@mail.gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>


  Commit: 7635eff97104242d618400e4b6746d0a5c97af82
      
https://github.com/qemu/qemu/commit/7635eff97104242d618400e4b6746d0a5c97af82
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M hw/block/dataplane/virtio-blk.c

  Log Message:
  -----------
  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into 
staging

Pull request

# gpg: Signature made Mon 06 Dec 2021 07:27:19 AM PST
# gpg:                using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
# gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]

* tag 'block-pull-request' of https://gitlab.com/stefanha/qemu:
  virtio-blk: Fix clean up of host notifiers for single MR transaction.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


Compare: https://github.com/qemu/qemu/compare/2f8eb086732a...7635eff97104



reply via email to

[Prev in Thread] Current Thread [Next in Thread]