Searched hist:"723 c5d93c51bdb3adbc238ce90195c0864aa6cd5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | blockdev.c | diff 723c5d93c51bdb3adbc238ce90195c0864aa6cd5 Tue Oct 21 06:03:53 CDT 2014 Stefan Hajnoczi <stefanha@redhat.com> blockdev: add note that block_job_cb() must be thread-safe
This function is correct but we should document the constraint that everything must be thread-safe.
Emitting QMP events and scheduling BHs are both thread-safe so nothing needs to be done here.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-id: 1413889440-32577-5-git-send-email-stefanha@redhat.com
|