summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tcg: Split out exec/user/guest-base.hRichard Henderson2023-05-162-4/+13
* tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson2023-05-161-0/+1
* tcg: Add page_bits and page_mask to TCGContextRichard Henderson2023-05-161-0/+5
* tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson2023-05-161-9/+26
* tcg: Remove TCGv from tcg_gen_atomic_*Richard Henderson2023-05-161-50/+142
* tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*Richard Henderson2023-05-161-6/+44
* tcg: Add addr_type to TCGContextRichard Henderson2023-05-161-0/+1
* accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson2023-05-161-2/+2
* tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson2023-05-161-1/+1
* accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson2023-05-161-13/+13
* tcg: Widen gen_insn_data to uint64_tRichard Henderson2023-05-163-46/+25
* tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson2023-05-161-0/+8
* accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson2023-05-161-6/+0
* tcg/i386: Add have_atomic16Richard Henderson2023-05-161-0/+18
* tcg: Add 128-bit guest memory primitivesRichard Henderson2023-05-161-0/+4
* accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson2023-05-161-4/+2
* tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson2023-05-161-38/+22
* include/exec/memop: Add MO_ATOM_*Richard Henderson2023-05-161-0/+37
* cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth2023-05-161-0/+2
* hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth2023-05-162-0/+5
* s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda2023-05-161-3/+3
* hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron2023-05-161-1/+1
* sysemu/kvm: Remove unused headersPhilippe Mathieu-Daudé2023-05-161-3/+0
* Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson2023-05-156-1/+142
|\
| * block: add accounting for zone append operationSam Li2023-05-151-0/+1
| * block: introduce zone append write for zoned devicesSam Li2023-05-154-1/+19
| * file-posix: add tracking of the zone write pointersSam Li2023-05-152-0/+19
| * block: add zoned BlockDriver check to block layerSam Li2023-05-151-0/+5
| * block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li2023-05-154-1/+53
| * block/file-posix: introduce helper functions for sysfs attributesSam Li2023-05-151-0/+3
| * block/block-common: add zoned device structsSam Li2023-05-151-0/+43
* | Merge tag 'migration-20230515-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson2023-05-151-0/+1
|\ \
| * | softmmu: Create qemu_target_pages_to_MiB()Juan Quintela2023-05-151-0/+1
| |/
* | hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao2023-05-152-5/+7
* | hw/loongarch/virt: Modify ipi as percpu deviceSong Gao2023-05-152-7/+4
|/
* accel/tcg: Introduce tlb_read_idxRichard Henderson2023-05-112-5/+24
* tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson2023-05-112-12/+2
* cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles2023-05-111-0/+1
* disas: Remove target-specific headersRichard Henderson2023-05-111-6/+0
* disas: Remove target_ulong from the interfaceRichard Henderson2023-05-111-11/+6
* colo: make colo_checkpoint_notify static and provide simpler APIVladimir Sementsov-Ogievskiy2023-05-101-1/+8
* block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCKKevin Wolf2023-05-102-2/+6
* block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf2023-05-103-6/+7
* block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCKKevin Wolf2023-05-101-3/+4
* block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCKEmanuele Giuseppe Esposito2023-05-101-6/+6
* block: Mark bdrv_co_debug_event() GRAPH_RDLOCKEmanuele Giuseppe Esposito2023-05-102-6/+7
* block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2023-05-102-4/+7
* block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2023-05-102-3/+6
* block: .bdrv_open is non-coroutine and unlockedKevin Wolf2023-05-101-4/+4
* graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lockKevin Wolf2023-05-101-8/+8