summaryrefslogtreecommitdiffstats
path: root/hw/misc/macio
Commit message (Expand)AuthorAgeFilesLines
* 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-314-4/+0Star
* hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan2022-10-311-2/+3
* macio/pmu.c: remove redundant codeMark Cave-Ayland2022-03-091-33/+0Star
* mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland2022-03-092-2/+4
* mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland2022-03-092-4/+5
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-282-2/+2
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-4/+6
* pmu: fix pmu vmstate subsection listLaurent Vivier2021-11-171-0/+1
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-303-6/+6
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* 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