summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | co-queue: drop extra coroutine_fn marksVladimir Sementsov-Ogievskiy2021-06-181-2/+4
* | | async: the main AioContext is only "current" if under the BQLPaolo Bonzini2021-06-181-1/+4
| |/ |/|
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-177-35/+70
|\ \ | |/ |/|
| * 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
| * hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand2021-06-151-1/+1
| * 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-154-5/+23
| * util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2021-06-152-7/+27
| * softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand2021-06-151-1/+1
| * softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-12/+12
| * softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2021-06-152-11/+4Star
| * softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand2021-06-151-2/+2
| * esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini2021-06-151-0/+1
* | 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
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell2021-06-162-0/+39
|\ \
| * | 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
| |/
* | sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger2021-06-152-1/+14
* | acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger2021-06-151-0/+4
|/
* tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*Richard Henderson2021-06-141-1/+2
* tcg: Introduce tcg_remove_ops_afterRichard Henderson2021-06-141-0/+10
* tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson2021-06-141-1/+0Star
* util/osdep: Add qemu_mprotect_rwRichard Henderson2021-06-141-0/+1
* tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson2021-06-111-10/+1Star
* accel/tcg: Pass down max_cpus to tcg_initRichard Henderson2021-06-111-1/+1
* accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson2021-06-111-2/+0Star
* tcg: Create tcg_initRichard Henderson2021-06-111-2/+1Star
* accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson2021-06-111-1/+1
* vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang2021-06-111-1/+0Star
* vhost-vdpa: map virtqueue notification area if possibleJason Wang2021-06-111-0/+6
* hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu2021-06-081-0/+2
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell2021-06-081-0/+5
|\
| * hw/riscv: Use macros for BIOS image namesBin Meng2021-06-081-0/+5
* | vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji2021-06-051-1/+0Star
* | docs: fix broken referenceJohn Snow2021-06-051-1/+1
* | misc: Correct relative include pathPhilippe Mathieu-Daudé2021-06-051-1/+1
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-043-3/+9
|\
| * vl: plumb keyval-based options into -readconfigPaolo Bonzini2021-06-042-2/+3
| * qemu-config: parse configuration files to a QDictPaolo Bonzini2021-06-041-1/+6