summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)Author
2020-09-03Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200901' int...Peter Maydell
2020-09-02mos6522: Rename QOM macrosEduardo Habkost
2020-09-02imx_ccm: Rename IMX_GET_CLASS macroEduardo Habkost
2020-09-01hw/misc/sbsa_ec : Add an embedded controller for sbsa-refGraeme Gregory
2020-09-01aspeed/sdmc: Simplify calculation of RAM bitsCédric Le Goater
2020-09-01aspeed/sdmc: Allow writes to unprotected registersJoel Stanley
2020-09-01aspeed/sdmc: Perform memory trainingJoel Stanley
2020-09-01aspeed/scu: Fix valid access size on AST2400Cédric Le Goater
2020-08-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell
2020-08-28hw/misc/unimp: Display the offset with width of the region sizePhilippe Mathieu-Daudé
2020-08-28hw/misc/unimp: Display the value with width of the access sizePhilippe Mathieu-Daudé
2020-08-28hw/misc/unimp: Display value after offsetPhilippe Mathieu-Daudé
2020-08-27auxbus: Move QOM macros to headerEduardo Habkost
2020-08-21meson: convert hw/miscMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-27hw/misc/aspeed_sdmc: Fix incorrect memory sizePhilippe Mathieu-Daudé
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-11hw/misc: avr: Add limited support for power reduction deviceMichael Rolnik
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus 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-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
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