aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-07-13Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request...Peter Maydell
2020-07-13hw/arm/aspeed: Do not create and attach empty SD cards by defaultPhilippe Mathieu-Daudé
2020-07-13hw/arm/palm.c: Encapsulate misc GPIO handling in a devicePeter Maydell
2020-07-13hw/arm/palm.c: DetabifyPeter Maydell
2020-07-13hw/arm/tosa: Encapsulate misc GPIO handling in a devicePeter Maydell
2020-07-13hw/arm/tosa.c: DetabifyPeter Maydell
2020-07-13hw/nios2: exit to main CPU loop only when unmasking interruptsWentong Wu
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER
2020-07-13virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger
2020-07-13Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX25 processorJean-Christophe Dubois
2020-07-13usb: fix usb-host build on windows.Gerd Hoffmann
2020-07-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...Peter Maydell
2020-07-11Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell
2020-07-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-07-11Revert "vga: build virtio-gpu as module"Gerd Hoffmann
2020-07-11Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell
2020-07-11hw/avr: Add limited support for some Arduino boardsPhilippe Mathieu-Daudé
2020-07-11hw/avr: Add some ATmega microcontrollersPhilippe Mathieu-Daudé
2020-07-11hw/avr: Add support for loading ELF/raw binariesPhilippe Mathieu-Daudé
2020-07-11hw/misc: avr: Add limited support for power reduction deviceMichael Rolnik
2020-07-11hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik
2020-07-11hw/char: avr: Add limited support for USART peripheralMichael Rolnik
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka
2020-07-10pc: fix leak in pc_system_flash_cleanup_unusedAlexander Bulekov
2020-07-10hw/core/null-machine: Do not initialize unused chardev backendsPhilippe Mathieu-Daudé
2020-07-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10virtio-9p: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10fw_cfg: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10pflash: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10sd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10qdev: Ignore Error objects where the return value sufficesMarkus Armbruster
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-10error: Reduce unnecessary error propagationMarkus Armbruster
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qdev: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qdev: Make functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10qom: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster
2020-07-10qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster
2020-07-10s390x/pci: Fix harmless mistake in zpci's property fid's setterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster