aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-05-22hw/block/pflash: Check return value of blk_pwrite()Mansour Ahmadi2-2/+14
2020-05-22hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'Philippe Mathieu-Daudé1-15/+15
2020-05-22hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'Philippe Mathieu-Daudé1-5/+13
2020-05-22hw/block/pflash_cfi01: Removed an unused timerPhilippe Mathieu-Daudé1-15/+0
2020-05-21ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven1-5/+7
2020-05-21hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-7/+5
2020-05-21hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-2/+3
2020-05-21hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé3-11/+18
2020-05-21hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-8/+15
2020-05-21hw/arm/fsl-imx7: Connect watchdog interruptsGuenter Roeck1-0/+11
2020-05-21hw/arm/fsl-imx7: Instantiate various unimplemented devicesGuenter Roeck1-0/+24
2020-05-21hw/arm/fsl-imx6ul: Connect watchdog interruptsGuenter Roeck1-0/+10
2020-05-21hw/arm/fsl-imx6: Connect watchdog interruptsGuenter Roeck1-0/+9
2020-05-21hw/arm/fsl-imx31: Wire up watchdogGuenter Roeck2-0/+7
2020-05-21hw/arm/fsl-imx25: Wire up watchdogGuenter Roeck2-0/+11
2020-05-21hw/watchdog: Implement full i.MX watchdog supportGuenter Roeck1-12/+226
2020-05-21hw: Move i.MX watchdog driver to hw/watchdogGuenter Roeck5-2/+8
2020-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell7-6/+7
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé6-6/+6
2020-05-18hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé1-0/+1
2020-05-18ramfb: fix size calculationGerd Hoffmann1-9/+10
2020-05-18ramfb: add sanity checks to ramfb_create_display_surfaceGerd Hoffmann1-0/+6
2020-05-18ramfb: don't update RAMFBState on errorsGerd Hoffmann1-9/+17
2020-05-18ramfb: drop leftover debug messageGerd Hoffmann1-2/+0
2020-05-18Revert "hw/display/ramfb: lock guest resolution after it's set"Gerd Hoffmann1-22/+4
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann3-28/+4
2020-05-18hw/display: Include local 'framebuffer.h'Philippe Mathieu-Daudé2-2/+2
2020-05-18ati-vga: Do not allow unaligned access via index registerBALATON Zoltan1-1/+1
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé16-18/+17
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé5-8/+8
2020-05-15qom: Drop @errp parameter of object_property_del()Markus Armbruster3-4/+4
2020-05-15spapr_pci: Drop some dead error handlingMarkus Armbruster1-68/+18
2020-05-15qdev: Unrealize must not failMarkus Armbruster85-193/+147
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster32-35/+34
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster137-462/+339
2020-05-15qdev: Clean up qdev_connect_gpio_out_named()Markus Armbruster1-7/+4
2020-05-15hw/arm/bcm2835: Drop futile attempts at QOM-adopting memoryMarkus Armbruster1-2/+0
2020-05-15e1000: Don't run e1000_instance_init() twiceMarkus Armbruster1-1/+0
2020-05-15hw/isa/superio: Make the components QOM childrenMarkus Armbruster1-5/+13
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster19-100/+64
2020-05-15qom: Drop convenience method object_property_get_uint16List()Markus Armbruster1-3/+13
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster3-4/+4
2020-05-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200514'...Peter Maydell9-7/+593
2020-05-14ACPI: Record Generic Error Status Block(GESB) tableDongjiu Geng1-0/+219
2020-05-14ACPI: Record the Generic Error Status Block addressDongjiu Geng3-0/+41
2020-05-14ACPI: Build Hardware Error Source TableDongjiu Geng2-0/+128
2020-05-14ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng5-0/+101
2020-05-14hw/arm/virt: Introduce a RAS machine optionDongjiu Geng1-0/+23
2020-05-14acpi: nvdimm: change NVDIMM_UUID_LE to a common macroDongjiu Geng1-7/+3
2020-05-14aspeed: Add support for the sonorapass-bmc boardPatrick Williams1-0/+78