summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200901' int...Peter Maydell2020-09-032-60/+74
|\
| * aspeed/sdmc: Simplify calculation of RAM bitsCédric Le Goater2020-09-011-54/+25Star
| * aspeed/sdmc: Allow writes to unprotected registersJoel Stanley2020-09-011-0/+27
| * aspeed/sdmc: Perform memory trainingJoel Stanley2020-09-012-3/+18
| * aspeed/scu: Fix valid access size on AST2400Cédric Le Goater2020-09-011-3/+4
* | mos6522: Rename QOM macrosEduardo Habkost2020-09-024-17/+17
* | imx_ccm: Rename IMX_GET_CLASS macroEduardo Habkost2020-09-021-1/+1
* | hw/misc/sbsa_ec : Add an embedded controller for sbsa-refGraeme Gregory2020-09-012-0/+100
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell2020-08-281-6/+8
|\
| * hw/misc/unimp: Display the offset with width of the region sizePhilippe Mathieu-Daudé2020-08-281-4/+6
| * hw/misc/unimp: Display the value with width of the access sizePhilippe Mathieu-Daudé2020-08-281-2/+2
| * hw/misc/unimp: Display value after offsetPhilippe Mathieu-Daudé2020-08-281-4/+4
* | auxbus: Move QOM macros to headerEduardo Habkost2020-08-271-2/+0Star
|/
* meson: convert hw/miscMarc-André Lureau2020-08-214-100/+107
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-212-0/+2
* hw/misc/aspeed_sdmc: Fix incorrect memory sizePhilippe Mathieu-Daudé2020-07-271-3/+4
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-3/+2Star
* hw/misc: avr: Add limited support for power reduction deviceMichael Rolnik2020-07-114-0/+122
* error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster2020-07-101-3/+1Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-107-31/+12Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-2/+1Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-102-4/+4
* qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster2020-07-102-23/+3Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-104-8/+4Star
* macio: Tidy up error handling in macio_newworld_realize()Markus Armbruster2020-07-101-1/+3
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-103-16/+8Star
* hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell2020-07-031-23/+1Star
* hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell2020-07-031-7/+9
* hw/misc/max111x: Don't use vmstate_register()Peter Maydell2020-07-031-2/+1Star
* hw/misc/max111x: provide QOM properties for setting initial valuesPeter Maydell2020-07-031-10/+47
* hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-021-1/+2
* hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé2020-06-291-0/+1
* hw/misc/pca9552: Model qdev output GPIOsPhilippe Mathieu-Daudé2020-06-261-0/+6
* hw/misc/pca9552: Trace GPIO change eventsPhilippe Mathieu-Daudé2020-06-262-0/+16
* hw/misc/pca9552: Trace GPIO High/Low eventsPhilippe Mathieu-Daudé2020-06-262-0/+42
* hw/misc/pca9552: Add a 'description' property for debugging purposePhilippe Mathieu-Daudé2020-06-261-0/+18
* hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552Philippe Mathieu-Daudé2020-06-261-18/+48
* hw/misc/pca9552: Rename generic code as pca955xPhilippe Mathieu-Daudé2020-06-261-40/+40
* hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'Philippe Mathieu-Daudé2020-06-261-5/+5
* adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland2020-06-261-5/+1Star
* mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland2020-06-262-119/+259
* mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()Mark Cave-Ayland2020-06-261-14/+10Star
* pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+3
* cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+5
* mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-12/+10Star
* pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-24/+15Star
* cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-33/+23Star
* pmu: honour autopoll_rate_ms when rearming the ADB autopoll timerMark Cave-Ayland2020-06-261-2/+2
* pmu: fix duplicate autopoll mask variableMark Cave-Ayland2020-06-261-8/+7Star
* cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland2020-06-261-7/+8