aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-12-05hw/ufs: avoid generating the same ID string for different LU devicesAkinobu Mita
2023-12-04Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi
2023-12-04Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-12-04hw/audio/virtio-sound: mark the device as unmigratableVolker Rümelin
2023-12-02vhost-user-scsi: free the inflight area when resetLi Feng
2023-12-02vhost-user: fix the reconnect errorLi Feng
2023-12-02msix: unset PCIDevice::msix_vector_poll_notifier in rollbackRobert Hoo
2023-12-02virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()Eric Auger
2023-12-02hw/i386: fix short-circuit logic with non-optimizing buildsDaniel Hoffman
2023-12-02hw/acpi/erst: Do not ignore Error* in realize handlerPhilippe Mathieu-Daudé
2023-12-02pcie_sriov: Remove g_new assertionAkihiko Odaki
2023-12-02virtio-sound: add realize() error cleanup pathManos Pitsidianakis
2023-12-02virtio-snd: check AUD_register_card return valueManos Pitsidianakis
2023-12-02hw/audio/hda-codec: reenable the audio mixerVolker Rümelin
2023-12-02hw/audio/hda-codec: fix multiplication overflowVolker Rümelin
2023-12-02hw/audio/virtio-snd-pci: fix the PCI class codeVolker Rümelin
2023-11-30ppc/amigaone: Allow running AmigaOS without firmware imageBALATON Zoltan
2023-11-28Merge tag 'misc-next-20231128' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-11-28Merge tag 'pull-target-arm-20231127' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-11-28ide/via: Fix BAR4 value in legacy modeBALATON Zoltan
2023-11-28hw/avr/atmega: Fix wrong initial value of stack pointerGihun Nam
2023-11-28hw/audio/via-ac97: Route interrupts using via_isa_set_irq()BALATON Zoltan
2023-11-28hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()BALATON Zoltan
2023-11-28hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interruptsBALATON Zoltan
2023-11-28hw/isa/vt82c686: Bring back via_isa_set_irq()BALATON Zoltan
2023-11-28qdev: Fix crash in array property getterKevin Wolf
2023-11-27hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMAFrederic Konrad
2023-11-27hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx modelsFrederic Konrad
2023-11-27hw/ssi/xilinx_spips: fix an out of bound accessFrederic Konrad
2023-11-27hw/input/stellaris_gamepad: Free StellarisGamepad::keycodes[] arrayPhilippe Mathieu-Daudé
2023-11-27hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" arrayPhilippe Mathieu-Daudé
2023-11-27hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] array on finalize()Philippe Mathieu-Daudé
2023-11-27hw/misc/mps2-scc: Free MPS2SCC::oscclk[] array on finalize()Philippe Mathieu-Daudé
2023-11-27hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()Philippe Mathieu-Daudé
2023-11-27hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize fieldPhilippe Mathieu-Daudé
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFOPhilippe Mathieu-Daudé
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOsPhilippe Mathieu-Daudé
2023-11-23hw/core: skip loading debug on all failuresAlex Bennée
2023-11-23target/nios2: Deprecate the Nios II architecturePhilippe Mathieu-Daudé
2023-11-22riscv: Fix SiFive E CLINT clock frequencyRomán Cárdenas
2023-11-22hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()Daniel Henrique Barboza
2023-11-21Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...Stefan Hajnoczi
2023-11-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-11-21hw/ide/via: implement legacy/native mode switchingMark Cave-Ayland
2023-11-21ide/via: don't attempt to set default BAR addressesMark Cave-Ayland
2023-11-21ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland
2023-11-21ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland
2023-11-21hw/ide/ahci: fix legacy software resetNiklas Cassel
2023-11-21hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positiveDavid Woodhouse