Age | Commit message (Expand) | Author |
2023-12-20 | Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi |
2023-12-20 | Merge tag 'pull-target-arm-20231219' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi |
2023-12-20 | hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header | Philippe Mathieu-Daudé |
2023-12-20 | hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header | Philippe Mathieu-Daudé |
2023-12-20 | hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header | Philippe Mathieu-Daudé |
2023-12-20 | hw: Add compat machines for 9.0 | Cornelia Huck |
2023-12-19 | hw/ppc/Kconfig: Imply VFIO_PCI | Cédric Le Goater |
2023-12-19 | vfio: Introduce a helper function to initialize VFIODevice | Zhenzhong Duan |
2023-12-19 | vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init | Zhenzhong Duan |
2023-12-19 | vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init | Zhenzhong Duan |
2023-12-19 | vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init | Zhenzhong Duan |
2023-12-19 | vfio/pci: Move VFIODevice initializations in vfio_instance_init | Zhenzhong Duan |
2023-12-19 | hw/i386: Activate IOMMUFD for q35 machines | Cédric Le Goater |
2023-12-19 | kconfig: Activate IOMMUFD for s390x machines | Cédric Le Goater |
2023-12-19 | hw/arm: Activate IOMMUFD for virt machines | Cédric Le Goater |
2023-12-19 | vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks | Zhenzhong Duan |
2023-12-19 | vfio/ccw: Make vfio cdev pre-openable by passing a file handle | Zhenzhong Duan |
2023-12-19 | vfio/ccw: Allow the selection of a given iommu backend | Zhenzhong Duan |
2023-12-19 | vfio/ap: Make vfio cdev pre-openable by passing a file handle | Zhenzhong Duan |
2023-12-19 | vfio/ap: Allow the selection of a given iommu backend | Zhenzhong Duan |
2023-12-19 | vfio/platform: Make vfio cdev pre-openable by passing a file handle | Zhenzhong Duan |
2023-12-19 | vfio/platform: Allow the selection of a given iommu backend | Zhenzhong Duan |
2023-12-19 | vfio/pci: Make vfio cdev pre-openable by passing a file handle | Zhenzhong Duan |
2023-12-19 | vfio/pci: Allow the selection of a given iommu backend | Eric Auger |
2023-12-19 | vfio/iommufd: Enable pci hot reset through iommufd cdev interface | Zhenzhong Duan |
2023-12-19 | vfio/pci: Introduce a vfio pci hot reset interface | Zhenzhong Duan |
2023-12-19 | vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info | Zhenzhong Duan |
2023-12-19 | vfio/iommufd: Add support for iova_ranges and pgsizes | Zhenzhong Duan |
2023-12-19 | vfio/iommufd: Relax assert check for iommufd backend | Zhenzhong Duan |
2023-12-19 | vfio/iommufd: Implement the iommufd backend | Yi Liu |
2023-12-19 | vfio/common: return early if space isn't empty | Zhenzhong Duan |
2023-12-19 | vfio/spapr: Move hostwin_list into spapr container | Zhenzhong Duan |
2023-12-19 | vfio/spapr: Move prereg_listener into spapr container | Zhenzhong Duan |
2023-12-19 | vfio/spapr: switch to spapr IOMMU BE add/del_section_window | Zhenzhong Duan |
2023-12-19 | vfio/spapr: Introduce spapr backend and target interface | Zhenzhong Duan |
2023-12-19 | vfio/container: Implement attach/detach_device | Eric Auger |
2023-12-19 | vfio/container: Move iova_ranges to base container | Zhenzhong Duan |
2023-12-19 | vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base container | Eric Auger |
2023-12-19 | vfio/container: Move listener to base container | Eric Auger |
2023-12-19 | vfio/container: Move vrdl_list to base container | Zhenzhong Duan |
2023-12-19 | vfio/container: Move pgsizes and dma_max_mappings to base container | Eric Auger |
2023-12-19 | vfio/container: Convert functions to base container | Eric Auger |
2023-12-19 | vfio/container: Move per container device list in base container | Zhenzhong Duan |
2023-12-19 | vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap... | Eric Auger |
2023-12-19 | vfio/container: Move space field to base container | Eric Auger |
2023-12-19 | vfio/common: Move giommu_list in base container | Eric Auger |
2023-12-19 | vfio/common: Introduce vfio_container_init/destroy helper | Zhenzhong Duan |
2023-12-19 | vfio/container: Switch to dma_map|unmap API | Eric Auger |
2023-12-19 | vfio/container: Introduce a empty VFIOIOMMUOps | Zhenzhong Duan |
2023-12-19 | fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards | Nikita Ostrenkov |