qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v7 4/6] hw: replace most qemu_bh_new calls with qemu_bh_new_g


From: Thomas Huth
Subject: Re: [PATCH v7 4/6] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Date: Mon, 13 Mar 2023 09:36:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 13/03/2023 09.24, Alexander Bulekov wrote:
This protects devices from bh->mmio reentrancy issues.

Thanks: Thomas Huth <thuth@redhat.com> for diagnosing OS X test failure.
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Paul Durrant <paul@xen.org>
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
---
  hw/9pfs/xen-9p-backend.c        | 5 ++++-
  hw/block/dataplane/virtio-blk.c | 3 ++-
  hw/block/dataplane/xen-block.c  | 5 +++--
  hw/char/virtio-serial-bus.c     | 3 ++-
  hw/display/qxl.c                | 9 ++++++---
  hw/display/virtio-gpu.c         | 6 ++++--
  hw/ide/ahci.c                   | 3 ++-
  hw/ide/ahci_internal.h          | 1 +
  hw/ide/core.c                   | 4 +++-
  hw/misc/imx_rngc.c              | 6 ++++--
  hw/misc/macio/mac_dbdma.c       | 2 +-
  hw/net/virtio-net.c             | 3 ++-
  hw/nvme/ctrl.c                  | 6 ++++--
  hw/scsi/mptsas.c                | 3 ++-
  hw/scsi/scsi-bus.c              | 3 ++-
  hw/scsi/vmw_pvscsi.c            | 3 ++-
  hw/usb/dev-uas.c                | 3 ++-
  hw/usb/hcd-dwc2.c               | 3 ++-
  hw/usb/hcd-ehci.c               | 3 ++-
  hw/usb/hcd-uhci.c               | 2 +-
  hw/usb/host-libusb.c            | 6 ++++--
  hw/usb/redirect.c               | 6 ++++--
  hw/usb/xen-usb.c                | 3 ++-
  hw/virtio/virtio-balloon.c      | 5 +++--
  hw/virtio/virtio-crypto.c       | 3 ++-
  25 files changed, 66 insertions(+), 33 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

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