summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* introduce QEMU_AUTO_VFREEVladimir Sementsov-Ogievskiy2021-06-291-0/+15
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-281-6/+22
|\
| * osdep: provide ROUND_DOWN macroPaolo Bonzini2021-06-251-6/+22
* | Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-06-25' i...Peter Maydell2021-06-283-20/+30
|\ \
| * | co-shared-resource: protect with a mutexEmanuele Giuseppe Esposito2021-06-251-3/+1Star
| * | progressmeter: protect with a mutexEmanuele Giuseppe Esposito2021-06-251-15/+19
| * | ratelimit: treat zero speed as unlimitedPaolo Bonzini2021-06-251-2/+10
| |/
* / plugins/api: expose symbol lookup to pluginsAlex Bennée2021-06-251-0/+9
|/
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-242-4/+4
|\
| * Remove leading underscores from QEMU definesAhmed Abouzied2021-06-212-4/+4
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell2021-06-221-1/+0Star
|\ \
| * | plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson2021-06-191-1/+0Star
| |/
* | qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy2021-06-181-0/+11
* | co-queue: drop extra coroutine_fn marksVladimir Sementsov-Ogievskiy2021-06-181-2/+4
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-172-10/+40
|\
| * configure: Remove probe for _Static_assertRichard Henderson2021-06-161-11/+0Star
| * qemu/compiler: Remove QEMU_GENERICRichard Henderson2021-06-161-40/+0Star
| * include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson2021-06-161-48/+40Star
| * util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson2021-06-161-2/+8
| * util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson2021-06-161-1/+9
| * util: Use real functions for thread-posix QemuRecMutexRichard Henderson2021-06-163-13/+6Star
| * util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand2021-06-151-0/+3
| * memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-1/+8
| * util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2021-06-152-7/+27
| * softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand2021-06-151-2/+2
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell2021-06-175-113/+61Star
|\ \
| * | configure: Remove probe for _Static_assertRichard Henderson2021-06-161-11/+0Star
| * | qemu/compiler: Remove QEMU_GENERICRichard Henderson2021-06-161-40/+0Star
| * | include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson2021-06-161-48/+40Star
| * | util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson2021-06-161-2/+8
| * | util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson2021-06-161-1/+9
| * | util: Use real functions for thread-posix QemuRecMutexRichard Henderson2021-06-163-13/+6Star
| |/
* | include/qemu/int128.h: Add function to create Int128 from int64_tPeter Maydell2021-06-161-0/+10
* | bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell2021-06-161-0/+29
|/
* util/osdep: Add qemu_mprotect_rwRichard Henderson2021-06-141-0/+1
* qemu-config: parse configuration files to a QDictPaolo Bonzini2021-06-041-1/+6
* docs: fix references to docs/devel/atomics.rstStefano Garzarella2021-06-022-3/+3
* qemu-config: load modules when instantiating option groupsPaolo Bonzini2021-05-261-1/+1
* remove qemu-options* from root directoryPaolo Bonzini2021-05-261-0/+41
* coroutine-sleep: introduce qemu_co_sleepPaolo Bonzini2021-05-211-0/+5
* coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini2021-05-211-11/+12
* coroutine-sleep: disallow NULL QemuCoSleepState** argumentPaolo Bonzini2021-05-211-2/+3
* bitops.h: Improve find_xxx_bit() documentationPhilippe Mathieu-Daudé2021-05-211-3/+12
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fp-20210516' into ...Peter Maydell2021-05-171-0/+291
|\
| * qemu/host-utils: Add wrappers for carry builtinsRichard Henderson2021-05-161-0/+50
| * qemu/host-utils: Add wrappers for overflow builtinsRichard Henderson2021-05-161-0/+225
| * qemu/host-utils: Use __builtin_bitreverseNRichard Henderson2021-05-161-0/+16
* | mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy2021-05-141-1/+1
|/
* main-loop: remove dead codePaolo Bonzini2021-05-111-18/+0Star
* accel-cpu: make cpu_realizefn return a boolClaudio Fontana2021-05-101-1/+1