aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-10hw/nvme: fix CRC64 for guard tagAnkit Kumar1-2/+2
2023-09-10hw/nvme: fix compliance issue wrt. iosqes/iocqesKlaus Jensen3-36/+20
2023-09-10hw/nvme: fix oob memory read in fdp events logKlaus Jensen1-0/+5
2023-09-10dump: kdump-zlib data pages not dumped with pvtime/aarch64Dongli Zhang1-2/+2
2023-09-10hw/i2c: Fix bitbang_i2c_data trace eventBALATON Zoltan2-2/+2
2023-09-10hw/smbios: Fix core count in type4Zhao Liu1-2/+4
2023-09-10hw/smbios: Fix thread count in type4Zhao Liu1-2/+5
2023-09-10hw/smbios: Fix smbios_smp_sockets caculationZhao Liu1-2/+1
2023-09-10machine: Add helpers to get cores/threads per socketZhao Liu2-0/+12
2023-09-10pnv_lpc: disable reentrancy detection for lpc-hcAlexander Bulekov1-0/+3
2023-09-10loongarch: mark loongarch_ipi_iocsr re-entrnacy safeAlexander Bulekov1-0/+4
2023-09-10apic: disable reentrancy detection for apic-msiAlexander Bulekov1-0/+7
2023-09-10raven: disable reentrancy detection for iomemAlexander Bulekov1-0/+7
2023-09-10bcm2835_property: disable reentrancy detection for iomemAlexander Bulekov1-0/+7
2023-09-10lsi53c895a: disable reentrancy detection for MMIO region, tooThomas Huth1-0/+1
2023-09-10lsi53c895a: disable reentrancy detection for script RAMAlexander Bulekov1-0/+6
2023-09-10hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov25-33/+66
2023-09-10checkpatch: add qemu_bh_new/aio_bh_new checksAlexander Bulekov1-0/+8
2023-09-10async: avoid use-after-free on re-entrancy guardAlexander Bulekov1-6/+8
2023-09-10async: Add an optional reentrancy guard to the BH APIAlexander Bulekov7-8/+52
2023-09-10memory: prevent dma-reentracy issuesAlexander Bulekov3-0/+28
2023-08-07Update version for 8.0.4 releasev8.0.4Michael Tokarev1-1/+1
2023-08-05target/i386: Check CR0.TS before enter_mmxMatt Borgerson1-4/+6
2023-08-05target/ppc: Fix VRMA page size for ISA v3.0Nicholas Piggin2-6/+44
2023-08-05target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin1-0/+6
2023-08-05target/ppc: Implement ASDR register for ISA v3.0 for HPTNicholas Piggin1-11/+16
2023-08-05vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()Hawkins Jiawei1-1/+4
2023-08-05vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()Hawkins Jiawei1-2/+3
2023-08-05vdpa: Fix possible use-after-free for VirtQueueElementHawkins Jiawei1-1/+10
2023-08-05vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan1-0/+3
2023-08-04include/hw/i386/x86-iommu: Fix struct X86IOMMU_MSIMessage for big endian hostsThomas Huth1-24/+26
2023-08-04hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()Thomas Huth1-1/+1
2023-08-04hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth1-1/+1
2023-08-04hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hostsThomas Huth1-0/+9
2023-08-04hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth2-32/+34
2023-08-04hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth1-0/+5
2023-08-04pci: do not respond config requests after PCI device ejectYuri Benditovich1-2/+13
2023-08-04target/hppa: Move iaoq registers and thus reduce generated code sizeHelge Deller1-2/+3
2023-08-04cryptodev: Handle unexpected request to avoid crashzhenwei pi1-0/+10
2023-08-04virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi1-0/+5
2023-08-04vhost: fix the fd leakLi Feng1-0/+2
2023-08-04hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger1-1/+3
2023-08-04target/m68k: Fix semihost lseek offset computationPeter Maydell1-1/+1
2023-08-04target/nios2: Fix semihost lseek offset computationKeith Packard1-1/+1
2023-08-04target/nios2: Pass semihosting arg to exitKeith Packard1-2/+2
2023-08-04hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse1-2/+2
2023-08-04io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé2-6/+13
2023-08-04xen-block: Avoid leaks on new error pathAnthony PERARD1-5/+6
2023-08-04thread-pool: signal "request_cond" while lockedAnthony PERARD1-1/+1
2023-08-04linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller1-2/+7