aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-12-19vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger3-11/+38
2023-12-19vfio/container: Move space field to base containerEric Auger4-18/+20
2023-12-19vfio/common: Move giommu_list in base containerEric Auger3-14/+20
2023-12-19vfio/common: Introduce vfio_container_init/destroy helperZhenzhong Duan2-1/+12
2023-12-19vfio/container: Switch to dma_map|unmap APIEric Auger5-28/+74
2023-12-19vfio/container: Introduce a empty VFIOIOMMUOpsZhenzhong Duan1-0/+5
2023-12-05hw/ufs: avoid generating the same ID string for different LU devicesAkinobu Mita1-0/+8
2023-12-04Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi1-0/+1
2023-12-04Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi12-47/+101
2023-12-04hw/audio/virtio-sound: mark the device as unmigratableVolker Rümelin1-0/+1
2023-12-02vhost-user-scsi: free the inflight area when resetLi Feng2-1/+17
2023-12-02vhost-user: fix the reconnect errorLi Feng3-7/+7
2023-12-02msix: unset PCIDevice::msix_vector_poll_notifier in rollbackRobert Hoo1-0/+1
2023-12-02virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()Eric Auger1-3/+0
2023-12-02hw/i386: fix short-circuit logic with non-optimizing buildsDaniel Hoffman1-3/+12
2023-12-02hw/acpi/erst: Do not ignore Error* in realize handlerPhilippe Mathieu-Daudé1-0/+10
2023-12-02pcie_sriov: Remove g_new assertionAkihiko Odaki1-1/+0
2023-12-02virtio-sound: add realize() error cleanup pathManos Pitsidianakis1-17/+22
2023-12-02virtio-snd: check AUD_register_card return valueManos Pitsidianakis1-1/+3
2023-12-02hw/audio/hda-codec: reenable the audio mixerVolker Rümelin1-6/+6
2023-12-02hw/audio/hda-codec: fix multiplication overflowVolker Rümelin1-8/+21
2023-12-02hw/audio/virtio-snd-pci: fix the PCI class codeVolker Rümelin1-0/+2
2023-11-30ppc/amigaone: Allow running AmigaOS without firmware imageBALATON Zoltan1-12/+23
2023-11-28Merge tag 'misc-next-20231128' of https://github.com/philmd/qemu into stagingStefan Hajnoczi4-31/+69
2023-11-28Merge tag 'pull-target-arm-20231127' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi9-17/+112
2023-11-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-6/+11
2023-11-28ide/via: Fix BAR4 value in legacy modeBALATON Zoltan1-6/+11
2023-11-28hw/avr/atmega: Fix wrong initial value of stack pointerGihun Nam1-0/+4
2023-11-28hw/audio/via-ac97: Route interrupts using via_isa_set_irq()BALATON Zoltan2-4/+5
2023-11-28hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()BALATON Zoltan1-41/+24
2023-11-28hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interruptsBALATON Zoltan1-0/+9
2023-11-28hw/isa/vt82c686: Bring back via_isa_set_irq()BALATON Zoltan1-0/+41
2023-11-28qdev: Fix crash in array property getterKevin Wolf1-7/+26
2023-11-27hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMAFrederic Konrad1-4/+8
2023-11-27hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx modelsFrederic Konrad1-1/+1
2023-11-27hw/ssi/xilinx_spips: fix an out of bound accessFrederic Konrad1-1/+6
2023-11-27hw/input/stellaris_gamepad: Free StellarisGamepad::keycodes[] arrayPhilippe Mathieu-Daudé1-0/+8
2023-11-27hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" arrayPhilippe Mathieu-Daudé1-0/+8
2023-11-27hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] array on finalize()Philippe Mathieu-Daudé1-0/+8
2023-11-27hw/misc/mps2-scc: Free MPS2SCC::oscclk[] array on finalize()Philippe Mathieu-Daudé1-0/+8
2023-11-27hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()Philippe Mathieu-Daudé1-0/+8
2023-11-27hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize fieldPhilippe Mathieu-Daudé1-0/+1
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFOPhilippe Mathieu-Daudé1-8/+9
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOsPhilippe Mathieu-Daudé1-3/+47
2023-11-23hw/core: skip loading debug on all failuresAlex Bennée1-1/+1
2023-11-23target/nios2: Deprecate the Nios II architecturePhilippe Mathieu-Daudé2-0/+2
2023-11-22riscv: Fix SiFive E CLINT clock frequencyRomán Cárdenas1-1/+1
2023-11-22hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()Daniel Henrique Barboza1-29/+42
2023-11-21Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...Stefan Hajnoczi1-3/+21
2023-11-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi5-20/+159