device-core: use RCU for list of children of a bus
This fixes the race between device emulation code that tries to find a child device to dispatch the request to (e.g a scsi disk), and hotplug of a new device to that bus. Note that this doesn't convert all the readers of the list but only these that might go over that list without BQL held. This is a very small first step to make this code thread safe. Suggested-by:Paolo Bonzini <pbonzini@redhat.com> Signed-off-by:
Maxim Levitsky <mlevitsk@redhat.com> Reviewed-by:
Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20200913160259.32145-5-mlevitsk@redhat.com> [Use RCU_READ_LOCK_GUARD in more places, adjust testcase now that the delay in DEVICE_DELETED due to RCU is more consistent. - Paolo] Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20201006123904.610658-9-mlevitsk@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- hw/core/bus.c 17 additions, 11 deletionshw/core/bus.c
- hw/core/qdev.c 23 additions, 14 deletionshw/core/qdev.c
- hw/scsi/scsi-bus.c 9 additions, 3 deletionshw/scsi/scsi-bus.c
- hw/scsi/virtio-scsi.c 5 additions, 1 deletionhw/scsi/virtio-scsi.c
- include/hw/qdev-core.h 9 additions, 0 deletionsinclude/hw/qdev-core.h
Loading
Please register or sign in to comment