aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)Author
2020-07-10macio: Tidy up error handling in macio_newworld_realize()Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-03hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell
2020-07-03hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell
2020-07-03hw/misc/max111x: Don't use vmstate_register()Peter Maydell
2020-07-03hw/misc/max111x: provide QOM properties for setting initial valuesPeter Maydell
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster
2020-06-29hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé
2020-06-26hw/misc/pca9552: Model qdev output GPIOsPhilippe Mathieu-Daudé
2020-06-26hw/misc/pca9552: Trace GPIO change eventsPhilippe Mathieu-Daudé
2020-06-26hw/misc/pca9552: Trace GPIO High/Low eventsPhilippe Mathieu-Daudé
2020-06-26hw/misc/pca9552: Add a 'description' property for debugging purposePhilippe Mathieu-Daudé
2020-06-26hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552Philippe Mathieu-Daudé
2020-06-26hw/misc/pca9552: Rename generic code as pca955xPhilippe Mathieu-Daudé
2020-06-26hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'Philippe Mathieu-Daudé
2020-06-26adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland
2020-06-26mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland
2020-06-26mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()Mark Cave-Ayland
2020-06-26pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland
2020-06-26cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland
2020-06-26mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland
2020-06-26pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland
2020-06-26cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland
2020-06-26pmu: honour autopoll_rate_ms when rearming the ADB autopoll timerMark Cave-Ayland
2020-06-26pmu: fix duplicate autopoll mask variableMark Cave-Ayland
2020-06-26cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell
2020-06-16hw/misc/imx6ul_ccm: Implement non writable bits in CCM registersJean-Christophe Dubois
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15macio: Eliminate macio_init_child_obj()Markus Armbruster
2020-06-15macio: Convert use of qdev_set_parent_bus()Markus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15auxbus: Eliminate aux_create_slave()Markus Armbruster
2020-06-15auxbus: Convert a use of qdev_set_parent_bus()Markus Armbruster
2020-06-15auxbus: New aux_bus_realize(), pairing with aux_bus_init()Markus Armbruster
2020-06-15auxbus: Rename aux_init_bus() to aux_bus_init()Markus Armbruster
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Put qdev_new() to use with CoccinelleMarkus Armbruster
2020-06-15macio: Fix macio-bus to be a subtype of System busMarkus Armbruster
2020-06-15macio: Put "macio-nvram" device on the macio busMarkus Armbruster
2020-06-15macio: Delete unused "macio-gpio" devicesMarkus Armbruster
2020-06-15macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devicesMarkus Armbruster
2020-06-15mac_via: Fix to realize "mos6522-q800-via*" devicesMarkus Armbruster
2020-06-15auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slaveMarkus Armbruster
2020-06-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-06-09hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé
2020-06-09hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé