aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-11target/s390x: Fix VSTL with a large lengthIlya Leoshkevich
2023-09-11target/s390x: Use a 16-bit immediate in VREPIlya Leoshkevich
2023-09-11target/s390x: Fix the "ignored match" case in VSTRSIlya Leoshkevich
2023-09-11Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi
2023-09-11include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2Richard Henderson
2023-09-11include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblazeRichard Henderson
2023-09-11linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge
2023-09-11hw/nvme: fix CRC64 for guard tagAnkit Kumar
2023-09-11dump: kdump-zlib data pages not dumped with pvtime/aarch64Dongli Zhang
2023-09-11hw/smbios: Fix core count in type4Zhao Liu
2023-09-11hw/smbios: Fix thread count in type4Zhao Liu
2023-09-11hw/smbios: Fix smbios_smp_sockets caculationZhao Liu
2023-09-11machine: Add helpers to get cores/threads per socketZhao Liu
2023-09-11pnv_lpc: disable reentrancy detection for lpc-hcAlexander Bulekov
2023-09-11loongarch: mark loongarch_ipi_iocsr re-entrnacy safeAlexander Bulekov
2023-09-11apic: disable reentrancy detection for apic-msiAlexander Bulekov
2023-09-11raven: disable reentrancy detection for iomemAlexander Bulekov
2023-09-11bcm2835_property: disable reentrancy detection for iomemAlexander Bulekov
2023-09-11lsi53c895a: disable reentrancy detection for MMIO region, tooThomas Huth
2023-09-11lsi53c895a: disable reentrancy detection for script RAMAlexander Bulekov
2023-09-11hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-09-11checkpatch: add qemu_bh_new/aio_bh_new checksAlexander Bulekov
2023-09-11async: avoid use-after-free on re-entrancy guardAlexander Bulekov
2023-09-11async: Add an optional reentrancy guard to the BH APIAlexander Bulekov
2023-09-11memory: prevent dma-reentracy issuesAlexander Bulekov
2023-09-11python: drop pipenvJohn Snow
2023-09-11gitlab-ci: check-dco.py: switch from master to stable-7.2 branchMichael Tokarev
2023-08-07Update version for 7.2.5 releasev7.2.5Michael 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-04virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi
2023-08-04hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger
2023-08-03target/m68k: Fix semihost lseek offset computationPeter Maydell
2023-08-03target/nios2: Fix semihost lseek offset computationKeith Packard
2023-08-03target/nios2: Pass semihosting arg to exitKeith Packard
2023-08-02io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé