summary refs log tree commit diff stats
path: root/hw/misc/unimp.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/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
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/misc/unimp: Move struct to header filePeter Maydell2018-03-021-10/+0
* hw/misc: New "unimplemented" sysbus devicePeter Maydell2017-02-071-0/+107