summaryrefslogtreecommitdiff
path: root/hw/misc/macio/macio.c
AgeCommit message (Expand)Author
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-24hw/misc/macio: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2018-08-30macio: add addr property to macio IDE objectMark Cave-Ayland
2018-08-30macio: add macio bus to help with fw path generationMark Cave-Ayland
2018-08-01hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland
2018-06-16mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland
2018-06-16mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland
2018-06-12macio: add trace-events to timer deviceMark Cave-Ayland
2018-05-04mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-10hw/misc/macio: Fix crash when listing device properties of macio deviceThomas Huth
2018-03-18hw/misc/macio: Mark the macio devices with user_creatable = falseThomas Huth
2018-03-06macio: remove macio_init() functionMark Cave-Ayland
2018-03-06macio: move setting of CUDA timebase frequency to macio_common_realize()Mark Cave-Ayland
2018-03-06mac_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland
2018-03-06mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland
2018-03-06macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland
2018-03-06macio: move ESCC device within the macio deviceMark Cave-Ayland
2018-03-06macio: embed DBDMA device directly within macioMark Cave-Ayland
2018-02-16ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland
2018-02-11cuda: rename frequency property to tb_frequencyMark Cave-Ayland
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland
2017-09-27mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland
2016-09-07ppc: Fix macio ESCC legacy mappingBenjamin Herrenschmidt
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29ppc: Clean up includesPeter Maydell
2015-10-23macio: add to bridge categoryLaurent Vivier
2015-10-09macio: move DBDMA_init from instance_init to realizePaolo Bonzini
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini
2015-07-07macio: remove nonexistent interrupt on pin 1Cormac O'Brien
2015-06-03macio: Convert to realize()Markus Armbruster
2015-03-10macio: fix possible memory leakGonglei
2015-03-09macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland
2014-09-08PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf
2014-09-08PPC: mac99: Fix core99 timer frequencyAlexander Graf
2014-06-16macio: Fix timer endiannessAlexander Graf
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-11PPC: Add timer handler for newworld mac-ioAlexander Graf