summary refs log tree commit diff stats
path: root/hw/misc/macio/macio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/misc/macio: Realize IDE controller before accessing itPhilippe Mathieu-Daudé2024-02-151-3/+6
* hw/misc/macio: Constify VMStateRichard Henderson2023-12-301-2/+2
* hw/misc/macio: Return bool from functions taking errpBALATON Zoltan2023-02-061-37/+25
* hw/misc/macio: Remove some single use local variablesBALATON Zoltan2023-02-061-8/+5
* hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevityBALATON Zoltan2023-02-061-43/+35
* hw/misc/macio: Avoid some QOM castsBALATON Zoltan2023-02-061-7/+7
* mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan2022-10-311-1/+1
* hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-311-1/+0
* hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan2022-10-311-2/+3
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+2
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* macio: don't set user_creatable to falseMark Cave-Ayland2021-01-131-2/+0
* macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland2021-01-131-5/+7
* macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland2021-01-131-10/+9
* macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland2021-01-131-10/+10
* macio: set user_creatable to false in macio_class_init()Mark Cave-Ayland2020-11-121-0/+2
* macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland2020-10-181-4/+0
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-13/+6
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-3/+3
* macio: Tidy up error handling in macio_newworld_realize()Markus Armbruster2020-07-101-1/+3
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-12/+6
* hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-021-1/+2
* macio: Eliminate macio_init_child_obj()Markus Armbruster2020-06-151-21/+9
* macio: Convert use of qdev_set_parent_bus()Markus Armbruster2020-06-151-7/+6
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-6/+4
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-5/+2
* macio: Fix macio-bus to be a subtype of System busMarkus Armbruster2020-06-151-1/+1
* macio: Put "macio-nvram" device on the macio busMarkus Armbruster2020-06-151-1/+2
* macio: Delete unused "macio-gpio" devicesMarkus Armbruster2020-06-151-0/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* 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/+0
* 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/+8
* 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/+3