aboutsummaryrefslogtreecommitdiff
path: root/include/hw/misc/macio
AgeCommit message (Expand)Author
2023-02-06input/adb: Only include header where neededBALATON Zoltan
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan
2022-03-09macio/pmu.c: remove redundant codeMark Cave-Ayland
2021-01-13macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-26pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland
2020-06-26cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland
2020-06-26pmu: fix duplicate autopoll mask variableMark Cave-Ayland
2020-03-17hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan
2019-08-16include: Make headers more self-containedMarkus Armbruster
2018-08-30macio: add addr property to macio IDE objectMark Cave-Ayland
2018-08-30macio: add macio bus to help with fw path generationMark Cave-Ayland
2018-08-30macio: move MACIOIDEState type declarations to macio.hMark Cave-Ayland
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland
2018-06-16mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland
2018-06-16mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland
2018-05-04mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland
2018-03-06mac_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland
2018-03-06mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland
2018-03-06macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland
2018-02-16cuda.h: Fix multiple typedefDr. David Alan Gilbert
2018-02-16ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland