aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-07Update version for 8.0.4 releasev8.0.4Michael Tokarev
2023-08-05target/i386: Check CR0.TS before enter_mmxMatt Borgerson
2023-08-05target/ppc: Fix VRMA page size for ISA v3.0Nicholas Piggin
2023-08-05target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin
2023-08-05target/ppc: Implement ASDR register for ISA v3.0 for HPTNicholas Piggin
2023-08-05vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()Hawkins Jiawei
2023-08-05vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()Hawkins Jiawei
2023-08-05vdpa: Fix possible use-after-free for VirtQueueElementHawkins Jiawei
2023-08-05vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan
2023-08-04include/hw/i386/x86-iommu: Fix struct X86IOMMU_MSIMessage for big endian hostsThomas Huth
2023-08-04hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()Thomas Huth
2023-08-04hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth
2023-08-04hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hostsThomas Huth
2023-08-04hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth
2023-08-04hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth
2023-08-04pci: do not respond config requests after PCI device ejectYuri Benditovich
2023-08-04target/hppa: Move iaoq registers and thus reduce generated code sizeHelge Deller
2023-08-04cryptodev: Handle unexpected request to avoid crashzhenwei pi
2023-08-04virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi
2023-08-04vhost: fix the fd leakLi Feng
2023-08-04hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger
2023-08-04target/m68k: Fix semihost lseek offset computationPeter Maydell
2023-08-04target/nios2: Fix semihost lseek offset computationKeith Packard
2023-08-04target/nios2: Pass semihosting arg to exitKeith Packard
2023-08-04hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse
2023-08-04io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé
2023-08-04xen-block: Avoid leaks on new error pathAnthony PERARD
2023-08-04thread-pool: signal "request_cond" while lockedAnthony PERARD
2023-08-04linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller
2023-08-04target/ppc: Disable goto_tb with architectural singlestepRichard Henderson
2023-08-04util/interval-tree: Use qatomic_set_mb in rb_link_nodeRichard Henderson
2023-08-01util/interval-tree: Use qatomic_read for left/right while searchingRichard Henderson
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell
2023-07-31target/arm: Special case M-profile in debug_helper.c codePeter Maydell
2023-07-31hw/arm/smmu: Handle big-endian hosts correctlyPeter Maydell
2023-07-31virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov
2023-07-31vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-07-31virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov
2023-07-31target/loongarch: Fix the CSRRD CPUID instruction on big endian hostsThomas Huth
2023-07-31target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13Ilya Leoshkevich
2023-07-31target/s390x: Make MC raise specification exception when class >= 16Ilya Leoshkevich
2023-07-31target/s390x: Fix ICM with M3=0Ilya Leoshkevich
2023-07-31target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputsIlya Leoshkevich
2023-07-31target/s390x: Fix CLM with M3=0Ilya Leoshkevich
2023-07-31target/s390x: Make CKSM raise an exception if R2 is oddIlya Leoshkevich
2023-07-31tcg/{i386, s390x}: Add earlyclobber to the op_add2's first outputIlya Leoshkevich
2023-07-31tcg/ppc: Fix race in goto_tb implementationJordan Niethe
2023-07-31qemu-nbd: regression with arguments passing into nbd_client_thread()Denis V. Lunev
2023-07-31qemu-nbd: fix regression with qemu-nbd --fork run over sshDenis V. Lunev
2023-07-31qemu-nbd: pass structure into nbd_client_thread instead of plain char*Denis V. Lunev