aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-16tcg/i386: Add have_atomic16Richard Henderson1-0/+18
2023-05-16tcg: Add 128-bit guest memory primitivesRichard Henderson1-0/+4
2023-05-16accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson1-4/+2
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson1-38/+22
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson1-0/+37
2023-05-16cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth1-0/+2
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth2-0/+5
2023-05-16s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda1-3/+3
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron1-1/+1
2023-05-16sysemu/kvm: Remove unused headersPhilippe Mathieu-Daudé1-3/+0
2023-05-15Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson6-1/+142
2023-05-15Merge tag 'migration-20230515-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson1-0/+1
2023-05-15block: add accounting for zone append operationSam Li1-0/+1
2023-05-15block: introduce zone append write for zoned devicesSam Li4-1/+19
2023-05-15file-posix: add tracking of the zone write pointersSam Li2-0/+19
2023-05-15block: add zoned BlockDriver check to block layerSam Li1-0/+5
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li4-1/+53
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li1-0/+3
2023-05-15block/block-common: add zoned device structsSam Li1-0/+43
2023-05-15hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao2-5/+7
2023-05-15hw/loongarch/virt: Modify ipi as percpu deviceSong Gao2-7/+4
2023-05-15softmmu: Create qemu_target_pages_to_MiB()Juan Quintela1-0/+1
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