diff options
author | Peter Maydell | 2018-11-05 14:55:37 +0100 |
---|---|---|
committer | Paolo Bonzini | 2018-11-06 21:35:06 +0100 |
commit | ca95173c7fb64a1544b1f560766976425659e5e4 (patch) | |
tree | 35f86de35c5c87b7f5c97b4a1f1143fd761ecc2b /scripts/dump-guest-memory.py | |
parent | scsi-generic: do not do VPD emulation for sense other than ILLEGAL_REQUEST (diff) | |
download | qemu-ca95173c7fb64a1544b1f560766976425659e5e4.tar.gz qemu-ca95173c7fb64a1544b1f560766976425659e5e4.tar.xz qemu-ca95173c7fb64a1544b1f560766976425659e5e4.zip |
include/qemu/thread.h: Document qemu_thread_atexit* API
Add documentation for the qemu_thread_atexit_add() and
qemu_thread_atexit_remove() functions.
We include a (previously undocumented) constraint that notifiers
may not be called if a thread is exiting because the entire
process is exiting. This is fine for our current use because
the callers use it only for cleaning up resources which go away
on process exit (memory, Win32 fibers), and we will need the
flexibility for the new posix implementation.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20181105135538.28025-2-peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/dump-guest-memory.py')
0 files changed, 0 insertions, 0 deletions