summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/cxl: Line length reductionsJonathan Cameron2023-11-073-4/+7
| * | | hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExtJonathan Cameron2023-11-071-3/+3
| * | | virtio-sound: implement audio output (TX)Manos Pitsidianakis2023-11-071-0/+47
| * | | virtio-sound: handle control messages and streamsManos Pitsidianakis2023-11-071-2/+111
| * | | Add virtio-sound device stubManos Pitsidianakis2023-11-071-0/+79
| * | | vhost: Add high-level state save/load functionsHanna Czenczek2023-11-071-0/+35
| * | | vhost-user: Interface for migration state transferHanna Czenczek2023-11-073-0/+103
* | | | Merge tag 'pull-xenfv.for-upstream-20231107' of git://git.infradead.org/users...Stefan Hajnoczi2023-11-0732-525/+131
|\ \ \ \ | |_|/ / |/| | |
| * | | hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-072-2/+4
| * | | hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-071-0/+1
| * | | hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse2023-11-071-0/+1
| * | | hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse2023-11-071-0/+2
| * | | hw/xen: automatically assign device index to block devicesDavid Woodhouse2023-11-071-1/+0
| * | | include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse2023-11-0728-522/+123
| | |/ | |/|
* | | Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-11-071-7/+10
|\ \ \ | |/ / |/| |
| * | include/hw/elf: Remove truncating signed castsRichard Henderson2023-11-061-7/+10
| |/
* | Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-11-075-633/+64
|\ \
| * | tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson2023-11-062-3/+2
| * | tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson2023-11-062-3/+2
| * | tcg: Move tcg_temp_free_* out of lineRichard Henderson2023-11-061-24/+5
| * | tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson2023-11-063-74/+15
| * | tcg: Move tcg_constant_* out of lineRichard Henderson2023-11-062-26/+8
| * | tcg: Unexport tcg_gen_op*_{i32,i64}Richard Henderson2023-11-061-47/+0
| * | tcg: Move tcg_gen_opN declarations to tcg-internal.hRichard Henderson2023-11-061-7/+0
| * | tcg: Move vec_gen_* declarations to tcg-internal.hRichard Henderson2023-11-061-4/+0
| * | tcg: Move 64-bit expanders out of lineRichard Henderson2023-11-061-139/+5
| * | tcg: Move 32-bit expanders out of lineRichard Henderson2023-11-061-122/+24
| * | tcg: Move generic expanders out of lineRichard Henderson2023-11-061-16/+3
| * | tcg: Move tcg_gen_op* out of lineRichard Henderson2023-11-061-208/+44
| * | accel/tcg: Move HMP info jit and info opcount codeRichard Henderson2023-11-062-4/+0
| |/
* | Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2023-11-079-28/+127
|\ \
| * | vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan2023-11-061-5/+0
| * | vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan2023-11-061-6/+0
| * | vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan2023-11-061-1/+3
| * | vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan2023-11-061-7/+0
| * | util/uuid: Define UUID_STR_LEN from UUID_NONE stringCédric Le Goater2023-11-031-2/+3
| * | util/uuid: Remove UUID_FMT_LENCédric Le Goater2023-11-031-2/+1
| * | util/uuid: Add UUID_STR_LEN definitionCédric Le Goater2023-11-031-0/+1
| * | hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2023-11-032-3/+35
| * | virtio-iommu: Implement set_iova_ranges() callbackEric Auger2023-11-031-0/+1
| * | virtio-iommu: Record whether a probe request has been issuedEric Auger2023-11-031-0/+1
| * | range: Introduce range_inverse_array()Eric Auger2023-11-031-0/+8
| * | virtio-iommu: Introduce per IOMMUDevice reserved regionsEric Auger2023-11-031-0/+1
| * | util/reserved-region: Add new ReservedRegion helpersEric Auger2023-11-031-0/+32
| * | range: Make range_compare() publicEric Auger2023-11-031-0/+6
| * | virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger2023-11-031-2/+2
| * | vfio: Collect container iova range infoEric Auger2023-11-031-0/+1
| * | memory: Introduce memory_region_iommu_set_iova_rangesEric Auger2023-11-031-0/+32
| * | memory: Let ReservedRegion use RangeEric Auger2023-11-031-2/+2
* | | Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q...Stefan Hajnoczi2023-11-073-1/+447
|\ \ \