aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2020-06-16include/qemu: Added tsan.h for annotations.Robert Foley1-0/+71
2020-06-16thread: add tsan annotations to QemuSpinEmilio G. Cota1-3/+36
2020-06-16thread: add qemu_spin_destroyEmilio G. Cota1-0/+3
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+2
2020-06-12i386: hvf: Drop HVFX86EmulatorStateRoman Bolshakov1-1/+0
2020-06-10qemu/thread: Mark qemu_thread_exit() with 'noreturn' attributePhilippe Mathieu-Daudé1-1/+1
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé1-0/+1
2020-06-08qemu-plugin.h: add missing include <stddef.h> to define size_tEmilio G. Cota1-0/+1
2020-05-15qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé1-1/+1
2020-05-15qemu/plugin: Move !CONFIG_PLUGIN stubs altogetherPhilippe Mathieu-Daudé1-18/+15
2020-05-15qemu/plugin: Trivial code movementPhilippe Mathieu-Daudé1-16/+16
2020-05-14acpi: nvdimm: change NVDIMM_UUID_LE to a common macroDongjiu Geng1-0/+27
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-1/+1
2020-05-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-4/+5
2020-05-04lockable: fix __COUNTER__ macro to be referenced properlyDaniel Brodsky2-4/+5
2020-05-04move 'typedef Aml' to qemu/types.hGerd Hoffmann1-0/+1
2020-05-04chardev: Add macOS to list of OSes that support -chardev serialMikhail Gusarov1-1/+1
2020-04-29qemu-img: Move is_valid_option_list() to qemu-img.c and rewriteMarkus Armbruster1-1/+0
2020-04-14thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etcPeter Maydell1-6/+6
2020-04-14thread.h: Fix Coverity version of qemu_cond_timedwait()Peter Maydell1-1/+1
2020-04-14osdep.h: Drop no-longer-needed Coverity workaroundsPeter Maydell1-14/+0
2020-04-07linux-user: factor out reading of /proc/self/mapsAlex Bennée1-0/+44
2020-03-27qemu/atomic.h: add #ifdef guards for stdatomic.hAlex Bennée1-0/+6
2020-03-18block/dirty-bitmap: improve _next_dirty_area APIVladimir Sementsov-Ogievskiy1-11/+14
2020-03-18block/dirty-bitmap: add _next_dirty APIVladimir Sementsov-Ogievskiy1-0/+13
2020-03-18block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy1-4/+3
2020-03-18hbitmap: drop meta bitmaps as they are unusedVladimir Sementsov-Ogievskiy1-21/+0
2020-03-18hbitmap: unpublish hbitmap_iter_skip_wordsVladimir Sementsov-Ogievskiy1-7/+0
2020-03-18hbitmap: move hbitmap_iter_next_word to hbitmap.cVladimir Sementsov-Ogievskiy1-30/+0
2020-03-17lockable: add QemuRecMutex supportStefan Hajnoczi1-2/+4
2020-03-17lockable: add lock guardsStefan Hajnoczi1-0/+65
2020-03-17lockable: add QEMU_MAKE_LOCKABLE_NONNULLPaolo Bonzini1-2/+15
2020-03-16util: add util function buffer_zero_avx512()Robert Hoo1-0/+3
2020-03-11Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...Peter Maydell2-9/+60
2020-03-11job: refactor progress to separate objectVladimir Sementsov-Ogievskiy2-9/+60
2020-03-09qemu/queue.h: clear linked list pointers on removeStefan Hajnoczi1-4/+15
2020-02-28compiler.h: Don't use compile-time assert when __NO_INLINE__ is definedZenghui Yu1-1/+1
2020-02-28migration: Add support for modulesJuan Quintela1-0/+2
2020-02-25qemu/bitops.h: Add extract8 and extract16Yoshinori Sato1-0/+38
2020-02-22fuzz: add FUZZ_TARGET module typeAlexander Bulekov1-1/+3
2020-02-22aio-posix: make AioHandler deletion O(1)Stefan Hajnoczi1-0/+3
2020-02-22qemu/queue.h: add QLIST_SAFE_REMOVE()Stefan Hajnoczi1-0/+14
2020-02-22rcu_queue: add QSLIST functionsPaolo Bonzini2-2/+60
2020-02-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200221' into...Peter Maydell1-0/+7
2020-02-21mem: move nvdimm_device_list to utilitiesShivaprasad G Bhat1-0/+7
2020-02-19linux-user: Use `qemu_log' for straceJosh Kunz1-0/+2
2020-02-12Remove support for CLOCK_MONOTONIC not being definedPeter Maydell1-4/+1
2020-02-12seqlock: fix seqlock_write_unlock_impl functionLuc Michel1-2/+2
2020-02-03Wrapper function to wait on condition for the main loop mutexAravinda Prasad1-0/+8
2020-01-29migration: Simplify get_qlistEric Auger1-13/+6