summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-08-26hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitlyAni Sinha
2021-08-26hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé
2021-08-26hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be setPhilippe Mathieu-Daudé
2021-08-26hw/dma/xlnx_csu_dma: Run trivial checks early in realize()Philippe Mathieu-Daudé
2021-08-26hw/arm/xlnx-zynqmp: Realize qspi controller *after* qspi_dmaPhilippe Mathieu-Daudé
2021-08-25fsl-imx7: Instantiate SAI1/2/3 as unimplemented devicesGuenter Roeck
2021-08-25sbsa-ref: Rename SBSA_GWDT enum valueEduardo Habkost
2021-08-25hw/dma/pl330: Add memory region to replace defaultWen, Jianxian
2021-08-25fsl-imx6ul: Instantiate SAI1/2/3 and ASRC as unimplemented devicesGuenter Roeck
2021-08-25hw/char/pl011: add support for sending breakJan Luebbe
2021-08-13hw/core: fix error checking in smp_parseDaniel P. Berrangé
2021-08-13hw/core: Add missing return on errorPhilippe Mathieu-Daudé
2021-08-09hw/nvme: fix missing variable initializersKlaus Jensen
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau
2021-08-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-08-03Revert "acpi/gpex: Inform os to keep firmware resource map"Michael S. Tsirkin
2021-08-03acpi: x86: pcihp: add support hotplug on multifunction bridgesIgor Mammedov
2021-08-03hw/pcie-root-port: Fix hotplug for PCI devices requiring IOMarcel Apfelbaum
2021-08-03hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30Philippe Mathieu-Daudé
2021-08-03hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROTPhilippe Mathieu-Daudé
2021-08-02hw/arm/boot: Report error if there is no fw_cfg device in the machinePeter Maydell
2021-08-02hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptorChristina Wang
2021-08-02hw/net: e1000e: Correct the initial value of VET registerChristina Wang
2021-08-02hw/net: e1000: Correct the initial value of VET registerChristina Wang
2021-08-02hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ...Pavel Pisa
2021-08-02hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbersThomas Huth
2021-07-29Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210729-pull-request' ...Peter Maydell
2021-07-29usbredir: fix free callGerd Hoffmann
2021-07-29usb-host: wire up timer for windowsGerd Hoffmann
2021-07-29ppc/vof: Fix Coverity issuesAlexey Kardashevskiy
2021-07-29i2c/smbus_eeprom: Add feature bit to SPD dataBALATON Zoltan
2021-07-29ppc/pegasos2: Fix spurious warning with -biosBALATON Zoltan
2021-07-27Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210727'...Peter Maydell
2021-07-27Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2021-07-27hw: aspeed_gpio: Fix memory sizeJoel Stanley
2021-07-27hw/arm/nseries: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé
2021-07-27hw/intc/armv7m_nvic: for v8.1M VECTPENDING hides S exceptions from NSPeter Maydell
2021-07-27hw/intc/armv7m_nvic: Correct size of ICSR.VECTPENDINGPeter Maydell
2021-07-27hw/intc/armv7m_nvic: ISCR.ISRPENDING is set for non-enabled pending interruptsPeter Maydell
2021-07-27hw/arm/smmuv3: Check 31st bit to see if CD is validJoe Komlodi
2021-07-26hw/nvme: fix mmio readKlaus Jensen
2021-07-26hw/nvme: fix out-of-bounds readsKlaus Jensen
2021-07-26hw/nvme: use symbolic names for registersKlaus Jensen
2021-07-26hw/nvme: split pmrmsc register into upper and lowerKlaus Jensen
2021-07-26hw/nvme: fix controller hot unpluggingKlaus Jensen
2021-07-26hw/nvme: error handling for too many mappingsPadmakar Kalghatgi
2021-07-26hw/nvme: unregister controller with subsystem at exitKlaus Jensen
2021-07-26hw/nvme: mark nvme-subsys non-hotpluggableKlaus Jensen