aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2021-07-26bitops.h: revert db1ffc32dd ("qemu/bitops.h: add bitrev8 implementation")Mark Cave-Ayland
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson
2021-07-21qemu/atomic: Remove pre-C11 atomic fallbacksRichard Henderson
2021-07-21qemu/atomic: Use macros for CONFIG_ATOMIC64Richard Henderson
2021-07-14plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann
2021-07-09modules: generate modinfo.cGerd Hoffmann
2021-07-09modules: add modinfo macrosGerd Hoffmann
2021-07-09osdep: fix HAVE_BROKEN_SIZE_MAX casePaolo Bonzini
2021-07-08Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-07-06qemu-option: remove now-dead codePaolo Bonzini
2021-07-06keyval: introduce keyval_parse_intoPaolo Bonzini
2021-07-06keyval: introduce keyval_mergePaolo Bonzini
2021-07-05util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi
2021-07-04Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell
2021-07-02qemu/bitops.h: add bitrev8 implementationMark Cave-Ayland
2021-06-29introduce QEMU_AUTO_VFREEVladimir Sementsov-Ogievskiy
2021-06-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-06-28Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-06-25' i...Peter Maydell
2021-06-25co-shared-resource: protect with a mutexEmanuele Giuseppe Esposito
2021-06-25progressmeter: protect with a mutexEmanuele Giuseppe Esposito
2021-06-25ratelimit: treat zero speed as unlimitedPaolo Bonzini
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée
2021-06-25osdep: provide ROUND_DOWN macroPaolo Bonzini
2021-06-24Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell
2021-06-22Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell
2021-06-21Remove leading underscores from QEMU definesAhmed Abouzied
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson
2021-06-18qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy
2021-06-18co-queue: drop extra coroutine_fn marksVladimir Sementsov-Ogievskiy
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-06-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tpull-target-arm-20210616Peter Maydell
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell
2021-06-16configure: Remove probe for _Static_assertRichard Henderson
2021-06-16qemu/compiler: Remove QEMU_GENERICRichard Henderson
2021-06-16include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson
2021-06-16util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson
2021-06-16util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson
2021-06-16util: Use real functions for thread-posix QemuRecMutexRichard Henderson
2021-06-15configure: Remove probe for _Static_assertRichard Henderson
2021-06-15qemu/compiler: Remove QEMU_GENERICRichard Henderson
2021-06-15include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson
2021-06-15util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson
2021-06-15util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson
2021-06-15util: Use real functions for thread-posix QemuRecMutexRichard Henderson
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand