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