aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2021-06-18qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy1-0/+11
2021-06-18co-queue: drop extra coroutine_fn marksVladimir Sementsov-Ogievskiy1-2/+4
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-10/+40
2021-06-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell5-113/+61
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tPeter Maydell1-0/+10
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell1-0/+29
2021-06-16configure: Remove probe for _Static_assertRichard Henderson1-11/+0
2021-06-16qemu/compiler: Remove QEMU_GENERICRichard Henderson1-40/+0
2021-06-16include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson1-48/+40
2021-06-16util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson1-2/+8
2021-06-16util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson1-1/+9
2021-06-16util: Use real functions for thread-posix QemuRecMutexRichard Henderson3-13/+6
2021-06-15configure: Remove probe for _Static_assertRichard Henderson1-11/+0
2021-06-15qemu/compiler: Remove QEMU_GENERICRichard Henderson1-40/+0
2021-06-15include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson1-48/+40
2021-06-15util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson1-2/+8
2021-06-15util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson1-1/+9
2021-06-15util: Use real functions for thread-posix QemuRecMutexRichard Henderson3-13/+6
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand1-0/+3
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand1-1/+8
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2-7/+27
2021-06-15softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand1-2/+2
2021-06-13util/osdep: Add qemu_mprotect_rwRichard Henderson1-0/+1
2021-06-04qemu-config: parse configuration files to a QDictPaolo Bonzini1-1/+6
2021-06-02docs: fix references to docs/devel/atomics.rstStefano Garzarella2-3/+3
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini1-1/+1
2021-05-26remove qemu-options* from root directoryPaolo Bonzini1-0/+41
2021-05-21coroutine-sleep: introduce qemu_co_sleepPaolo Bonzini1-0/+5
2021-05-21coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini1-11/+12
2021-05-21coroutine-sleep: disallow NULL QemuCoSleepState** argumentPaolo Bonzini1-2/+3
2021-05-21bitops.h: Improve find_xxx_bit() documentationPhilippe Mathieu-Daudé1-3/+12
2021-05-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fp-20210516' into ...Peter Maydell1-0/+291
2021-05-16qemu/host-utils: Add wrappers for carry builtinsRichard Henderson1-0/+50
2021-05-16qemu/host-utils: Add wrappers for overflow builtinsRichard Henderson1-0/+225
2021-05-16qemu/host-utils: Use __builtin_bitreverseNRichard Henderson1-0/+16
2021-05-14mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy1-1/+1
2021-05-11main-loop: remove dead codePaolo Bonzini1-18/+0
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana1-1/+1
2021-05-10accel: introduce new accessor functionsClaudio Fontana1-0/+13
2021-05-10include/qemu/bswap.h: Handle being included outside extern "C" blockPeter Maydell1-4/+22
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell1-4/+4
2021-05-04ratelimit: protect with a mutexPaolo Bonzini1-0/+14
2021-04-30util: add transactions.cVladimir Sementsov-Ogievskiy1-0/+63
2021-04-17include/qemu/osdep.h: Move system includes to topPeter Maydell1-7/+13
2021-04-17osdep: protect qemu/osdep.h with extern "C"Paolo Bonzini2-1/+15
2021-04-17osdep: include glib-compat.h before other QEMU headersPaolo Bonzini1-1/+7
2021-04-12spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza1-8/+0
2021-04-01Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in...Peter Maydell1-10/+0
2021-04-01yank: Remove dependency on qiochannelLukas Straub1-10/+0
2021-03-31coroutine-lock: Reimplement CoRwlock to fix downgrade bugPaolo Bonzini1-7/+10