aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-16tcg: Remove TCGv from tcg_gen_atomic_*Richard Henderson1-50/+142
2023-05-16tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*Richard Henderson1-6/+44
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson1-0/+1
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson1-2/+2
2023-05-16tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson1-1/+1
2023-05-16accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson1-13/+13
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson3-46/+25
2023-05-16tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson1-0/+8
2023-05-16accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson1-6/+0
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