aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-11-07Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-11-07Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q...Stefan Hajnoczi
2023-11-07Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2...Stefan Hajnoczi
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson
2023-11-06tcg: Move tcg_temp_free_* out of lineRichard Henderson
2023-11-06tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson
2023-11-06tcg: Unexport tcg_gen_op*_{i32,i64}Richard Henderson
2023-11-06tcg: Move tcg_gen_opN declarations to tcg-internal.hRichard Henderson
2023-11-06tcg: Move vec_gen_* declarations to tcg-internal.hRichard Henderson
2023-11-06tcg: Move 64-bit expanders out of lineRichard Henderson
2023-11-06tcg: Move 32-bit expanders out of lineRichard Henderson
2023-11-06tcg: Move generic expanders out of lineRichard Henderson
2023-11-06tcg: Move tcg_gen_op* out of lineRichard Henderson
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson
2023-11-06Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) baseMaciej S. Szmigiero
2023-11-06Add Hyper-V Dynamic Memory Protocol definitionsMaciej S. Szmigiero
2023-11-06vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan
2023-11-06vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan
2023-11-06vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse
2023-11-06Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2023-11-03memory-device: Support empty memory devicesDavid Hildenbrand
2023-11-03util/uuid: Define UUID_STR_LEN from UUID_NONE stringCédric Le Goater
2023-11-03util/uuid: Remove UUID_FMT_LENCédric Le Goater
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu
2023-11-03virtio-iommu: Implement set_iova_ranges() callbackEric Auger
2023-11-03virtio-iommu: Record whether a probe request has been issuedEric Auger
2023-11-03range: Introduce range_inverse_array()Eric Auger
2023-11-03virtio-iommu: Introduce per IOMMUDevice reserved regionsEric Auger
2023-11-03util/reserved-region: Add new ReservedRegion helpersEric Auger
2023-11-03range: Make range_compare() publicEric Auger
2023-11-03virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger
2023-11-03vfio: Collect container iova range infoEric Auger
2023-11-03memory: Introduce memory_region_iommu_set_iova_rangesEric Auger
2023-11-03memory: Let ReservedRegion use RangeEric Auger
2023-11-03Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-03Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-11-02hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG deviceTong Ho
2023-11-02hw/misc: Introduce AMD/Xilix Versal TRNG deviceTong Ho
2023-11-02dump: Allow directly outputting raw kdump formatStephen Brennan
2023-11-02dump: Pass DumpState to write_ functionsStephen Brennan
2023-11-02hw/char/stm32f2xx_usart: Add more definitions for CR1 registerHans-Erik Floryd
2023-11-02hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()Peter Maydell
2023-11-02hw/input/stellaris_input: Convert to qdevPeter Maydell
2023-11-02qdev: Add qdev_prop_set_array()Kevin Wolf