summaryrefslogtreecommitdiffstats
path: root/hw/misc/macio
Commit message (Expand)AuthorAgeFilesLines
* macio: don't set user_creatable to falseMark Cave-Ayland2021-01-131-2/+0Star
* macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland2021-01-132-24/+12Star
* macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland2021-01-131-10/+9Star
* 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/+0Star
* mos6522: Rename QOM macrosEduardo Habkost2020-09-022-6/+6
* meson: convert hw/miscMarc-André Lureau2020-08-212-5/+8
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-103-19/+8Star
* 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-103-16/+8Star
* hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-021-1/+2
* pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+3
* cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+5
* pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-24/+15Star
* cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-33/+23Star
* pmu: honour autopoll_rate_ms when rearming the ADB autopoll timerMark Cave-Ayland2020-06-261-2/+2
* pmu: fix duplicate autopoll mask variableMark Cave-Ayland2020-06-261-8/+7Star
* cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland2020-06-261-7/+8
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-152-8/+8
* macio: Eliminate macio_init_child_obj()Markus Armbruster2020-06-151-21/+9Star
* macio: Convert use of qdev_set_parent_bus()Markus Armbruster2020-06-151-7/+6Star
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-6/+4Star
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-5/+2Star
* 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
* macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devicesMarkus Armbruster2020-06-152-10/+20
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-153-4/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-243-4/+4
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-162-2/+2
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-164-0/+4
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-165-5/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-165-0/+5
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-0/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-125-0/+8
* hw/misc/macio: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-4/+4
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-1/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-4/+4
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+11
* cuda: decrease time delay before raising VIA SR interrupt and remove fast pathMark Cave-Ayland2019-02-171-10/+1Star
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0Star
* macio/pmu: Fix missing vmsd terminatorDr. David Alan Gilbert2018-11-081-0/+1
* 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