aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10tests/qtest: enable tests for virtio-scmiMilan Zamazal
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal
2023-07-10vhost-user-gpu: implement get_edid frontend featureErico Nunes
2023-07-10contrib/vhost-user-gpu: implement get_edid featureErico Nunes
2023-07-10docs: vhost-user-gpu: add protocol changes for EDIDErico Nunes
2023-07-10virtio-gpu: refactor generate_edid function to virtio_gpu_baseErico Nunes
2023-07-10virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-07-10vdpa: Remove status in reset tracingEugenio Pérez
2023-07-10Merge tag 'pull-vfio-20230710' of https://github.com/legoater/qemu into stagingRichard Henderson
2023-07-10vfio/pci: Enable AtomicOps completers on root portsAlex Williamson
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson
2023-07-10s390x/ap: Wire up the device request notifier interfaceTony Krowiak
2023-07-10linux-headers: update to v6.5-rc1Cédric Le Goater
2023-07-10vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan
2023-07-10vfio/migration: Remove print of "Migration disabled"Zhenzhong Duan
2023-07-10vfio/migration: Free resources when vfio_migration_realize failsZhenzhong Duan
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan
2023-07-10vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan
2023-07-10hw/vfio/pci-quirks: Sanitize capability pointerAlex Williamson
2023-07-09Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-07-09Merge tag 'linux-user-fcntl64-pull-request' of https://github.com/hdeller/qem...Richard Henderson
2023-07-09crypto: Unexport AES_*_rot, AES_TeN, AES_TdNRichard Henderson
2023-07-09crypto: Remove AES_imcRichard Henderson
2023-07-09crypto: Implement aesdec_IMC with AES_imc_rotRichard Henderson
2023-07-09crypto: Remove AES_shifts, AES_ishiftsRichard Henderson
2023-07-09target/riscv: Use aesdec_ISB_ISR_IMC_AKRichard Henderson
2023-07-09target/riscv: Use aesenc_SB_SR_MC_AKRichard Henderson
2023-07-09target/riscv: Use aesdec_IMCRichard Henderson
2023-07-09target/riscv: Use aesdec_ISB_ISR_AKRichard Henderson
2023-07-09target/riscv: Use aesenc_SB_SR_AKRichard Henderson
2023-07-09target/arm: Use aesdec_IMCRichard Henderson
2023-07-09target/arm: Use aesenc_MCRichard Henderson
2023-07-09target/arm: Use aesdec_ISB_ISR_AKRichard Henderson
2023-07-09target/arm: Use aesenc_SB_SR_AKRichard Henderson
2023-07-08linux-user: Improve strace output of pread64() and pwrite64()Helge Deller
2023-07-08linux-user: Fix accept4(SOCK_NONBLOCK) syscallHelge Deller
2023-07-08linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targetsHelge Deller
2023-07-08target/arm: Demultiplex AESE and AESMCRichard Henderson
2023-07-08target/i386: Use aesdec_ISB_ISR_IMC_AKRichard Henderson
2023-07-08target/i386: Use aesenc_SB_SR_MC_AKRichard Henderson
2023-07-08target/i386: Use aesdec_IMCRichard Henderson
2023-07-08target/i386: Use aesdec_ISB_ISR_AKRichard Henderson
2023-07-08target/i386: Use aesenc_SB_SR_AKRichard Henderson
2023-07-08target/ppc: Use aesdec_ISB_ISR_AK_IMCRichard Henderson
2023-07-08target/ppc: Use aesenc_SB_SR_MC_AKRichard Henderson
2023-07-08target/ppc: Use aesdec_ISB_ISR_AKRichard Henderson
2023-07-08target/ppc: Use aesenc_SB_SR_AKRichard Henderson