aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/digic.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21arm/digic: replace snprintf() with g_strdup_printf()Marc-André Lureau1-4/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-9/+4
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-6/+3
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-6/+4
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-3/+1
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé1-1/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-24hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-11/+6
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2017-09-04hw/arm/digic: Mark device with user_creatable = falseThomas Huth1-0/+2
2017-04-20arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier1-6/+0
2016-06-06hw/char: QOM'ify digic-uart modelxiaoqiang zhao1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+6
2013-12-17hw/arm/digic: add UART supportAntony Pavlov1-0/+16
2013-12-17hw/arm/digic: add timer supportAntony Pavlov1-0/+28
2013-12-17hw/arm: add very initial support for Canon DIGIC SoCAntony Pavlov1-0/+71