aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell1-13/+63
2020-06-16hw/misc/imx6ul_ccm: Implement non writable bits in CCM registersJean-Christophe Dubois1-13/+63
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2-8/+8
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster1-8/+6
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15macio: Eliminate macio_init_child_obj()Markus Armbruster1-21/+9
2020-06-15macio: Convert use of qdev_set_parent_bus()Markus Armbruster1-7/+6
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-6/+4
2020-06-15auxbus: Eliminate aux_create_slave()Markus Armbruster1-9/+0
2020-06-15auxbus: Convert a use of qdev_set_parent_bus()Markus Armbruster1-3/+1
2020-06-15auxbus: New aux_bus_realize(), pairing with aux_bus_init()Markus Armbruster1-0/+5
2020-06-15auxbus: Rename aux_init_bus() to aux_bus_init()Markus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-5/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+3
2020-06-15qdev: Put qdev_new() to use with CoccinelleMarkus Armbruster1-1/+1
2020-06-15macio: Fix macio-bus to be a subtype of System busMarkus Armbruster1-1/+1
2020-06-15macio: Put "macio-nvram" device on the macio busMarkus Armbruster1-1/+2
2020-06-15macio: Delete unused "macio-gpio" devicesMarkus Armbruster1-0/+2
2020-06-15macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devicesMarkus Armbruster2-10/+20
2020-06-15mac_via: Fix to realize "mos6522-q800-via*" devicesMarkus Armbruster1-0/+5
2020-06-15auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slaveMarkus Armbruster1-1/+1
2020-06-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2-3/+8
2020-06-09hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé1-1/+1
2020-06-09hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé1-2/+7
2020-06-09hw/misc/grlib_ahb_apb_pnp: Add trace events on read accessesPhilippe Mathieu-Daudé2-2/+15
2020-06-09hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accessesPhilippe Mathieu-Daudé1-0/+4
2020-06-09hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registersPhilippe Mathieu-Daudé1-0/+7
2020-06-09hw/misc/empty_slot: Name the slots when createdPhilippe Mathieu-Daudé1-1/+1
2020-06-09hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERSPhilippe Mathieu-Daudé3-0/+112
2020-06-05raspi: add BCM2835 SOC MPHI emulationPaul Zimmerman2-0/+192
2020-05-21hw: Move i.MX watchdog driver to hw/watchdogGuenter Roeck2-91/+0
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster9-15/+14
2020-05-11aspeed: sdmc: Implement AST2600 locking behaviourJoel Stanley1-10/+45
2020-05-11aspeed: Support AST2600A1 silicon revisionJoel Stanley1-6/+5
2020-04-30hw/misc/zynq_slcr: add clock generation for uartsDamien Hedde1-4/+168
2020-03-30hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirr...Niek Linnenbank1-2/+2
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2-2/+6
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell1-4/+3
2020-03-17hw/misc/ivshmem: Use one Error * variable instead of twoMarkus Armbruster1-4/+3
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-10/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'...Peter Maydell7-0/+1214
2020-03-12hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank3-0/+369
2020-03-12hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank3-0/+173
2020-03-12hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank3-0/+288
2020-03-12hw/arm/allwinner-h3: add System Control moduleNiek Linnenbank2-0/+141
2020-03-12hw/arm/allwinner-h3: add Clock Control UnitNiek Linnenbank2-0/+243
2020-03-12q800: fix coverity warning CID 1412799Laurent Vivier1-2/+5
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini1-1/+1