aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-6.0-updates-1703...Peter Maydell1-44/+188
2021-03-17plugins: Fixes typo in qemu-plugin.hYonggang Luo1-2/+2
2021-03-17plugins: expand kernel-doc for memory query and instrumentationAlex Bennée1-6/+30
2021-03-17plugins: expand kernel-doc for instruction query and instrumentationAlex Bennée1-2/+51
2021-03-17plugins: expand inline exec kernel-doc documentation.Alex Bennée1-1/+11
2021-03-17plugins: add qemu_plugin_id_t to kernel-docAlex Bennée1-0/+3
2021-03-17plugins: add qemu_plugin_cb_flags to kernel-docAlex Bennée1-3/+13
2021-03-17plugins: expand the typedef kernel-docs for translationAlex Bennée1-10/+13
2021-03-17plugins: expand the callback typedef kernel-docsAlex Bennée1-3/+22
2021-03-17plugins: cleanup kernel-doc for qemu_plugin_installAlex Bennée1-6/+6
2021-03-17plugins: expand kernel-doc for qemu_info_tAlex Bennée1-7/+15
2021-03-17plugins: Expose physical addresses instead of device offsetsAaron Lindsay1-7/+25
2021-03-16qemu-timer: allow freeing a NULL timerPaolo Bonzini1-2/+4
2021-03-12Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell1-0/+8
2021-03-10qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza1-0/+8
2021-03-09net: Use id_generate() in the network subsystem, tooThomas Huth1-0/+1
2021-03-06qemu-config: add error propagation to qemu_config_parsePaolo Bonzini1-2/+3
2021-02-18qemu/int128: Add int128_orRichard Henderson1-0/+10
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée1-0/+4
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson1-0/+1
2021-02-18plugins: add API to return a name for a IO deviceAlex Bennée1-0/+6
2021-02-15bswap.h: Remove unused float-access functionsPeter Maydell1-60/+0
2021-02-12job: add .cancel handler for the driverVladimir Sementsov-Ogievskiy1-0/+5
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman1-1/+3
2021-02-09Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+1
2021-02-08Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell1-0/+35
2021-02-08event_notifier: handle initialization failure betterMaxim Levitsky1-0/+1
2021-02-08migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev1-0/+35
2021-02-08Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...Peter Maydell1-0/+1
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson1-0/+1
2021-02-07utils/fifo8: add VMSTATE_FIFO8_TEST macroMark Cave-Ayland1-6/+10