aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/auxbus.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-27auxbus: Move QOM macros to headerEduardo Habkost1-2/+0
2020-06-15auxbus: Eliminate aux_create_slave()Markus Armbruster1-9/+0
2020-06-15auxbus: Convert a use of qdev_set_parent_bus()Markus Armbruster1-3/+1
2020-06-15auxbus: New aux_bus_realize(), pairing with aux_bus_init()Markus Armbruster1-0/+5
2020-06-15auxbus: Rename aux_init_bus() to aux_bus_init()Markus Armbruster1-2/+2
2020-06-15qdev: Put qdev_new() to use with CoccinelleMarkus Armbruster1-1/+1
2020-06-15auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slaveMarkus Armbruster1-1/+1
2020-06-09hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-07-17hw/display/xlnx_dp: Move problematic code from instance_init to realizePaolo Bonzini1-6/+12
2018-07-02hw/misc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2017-09-26aux-to-i2c-bridge: don't allow user to create oneKONRAD Frederic1-0/+11
2017-06-20auxbus: use get_uint() for "addr" propertyMarc-André Lureau1-1/+1
2016-07-07aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell1-0/+292