summary refs log tree commit diff stats
path: root/hw/misc/mips_cmgcr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/misc: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/misc: Constify VMStateRichard Henderson2023-12-301-1/+1
* hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé2023-03-081-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0
* mips_cmgcr: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-12/+4
* hw/mips_cmgcr: allow GCR base to be movedPaul Burton2017-02-211-0/+17
* hw/mips_cmgcr: implement RESET_BASE register in CM GCRLeon Alrae2016-07-121-1/+53
* hw/mips/cps: create GIC block inside CPSLeon Alrae2016-07-121-0/+33
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* hw/mips/cps: create CPC block inside CPSLeon Alrae2016-03-301-0/+53
* hw/mips: add initial Global Config Register supportYongbok Kim2016-03-301-0/+107