aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-09-20s390x/ap: fix missing subsystem reset registrationJanosch Frank1-0/+1
2023-09-20hw/tpm: TIS on sysbus: Remove unsupport ppi command line optionStefan Berger1-1/+0
2023-09-20hw/riscv: virt: Fix riscv,pmu DT node pathConor Dooley1-1/+1
2023-09-20hw/intc: Make rtc variable names consistentJason Chien1-3/+3
2023-09-20hw/intc: Fix upper/lower mtime write calculationJason Chien1-2/+3
2023-09-20hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth1-4/+5
2023-09-12hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth1-1/+2
2023-09-11virtio: Drop out of coroutine context in virtio_load()Kevin Wolf1-5/+40
2023-09-10qxl: don't assert() if device isn't yet initializedMarc-André Lureau1-1/+4
2023-09-10hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth1-1/+4
2023-09-10hw/i2c/aspeed: Fix TXBUF transmission start position errorHang Yu1-24/+6
2023-09-10hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu1-4/+4
2023-09-10hw/ide/ahci: fix broken SError handlingNiklas Cassel1-2/+1
2023-09-10hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel1-2/+8
2023-09-10hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel1-2/+5
2023-09-10hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel1-0/+5
2023-09-10hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel1-20/+50
2023-09-10hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel1-6/+11
2023-09-10hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel1-1/+1
2023-09-10ppc/vof: Fix missed fields in VOF cleanupNicholas Piggin1-0/+2
2023-09-10hw/ppc/e500: fix broken snapshot replayMaksim Kostin1-1/+1
2023-09-10kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-2/+0
2023-09-10hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllersBernhard Beschow1-1/+7
2023-09-10hw/nvme: fix null pointer access in ruh updateKlaus Jensen1-1/+7
2023-09-10hw/nvme: fix null pointer access in directive receiveKlaus Jensen1-1/+1
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-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 Liu1-0/+10
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-08-05vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan1-0/+3
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 Huth1-8/+8
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-04virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi1-0/+5
2023-08-04vhost: fix the fd leakLi Feng1-0/+2