aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-04-06hw/block/nvme: fix the nsid 'invalid' valueKlaus Jensen1-1/+1
2021-04-06hw/block/nvme: fix missing string representation for ns attachmentKlaus Jensen1-0/+1
2021-04-06hw/block/nvme: fix pi constraint checkKlaus Jensen1-1/+1
2021-04-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...Peter Maydell3-9/+28
2021-04-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-9/+20
2021-04-06virtio-pci: compat page aligned ATSJason Wang4-5/+16
2021-04-06hw/ppc/e500plat: Only try to add valid dynamic sysbus devices to platform busPeter Maydell1-2/+6
2021-04-06hw/arm/virt: Only try to add valid dynamic sysbus devices to platform busPeter Maydell1-2/+6
2021-04-06machine: Provide a function to check the dynamic sysbus allowlistPeter Maydell1-5/+16
2021-04-05hw/block/nvme: expose 'bootindex' propertyJoelle van Dyne1-5/+3
2021-04-05hw/block/nvme: remove description for zoned.append_size_limitNiklas Cassel1-8/+0
2021-04-04x86: rename oem-id and oem-table-id propertiesPaolo Bonzini1-4/+4
2021-04-01pci: sprinkle assert in PCI pin numberIsaku Yamahata1-0/+3
2021-04-01isa/v582c686: Reinitialize ACPI PM device on resetIsaku Yamahata1-0/+5
2021-04-01vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setupIsaku Yamahata1-1/+12
2021-04-01acpi/piix4: reinitialize acpi PM device on resetIsaku Yamahata1-0/+7
2021-04-01virtio-pci: remove explicit initialization of valYuri Benditovich1-2/+5
2021-04-01virtio-pci: add check for vdev in virtio_pci_isr_readYuri Benditovich1-2/+7
2021-04-01vhost-user-blk: add immediate cleanup on shutdownDenis Plotnikov1-1/+1
2021-04-01vhost-user-blk: perform immediate cleanup if disconnect on initializationDenis Plotnikov1-24/+24
2021-04-01vhost-user-blk: use different event handlers on initializationDenis Plotnikov1-7/+24
2021-03-31hw/net: fsl_etsec: Tx padding length should exclude CRCBin Meng1-1/+1
2021-03-31spapr: Assert DIMM unplug state in spapr_memory_unplug()Greg Kurz1-0/+3
2021-03-31hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC nodeBin Meng1-0/+2
2021-03-30hw/timer/renesas_tmr: Add default-case asserts in read_tcnt()Peter Maydell1-0/+4
2021-03-30hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid()Zenghui Yu1-7/+0
2021-03-30hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()Philippe Mathieu-Daudé1-0/+9
2021-03-30net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not setDoug Evans1-1/+3
2021-03-29hw/block/nvme: fix ref counting in nvme_format_nsKlaus Jensen1-2/+8
2021-03-29hw/block/nvme: fix resource leak in nvme_dif_rwKlaus Jensen1-1/+1
2021-03-26hw/usb/hcd-ehci: Fix crash when showing help of EHCI devicesThomas Huth1-5/+5
2021-03-26s390x: modularize virtio-gpu-ccwGerd Hoffmann2-2/+10
2021-03-26s390x: add have_virtio_ccwGerd Hoffmann2-0/+7
2021-03-26hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()Philippe Mathieu-Daudé1-0/+9
2021-03-26usb: Remove "-usbdevice ccid"Thomas Huth1-1/+0
2021-03-23Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210323-pull-request' i...Peter Maydell1-7/+8
2021-03-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'...Peter Maydell3-0/+85
2021-03-23Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210323' into st...Peter Maydell1-0/+9
2021-03-23Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell5-5/+61
2021-03-23hw/core/loader: Add new function rom_ptr_for_as()Peter Maydell1-0/+75
2021-03-23hw/arm/virt: Disable pl011 clock migration if neededGavin Shan2-0/+10
2021-03-23edid: prefer standard timingsGerd Hoffmann1-7/+8
2021-03-23xen-block: Fix removal of backend instance via xenstoreAnthony PERARD1-0/+9
2021-03-23Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell16-293/+566
2021-03-22hw/riscv: microchip_pfsoc: Map EMMC/SD mux registerBin Meng1-0/+6
2021-03-22hw/block: m25p80: Support fast read for SST flashesBin Meng1-0/+3
2021-03-22hw/riscv: allow ramfb on virtAsherah Connor1-0/+3
2021-03-22hw/riscv: Add fw_cfg support to virtAsherah Connor2-0/+31
2021-03-22hw/char: disable ibex uart receive if the buffer is fullAlexander Wagner1-5/+18
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca5-161/+96