summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* error: Use error_reportf_err() where appropriateMarkus Armbruster2020-05-273-8/+9
* xen: Fix and improve handling of device_add usb-host errorsMarkus Armbruster2020-05-271-10/+9Star
* nvdimm: Plug memory leak in uuid property setterMarkus Armbruster2020-05-271-1/+0Star
* Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-26' into sta...Peter Maydell2020-05-264-46/+49
|\
| * xen/9pfs: increase max ring order to 9Stefano Stabellini2020-05-251-1/+1
| * xen/9pfs: yield when there isn't enough room on the ringStefano Stabellini2020-05-251-6/+25
| * Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini2020-05-254-39/+22Star
| * 9p: Lock directory streams with a CoMutexGreg Kurz2020-05-251-4/+4
| * 9pfs: include linux/limits.h for XATTR_SIZE_MAXDan Robertson2020-05-251-0/+1
* | hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' includePhilippe Mathieu-Daudé2020-05-261-1/+0Star
* | hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'Philippe Mathieu-Daudé2020-05-251-7/+1Star
* | es1370: check total frame count against current framePrasad J Pandit2020-05-251-2/+5
|/
* hw/block/pflash: Check return value of blk_pwrite()Mansour Ahmadi2020-05-222-2/+14
* hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'Philippe Mathieu-Daudé2020-05-221-15/+15
* hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'Philippe Mathieu-Daudé2020-05-221-5/+13
* hw/block/pflash_cfi01: Removed an unused timerPhilippe Mathieu-Daudé2020-05-221-15/+0Star
* ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven2020-05-211-5/+7
* hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-211-7/+5Star
* hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-211-2/+3
* hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-213-11/+18
* hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-211-8/+15
* hw/arm/fsl-imx7: Connect watchdog interruptsGuenter Roeck2020-05-211-0/+11
* hw/arm/fsl-imx7: Instantiate various unimplemented devicesGuenter Roeck2020-05-211-0/+24
* hw/arm/fsl-imx6ul: Connect watchdog interruptsGuenter Roeck2020-05-211-0/+10
* hw/arm/fsl-imx6: Connect watchdog interruptsGuenter Roeck2020-05-211-0/+9
* hw/arm/fsl-imx31: Wire up watchdogGuenter Roeck2020-05-212-0/+7
* hw/arm/fsl-imx25: Wire up watchdogGuenter Roeck2020-05-212-0/+11
* hw/watchdog: Implement full i.MX watchdog supportGuenter Roeck2020-05-211-12/+226
* hw: Move i.MX watchdog driver to hw/watchdogGuenter Roeck2020-05-215-2/+8
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-05-197-6/+7
|\
| * hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé2020-05-186-6/+6
| * hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé2020-05-181-0/+1
* | ramfb: fix size calculationGerd Hoffmann2020-05-181-9/+10
* | ramfb: add sanity checks to ramfb_create_display_surfaceGerd Hoffmann2020-05-181-0/+6
* | ramfb: don't update RAMFBState on errorsGerd Hoffmann2020-05-181-9/+17
* | ramfb: drop leftover debug messageGerd Hoffmann2020-05-181-2/+0Star
* | Revert "hw/display/ramfb: lock guest resolution after it's set"Gerd Hoffmann2020-05-181-22/+4Star
* | Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann2020-05-183-28/+4Star
* | hw/display: Include local 'framebuffer.h'Philippe Mathieu-Daudé2020-05-182-2/+2
* | ati-vga: Do not allow unaligned access via index registerBALATON Zoltan2020-05-181-1/+1
|/
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-1516-18/+17Star
* various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé2020-05-155-8/+8
* qom: Drop @errp parameter of object_property_del()Markus Armbruster2020-05-153-4/+4
* spapr_pci: Drop some dead error handlingMarkus Armbruster2020-05-151-68/+18Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-1585-193/+147Star
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-1532-35/+34Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-15137-462/+339Star
* qdev: Clean up qdev_connect_gpio_out_named()Markus Armbruster2020-05-151-7/+4Star
* hw/arm/bcm2835: Drop futile attempts at QOM-adopting memoryMarkus Armbruster2020-05-151-2/+0Star
* e1000: Don't run e1000_instance_init() twiceMarkus Armbruster2020-05-151-1/+0Star