aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-11accel/tcg: Introduce tlb_read_idxRichard Henderson2-5/+24
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson2-12/+2
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles1-0/+1
2023-05-11disas: Remove target-specific headersRichard Henderson1-6/+0
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson1-11/+6
2023-05-10colo: make colo_checkpoint_notify static and provide simpler APIVladimir Sementsov-Ogievskiy1-1/+8
2023-05-10block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCKKevin Wolf2-2/+6
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf3-6/+7
2023-05-10block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCKKevin Wolf1-3/+4
2023-05-10block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCKEmanuele Giuseppe Esposito1-6/+6
2023-05-10block: Mark bdrv_co_debug_event() GRAPH_RDLOCKEmanuele Giuseppe Esposito2-6/+7
2023-05-10block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2-4/+7
2023-05-10block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2-3/+6
2023-05-10block: .bdrv_open is non-coroutine and unlockedKevin Wolf1-4/+4
2023-05-10graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lockKevin Wolf1-8/+8
2023-05-10graph-lock: Add GRAPH_UNLOCKED(_PTR)Kevin Wolf1-0/+2
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf2-2/+6
2023-05-10block: Consistently call bdrv_activate() outside coroutineKevin Wolf1-1/+5
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi1-1/+1
2023-05-10block: add missing coroutine_fn annotationsPaolo Bonzini1-2/+2
2023-05-08include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 APIThomas Huth1-1/+1
2023-05-08rcu: remove qatomic_mb_set, expand commentsPaolo Bonzini1-1/+4
2023-05-05tcg: Widen helper_*_st[bw]_mmu val argumentsRichard Henderson1-3/+7
2023-05-05tcg: Remove compatability helpers for qemu ld/stRichard Henderson1-55/+0
2023-05-05hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li1-0/+3
2023-05-02accel/tcg: Add cpu_ld*_code_mmuRichard Henderson1-0/+9
2023-05-02qemu/int128: Re-shuffle Int128Alias membersRichard Henderson1-2/+2
2023-05-02tcg: Add tcg_gen_gvec_rotrsNazar Kazakov1-0/+2
2023-05-02tcg: Add tcg_gen_gvec_andcsNazar Kazakov1-0/+2
2023-05-02qemu/host-utils.h: Add clz and ctz functions for lower-bit integersKiran Ostrolenk1-0/+54
2023-05-02qemu/bitops.h: Limit rotate amountsDickon Hood1-8/+8
2023-05-02hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater1-0/+49
2023-05-02hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'Peter Maydell1-1/+1
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell1-2/+0
2023-05-02hw/arm/bcm2835_property: Implement "get command line" messageDaniel Bertalan1-0/+1
2023-04-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson6-2/+211
2023-04-28Update linux headers to v6.3rc5David 'Digit' Turner6-2/+211
2023-04-28Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into sta...Richard Henderson4-4/+33
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov2-4/+21
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov2-0/+12
2023-04-27stat64: Add stat64_set() operationPaolo Bonzini1-0/+6
2023-04-26Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson6-26/+39
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito1-6/+4
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito1-0/+5
2023-04-25io_uring: use LuringState from the running threadEmanuele Giuseppe Esposito2-8/+11
2023-04-25linux-aio: use LinuxAioState from the running threadEmanuele Giuseppe Esposito3-10/+17
2023-04-25include/block: fixup typosWilfred Mallawa2-2/+2
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson6-10/+31
2023-04-24hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron2-10/+22
2023-04-24hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha1-0/+3