aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-05-21ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven
2020-05-21hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/arm/fsl-imx7: Connect watchdog interruptsGuenter Roeck
2020-05-21hw/arm/fsl-imx7: Instantiate various unimplemented devicesGuenter Roeck
2020-05-21hw/arm/fsl-imx6ul: Connect watchdog interruptsGuenter Roeck
2020-05-21hw/arm/fsl-imx6: Connect watchdog interruptsGuenter Roeck
2020-05-21hw/arm/fsl-imx31: Wire up watchdogGuenter Roeck
2020-05-21hw/arm/fsl-imx25: Wire up watchdogGuenter Roeck
2020-05-21hw/watchdog: Implement full i.MX watchdog supportGuenter Roeck
2020-05-21hw: Move i.MX watchdog driver to hw/watchdogGuenter Roeck
2020-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé
2020-05-18hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé
2020-05-18ramfb: fix size calculationGerd Hoffmann
2020-05-18ramfb: add sanity checks to ramfb_create_display_surfaceGerd Hoffmann
2020-05-18ramfb: don't update RAMFBState on errorsGerd Hoffmann
2020-05-18ramfb: drop leftover debug messageGerd Hoffmann
2020-05-18Revert "hw/display/ramfb: lock guest resolution after it's set"Gerd Hoffmann
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann
2020-05-18hw/display: Include local 'framebuffer.h'Philippe Mathieu-Daudé
2020-05-18ati-vga: Do not allow unaligned access via index registerBALATON Zoltan
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé
2020-05-15qom: Drop @errp parameter of object_property_del()Markus Armbruster
2020-05-15spapr_pci: Drop some dead error handlingMarkus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qdev: Clean up qdev_connect_gpio_out_named()Markus Armbruster
2020-05-15hw/arm/bcm2835: Drop futile attempts at QOM-adopting memoryMarkus Armbruster
2020-05-15e1000: Don't run e1000_instance_init() twiceMarkus Armbruster
2020-05-15hw/isa/superio: Make the components QOM childrenMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-15qom: Drop convenience method object_property_get_uint16List()Markus Armbruster
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster
2020-05-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200514'...Peter Maydell
2020-05-14ACPI: Record Generic Error Status Block(GESB) tableDongjiu Geng
2020-05-14ACPI: Record the Generic Error Status Block addressDongjiu Geng
2020-05-14ACPI: Build Hardware Error Source TableDongjiu Geng
2020-05-14ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng
2020-05-14hw/arm/virt: Introduce a RAS machine optionDongjiu Geng
2020-05-14acpi: nvdimm: change NVDIMM_UUID_LE to a common macroDongjiu Geng
2020-05-14aspeed: Add support for the sonorapass-bmc boardPatrick Williams
2020-05-14hw/dma/xilinx_axidma: s2mm: Support stream fragmentsEdgar E. Iglesias
2020-05-14hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptorEdgar E. Iglesias
2020-05-14hw/net/xilinx_axienet: Handle fragmented packets from DMAEdgar E. Iglesias
2020-05-14hw/core: stream: Add an end-of-packet flagEdgar E. Iglesias