aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-10hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow4-13/+12
2023-07-10hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow2-2/+3
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow2-1/+3
2023-07-10hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow2-2/+3
2023-07-10hw/pci-host/q35: Fix double, contradicting .endianness assignmentBernhard Beschow1-1/+0
2023-07-10hw/i386/pc_q35: Resolve redundant q35_host variableBernhard Beschow1-14/+13
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan1-0/+1
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan1-6/+12
2023-07-10hw/smbios: Fix core count in type4Zhao Liu1-2/+4
2023-07-10hw/smbios: Fix thread count in type4Zhao Liu1-2/+5
2023-07-10hw/smbios: Fix smbios_smp_sockets caculationZhao Liu1-2/+1
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu2-0/+12
2023-07-10tests/qtest: enable tests for virtio-scmiMilan Zamazal5-0/+254
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal2-0/+69
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal5-0/+348
2023-07-10vhost-user-gpu: implement get_edid frontend featureErico Nunes1-0/+32
2023-07-10contrib/vhost-user-gpu: implement get_edid featureErico Nunes3-6/+81
2023-07-10docs: vhost-user-gpu: add protocol changes for EDIDErico Nunes1-3/+25
2023-07-10virtio-gpu: refactor generate_edid function to virtio_gpu_baseErico Nunes3-19/+20
2023-07-10virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov1-0/+1
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov3-12/+31
2023-07-10vdpa: Remove status in reset tracingEugenio Pérez2-2/+2
2023-07-10Merge tag 'pull-vfio-20230710' of https://github.com/legoater/qemu into stagingRichard Henderson41-229/+678
2023-07-10vfio/pci: Enable AtomicOps completers on root portsAlex Williamson2-0/+79
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson2-0/+8
2023-07-10s390x/ap: Wire up the device request notifier interfaceTony Krowiak1-0/+113
2023-07-10linux-headers: update to v6.5-rc1Cédric Le Goater32-154/+423
2023-07-10vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon1-1/+3
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan3-8/+12
2023-07-10vfio/migration: Remove print of "Migration disabled"Zhenzhong Duan1-1/+0
2023-07-10vfio/migration: Free resources when vfio_migration_realize failsZhenzhong Duan2-10/+24
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan4-55/+7
2023-07-10vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan1-0/+3
2023-07-10hw/vfio/pci-quirks: Sanitize capability pointerAlex Williamson1-2/+8
2023-07-09Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson39-723/+2043
2023-07-09Merge tag 'linux-user-fcntl64-pull-request' of https://github.com/hdeller/qem...Richard Henderson3-3/+36
2023-07-09crypto: Unexport AES_*_rot, AES_TeN, AES_TdNRichard Henderson2-37/+21
2023-07-09crypto: Remove AES_imcRichard Henderson2-271/+0
2023-07-09crypto: Implement aesdec_IMC with AES_imc_rotRichard Henderson1-21/+21
2023-07-09crypto: Remove AES_shifts, AES_ishiftsRichard Henderson2-18/+0
2023-07-09target/riscv: Use aesdec_ISB_ISR_IMC_AKRichard Henderson1-91/+10
2023-07-09target/riscv: Use aesenc_SB_SR_MC_AKRichard Henderson1-1/+6
2023-07-09target/riscv: Use aesdec_IMCRichard Henderson1-10/+5
2023-07-09target/riscv: Use aesdec_ISB_ISR_AKRichard Henderson1-1/+6
2023-07-09target/riscv: Use aesenc_SB_SR_AKRichard Henderson1-1/+9
2023-07-09target/arm: Use aesdec_IMCRichard Henderson1-19/+14
2023-07-09target/arm: Use aesenc_MCRichard Henderson1-1/+14
2023-07-09target/arm: Use aesdec_ISB_ISR_AKRichard Henderson1-21/+16
2023-07-09target/arm: Use aesenc_SB_SR_AKRichard Henderson1-1/+23
2023-07-08linux-user: Improve strace output of pread64() and pwrite64()Helge Deller2-2/+21