summary refs log tree commit diff stats
path: root/include/qemu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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/+0
* accel-cpu: make cpu_realizefn return a boolClaudio Fontana2021-05-101-1/+1
* accel: introduce new accessor functionsClaudio Fontana2021-05-101-0/+13
* include/qemu/bswap.h: Handle being included outside extern "C" blockPeter Maydell2021-05-101-4/+22
* osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell2021-05-101-4/+4
* ratelimit: protect with a mutexPaolo Bonzini2021-05-041-0/+14
* util: add transactions.cVladimir Sementsov-Ogievskiy2021-04-301-0/+63
* include/qemu/osdep.h: Move system includes to topPeter Maydell2021-04-171-7/+13
* osdep: protect qemu/osdep.h with extern "C"Paolo Bonzini2021-04-172-1/+15
* osdep: include glib-compat.h before other QEMU headersPaolo Bonzini2021-04-171-1/+7
* spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza2021-04-121-8/+0
* Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in...Peter Maydell2021-04-011-10/+0
|\
| * yank: Remove dependency on qiochannelLukas Straub2021-04-011-10/+0
* | coroutine-lock: Reimplement CoRwlock to fix downgrade bugPaolo Bonzini2021-03-311-7/+10
|/
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-6.0-updates-1703...Peter Maydell2021-03-181-44/+188
|\
| * plugins: Fixes typo in qemu-plugin.hYonggang Luo2021-03-171-2/+2
| * plugins: expand kernel-doc for memory query and instrumentationAlex Bennée2021-03-171-6/+30
| * plugins: expand kernel-doc for instruction query and instrumentationAlex Bennée2021-03-171-2/+51
| * plugins: expand inline exec kernel-doc documentation.Alex Bennée2021-03-171-1/+11
| * plugins: add qemu_plugin_id_t to kernel-docAlex Bennée2021-03-171-0/+3
| * plugins: add qemu_plugin_cb_flags to kernel-docAlex Bennée2021-03-171-3/+13
| * plugins: expand the typedef kernel-docs for translationAlex Bennée2021-03-171-10/+13
| * plugins: expand the callback typedef kernel-docsAlex Bennée2021-03-171-3/+22
| * plugins: cleanup kernel-doc for qemu_plugin_installAlex Bennée2021-03-171-6/+6
| * plugins: expand kernel-doc for qemu_info_tAlex Bennée2021-03-171-7/+15
| * plugins: Expose physical addresses instead of device offsetsAaron Lindsay2021-03-171-7/+25
* | qemu-timer: allow freeing a NULL timerPaolo Bonzini2021-03-161-2/+4
|/
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell2021-03-121-0/+8
|\
| * qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza2021-03-101-0/+8
* | net: Use id_generate() in the network subsystem, tooThomas Huth2021-03-091-0/+1
|/
* qemu-config: add error propagation to qemu_config_parsePaolo Bonzini2021-03-061-2/+3
* qemu/int128: Add int128_orRichard Henderson2021-02-181-0/+10
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-181-0/+4
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-0/+1
* plugins: add API to return a name for a IO deviceAlex Bennée2021-02-181-0/+6
* bswap.h: Remove unused float-access functionsPeter Maydell2021-02-151-60/+0
* job: add .cancel handler for the driverVladimir Sementsov-Ogievskiy2021-02-121-0/+5
* memory: alloc RAM from file at offsetJagannathan Raman2021-02-091-1/+3
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-091-0/+1
|\
| * event_notifier: handle initialization failure betterMaxim Levitsky2021-02-081-0/+1
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell2021-02-081-0/+35
|\ \ | |/ |/|
| * migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev2021-02-081-0/+35
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...Peter Maydell2021-02-081-0/+1
|\ \ | |/ |/|
| * confidential guest support: Introduce new confidential guest support classDavid Gibson2021-02-081-0/+1
* | utils/fifo8: add VMSTATE_FIFO8_TEST macroMark Cave-Ayland2021-02-071-6/+10
|/
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+2
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-0/+79
* util/iov: make qemu_iovec_init_extended() honestVladimir Sementsov-Ogievskiy2021-02-031-1/+1
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-02-031-0/+2
|\