aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé1-2/+0
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé2-0/+2
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé2-1/+2
2023-11-07Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-7/+10
2023-11-07Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi5-633/+64
2023-11-06include/hw/elf: Remove truncating signed castsRichard Henderson1-7/+10
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi9-28/+127
2023-11-07Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q...Stefan Hajnoczi3-1/+447
2023-11-07Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2...Stefan Hajnoczi1-0/+1
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson2-3/+2
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson2-3/+2
2023-11-06tcg: Move tcg_temp_free_* out of lineRichard Henderson1-24/+5
2023-11-06tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson3-74/+15
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson2-26/+8
2023-11-06tcg: Unexport tcg_gen_op*_{i32,i64}Richard Henderson1-47/+0
2023-11-06tcg: Move tcg_gen_opN declarations to tcg-internal.hRichard Henderson1-7/+0
2023-11-06tcg: Move vec_gen_* declarations to tcg-internal.hRichard Henderson1-4/+0
2023-11-06tcg: Move 64-bit expanders out of lineRichard Henderson1-139/+5
2023-11-06tcg: Move 32-bit expanders out of lineRichard Henderson1-122/+24
2023-11-06tcg: Move generic expanders out of lineRichard Henderson1-16/+3
2023-11-06tcg: Move tcg_gen_op* out of lineRichard Henderson1-208/+44
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson2-4/+0
2023-11-06Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) baseMaciej S. Szmigiero1-0/+18
2023-11-06Add Hyper-V Dynamic Memory Protocol definitionsMaciej S. Szmigiero1-0/+423
2023-11-06vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan1-5/+0
2023-11-06vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan1-6/+0
2023-11-06vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan1-1/+3
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan1-7/+0
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse1-0/+1
2023-11-06Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi1-1/+2
2023-11-03memory-device: Support empty memory devicesDavid Hildenbrand1-1/+6
2023-11-03util/uuid: Define UUID_STR_LEN from UUID_NONE stringCédric Le Goater1-2/+3
2023-11-03util/uuid: Remove UUID_FMT_LENCédric Le Goater1-2/+1
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater1-0/+1
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2-3/+35
2023-11-03virtio-iommu: Implement set_iova_ranges() callbackEric Auger1-0/+1
2023-11-03virtio-iommu: Record whether a probe request has been issuedEric Auger1-0/+1
2023-11-03range: Introduce range_inverse_array()Eric Auger1-0/+8
2023-11-03virtio-iommu: Introduce per IOMMUDevice reserved regionsEric Auger1-0/+1
2023-11-03util/reserved-region: Add new ReservedRegion helpersEric Auger1-0/+32
2023-11-03range: Make range_compare() publicEric Auger1-0/+6
2023-11-03virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger1-2/+2
2023-11-03vfio: Collect container iova range infoEric Auger1-0/+1
2023-11-03memory: Introduce memory_region_iommu_set_iova_rangesEric Auger1-0/+32
2023-11-03memory: Let ReservedRegion use RangeEric Auger1-2/+2
2023-11-03Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi6-22/+109
2023-11-03Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi4-4/+73
2023-11-02hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG deviceTong Ho1-0/+5
2023-11-02hw/misc: Introduce AMD/Xilix Versal TRNG deviceTong Ho1-0/+58
2023-11-02dump: Allow directly outputting raw kdump formatStephen Brennan1-0/+1