summaryrefslogtreecommitdiffstats
path: root/hw/misc/macio/macio.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* 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/+2
* hw/misc/macio: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-4/+4
* macio: add addr property to macio IDE objectMark Cave-Ayland2018-08-301-2/+3
* macio: add macio bus to help with fw path generationMark Cave-Ayland2018-08-301-9/+28
* hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth2018-08-011-16/+8Star
* mac_newworld: add PMU deviceMark Cave-Ayland2018-06-161-19/+50
* mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland2018-06-161-0/+13
* mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland2018-06-161-0/+7
* macio: add trace-events to timer deviceMark Cave-Ayland2018-06-121-0/+3
* mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland2018-05-041-16/+23
* mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland2018-04-271-15/+22
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/misc/macio: Fix crash when listing device properties of macio deviceThomas Huth2018-04-101-7/+7
* hw/misc/macio: Mark the macio devices with user_creatable = falseThomas Huth2018-03-181-0/+2
* macio: remove macio_init() functionMark Cave-Ayland2018-03-061-8/+3Star
* macio: move setting of CUDA timebase frequency to macio_common_realize()Mark Cave-Ayland2018-03-061-5/+2Star
* mac_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland2018-03-061-5/+9
* mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland2018-03-061-4/+10
* macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland2018-03-061-42/+1Star
* macio: move ESCC device within the macio deviceMark Cave-Ayland2018-03-061-17/+43
* macio: embed DBDMA device directly within macioMark Cave-Ayland2018-03-061-6/+7
* ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland2018-02-161-0/+1
* cuda: rename frequency property to tb_frequencyMark Cave-Ayland2018-02-111-1/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland2017-09-271-1/+2
* macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland2017-09-271-1/+3
* mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland2017-09-271-4/+12
* ppc: Fix macio ESCC legacy mappingBenjamin Herrenschmidt2016-09-071-16/+10Star
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* macio: add to bridge categoryLaurent Vivier2015-10-231-0/+1
* macio: move DBDMA_init from instance_init to realizePaolo Bonzini2015-10-091-4/+4
* hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-091-3/+3
* macio: remove nonexistent interrupt on pin 1Cormac O'Brien2015-07-071-2/+0Star
* macio: Convert to realize()Markus Armbruster2015-06-031-33/+38
* macio: fix possible memory leakGonglei2015-03-101-1/+2
* macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland2015-03-091-0/+24
* PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf2014-09-081-0/+10
* PPC: mac99: Fix core99 timer frequencyAlexander Graf2014-09-081-2/+7
* macio: Fix timer endiannessAlexander Graf2014-06-161-1/+1
* qom: Pass available size to object_initialize()Andreas Färber2013-08-301-6/+7
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-2/+2
* PPC: Add timer handler for newworld mac-ioAlexander Graf2013-07-111-0/+33
* PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf2013-07-111-38/+55