aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio
AgeCommit message (Expand)AuthorFilesLines
2022-10-31mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan1-1/+1
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan4-4/+0
2022-10-31hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan1-2/+3
2022-03-09macio/pmu.c: remove redundant codeMark Cave-Ayland1-33/+0
2022-03-09mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland2-2/+4
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland2-4/+5
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell2-2/+2
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-4/+6
2021-11-17pmu: fix pmu vmstate subsection listLaurent Vivier1-0/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell3-6/+6
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-01-13macio: don't set user_creatable to falseMark Cave-Ayland1-2/+0
2021-01-13macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland2-24/+12
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland1-10/+9
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland1-10/+10
2020-11-12macio: set user_creatable to false in macio_class_init()Mark Cave-Ayland1-0/+2
2020-10-18macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland1-4/+0
2020-09-02mos6522: Rename QOM macrosEduardo Habkost2-6/+6
2020-08-21meson: convert hw/miscMarc-André Lureau2-5/+8
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster3-19/+8
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-3/+3
2020-07-10macio: Tidy up error handling in macio_newworld_realize()Markus Armbruster1-1/+3
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster3-16/+8
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster1-1/+2
2020-06-26pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland1-0/+3
2020-06-26cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland1-0/+5
2020-06-26pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-24/+15
2020-06-26cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-33/+23
2020-06-26pmu: honour autopoll_rate_ms when rearming the ADB autopoll timerMark Cave-Ayland1-2/+2
2020-06-26pmu: fix duplicate autopoll mask variableMark Cave-Ayland1-8/+7
2020-06-26cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland1-7/+8
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2-8/+8
2020-06-15macio: Eliminate macio_init_child_obj()Markus Armbruster1-21/+9
2020-06-15macio: Convert use of qdev_set_parent_bus()Markus Armbruster1-7/+6
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-6/+4
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-5/+2
2020-06-15macio: Fix macio-bus to be a subtype of System busMarkus Armbruster1-1/+1
2020-06-15macio: Put "macio-nvram" device on the macio busMarkus Armbruster1-1/+2
2020-06-15macio: Delete unused "macio-gpio" devicesMarkus Armbruster1-0/+2
2020-06-15macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devicesMarkus Armbruster2-10/+20
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster3-4/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau3-4/+4
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2-2/+2
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster4-0/+4
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster5-5/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster5-0/+5