aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-10-12hw/audio/es1370: reset current sample counterVolker Rümelin
2023-10-10vfio/display: Fix missing update to set backing fieldsAlex Williamson
2023-10-06amd_iommu: Fix APIC address checkAkihiko Odaki
2023-10-05hw/display/ramfb: plug slight guest-triggerable leak on mode settingLaszlo Ersek
2023-10-03scsi-disk: ensure that FORMAT UNIT commands are terminatedMark Cave-Ayland
2023-10-03esp: restrict non-DMA transfer length to that of available dataMark Cave-Ayland
2023-10-03esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()Mark Cave-Ayland
2023-10-03hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]Thomas Huth
2023-10-03hw/arm/boot: Set SCR_EL3.FGTEn when booting kernelFabian Vogt
2023-10-03hw/cxl: Fix CFMW config memory leakLi Zhijian
2023-09-25hw/ppc: Read time only once to perform decrementer writeNicholas Piggin
2023-09-25hw/ppc: Reset timebase facilities on machine resetNicholas Piggin
2023-09-25hw/ppc: Always store the decrementer valueNicholas Piggin
2023-09-25target/ppc: Sign-extend large decrementer to 64-bitsNicholas Piggin
2023-09-25hw/ppc: Avoid decrementer rounding errorsNicholas Piggin
2023-09-25hw/ppc: Round up the decrementer interval when converting to nsNicholas Piggin
2023-09-25hw/ppc: Introduce functions for conversion between timebase and nanosecondsNicholas Piggin
2023-09-21s390x/ap: fix missing subsystem reset registrationJanosch Frank
2023-09-21virtio-gpu/win32: set the destroy function on loadMarc-André Lureau
2023-09-21hw/riscv: virt: Fix riscv,pmu DT node pathConor Dooley
2023-09-21hw/intc: Make rtc variable names consistentJason Chien
2023-09-21hw/intc: Fix upper/lower mtime write calculationJason Chien
2023-09-21hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth
2023-09-21hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth
2023-09-21virtio: Drop out of coroutine context in virtio_load()Kevin Wolf
2023-09-21qxl: don't assert() if device isn't yet initializedMarc-André Lureau
2023-09-21hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth
2023-09-21hw/i2c/aspeed: Fix TXBUF transmission start position errorHang Yu
2023-09-21hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu
2023-09-21hw/ide/ahci: fix broken SError handlingNiklas Cassel
2023-09-21hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel
2023-09-21hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel
2023-09-21hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel
2023-09-21hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel
2023-09-21hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel
2023-09-21hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel
2023-09-21hw/ppc/e500: fix broken snapshot replayMaksim Kostin
2023-09-21ppc/vof: Fix missed fields in VOF cleanupNicholas Piggin
2023-08-24kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-08-11Merge tag 'pull-riscv-to-apply-20230811-3' of https://github.com/alistair23/q...Richard Henderson
2023-08-11hw/riscv/virt.c: change 'aclint' TCG checkDaniel Henrique Barboza
2023-08-11Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-08-11pci: Fix the update of interrupt disable bit in PCI_COMMAND registerGuoyi Tu
2023-08-11hw/pci-host: Allow extended config space access for Designware PCIe hostJason Chien
2023-08-09hw/nvme: fix null pointer access in ruh updateKlaus Jensen
2023-08-09hw/nvme: fix null pointer access in directive receiveKlaus Jensen
2023-08-08hw/nvme: fix CRC64 for guard tagAnkit Kumar
2023-08-07Merge tag 'fixes-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Richard Henderson
2023-08-07Merge tag 'trivial-patches-pull' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson
2023-08-07hw/i386/vmmouse:add relative packet flag for button statusZongmin Zhou