aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-03-30hw/timer/renesas_tmr: Add default-case asserts in read_tcnt()pull-target-arm-20210330Peter Maydell
2021-03-30hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid()Zenghui Yu
2021-03-30hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()Philippe Mathieu-Daudé
2021-03-30net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not setDoug Evans
2021-03-29hw/block/nvme: fix ref counting in nvme_format_nsKlaus Jensen
2021-03-29hw/block/nvme: fix resource leak in nvme_dif_rwKlaus Jensen
2021-03-26hw/usb/hcd-ehci: Fix crash when showing help of EHCI devicesThomas Huth
2021-03-26s390x: modularize virtio-gpu-ccwGerd Hoffmann
2021-03-26s390x: add have_virtio_ccwGerd Hoffmann
2021-03-26hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()Philippe Mathieu-Daudé
2021-03-26usb: Remove "-usbdevice ccid"Thomas Huth
2021-03-23Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210323-pull-request' i...Peter Maydell
2021-03-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'...Peter Maydell
2021-03-23Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210323' into st...Peter Maydell
2021-03-23Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell
2021-03-23hw/core/loader: Add new function rom_ptr_for_as()Peter Maydell
2021-03-23hw/arm/virt: Disable pl011 clock migration if neededGavin Shan
2021-03-23edid: prefer standard timingsGerd Hoffmann
2021-03-23xen-block: Fix removal of backend instance via xenstoreAnthony PERARD
2021-03-23Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-03-22hw/riscv: microchip_pfsoc: Map EMMC/SD mux registerBin Meng
2021-03-22hw/block: m25p80: Support fast read for SST flashesBin Meng
2021-03-22hw/riscv: allow ramfb on virtAsherah Connor
2021-03-22hw/riscv: Add fw_cfg support to virtAsherah Connor
2021-03-22hw/char: disable ibex uart receive if the buffer is fullAlexander Wagner
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca
2021-03-22acpi: Set proper maximum size for "etc/acpi/rsdp" blobDavid Hildenbrand
2021-03-22acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand
2021-03-22microvm: Don't open-code "etc/table-loader"David Hildenbrand
2021-03-22acpi: Set proper maximum size for "etc/table-loader" blobDavid Hildenbrand
2021-03-22pci: acpi: add _DSM method to PCI devicesIgor Mammedov
2021-03-22acpi: add aml_to_decimalstring() and aml_call6() helpersIgor Mammedov
2021-03-22pci: acpi: ensure that acpi-index is uniqueIgor Mammedov
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov
2021-03-22hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different blo...Bin Meng
2021-03-22hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writableBin Meng
2021-03-22hw/sd: sdhci: Correctly set the controller status for ADMABin Meng
2021-03-22hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progressBin Meng
2021-03-22hw/sd: sdhci: Don't transfer any data when command time outBin Meng
2021-03-22hw/sd: sd: Actually perform the erase operationBin Meng
2021-03-22hw/sd: sd: Fix build error when DEBUG_SD is onBin Meng
2021-03-22virtio-pmem: fix virtio_pmem_resp assign problemWang Liang
2021-03-22vhost-user: Monitor slave channel in vhost_user_read()Greg Kurz
2021-03-22vhost-user: Introduce nested event loop in vhost_user_read()Greg Kurz
2021-03-22vhost-user: Convert slave channel to QIOChannelSocketGreg Kurz
2021-03-22vhost-user: Factor out duplicated slave_fd teardown codeGreg Kurz
2021-03-22vhost-user: Fix double-close on slave_read() error pathGreg Kurz
2021-03-22vhost-user: Drop misleading EAGAIN checks in slave_read()Greg Kurz
2021-03-22virtio: Fix virtio_mmio_read()/virtio_mmio_write()Laurent Vivier
2021-03-22hw/net: virtio-net: Initialize nc->do_not_pad to trueBin Meng