index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
misc
/
macio
Age
Commit message (
Expand
)
Author
2023-02-06
input/adb: Only include header where needed
BALATON Zoltan
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2022-10-31
hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
BALATON Zoltan
2022-10-31
hw/ppc/mac.h: Move macio specific parts out from shared header
BALATON Zoltan
2022-03-09
macio/pmu.c: remove redundant code
Mark Cave-Ayland
2021-01-13
macio: wire macio GPIOs to OpenPIC using sysbus IRQs
Mark Cave-Ayland
2021-01-13
macio: move OpenPIC inside macio-newworld device
Mark Cave-Ayland
2021-01-13
macio: move heathrow PIC inside macio-oldworld device
Mark Cave-Ayland
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-26
pmu: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
cuda: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
pmu: fix duplicate autopoll mask variable
Mark Cave-Ayland
2020-03-17
hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h
BALATON Zoltan
2019-08-16
include: Make headers more self-contained
Markus Armbruster
2018-08-30
macio: add addr property to macio IDE object
Mark Cave-Ayland
2018-08-30
macio: add macio bus to help with fw path generation
Mark Cave-Ayland
2018-08-30
macio: move MACIOIDEState type declarations to macio.h
Mark Cave-Ayland
2018-06-16
mac_newworld: add PMU device
Mark Cave-Ayland
2018-06-16
mac_newworld: add gpios to macio devices with PMU enabled
Mark Cave-Ayland
2018-06-16
mac_newworld: add via machine option to control mac99 VIA/ADB configuration
Mark Cave-Ayland
2018-06-12
cuda: embed mos6522_cuda device directly rather than using QOM object link
Mark Cave-Ayland
2018-05-04
mac_newworld: move wiring of macio IRQs to macio_newworld_realize()
Mark Cave-Ayland
2018-04-27
mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()
Mark Cave-Ayland
2018-03-06
mac_newworld: use object link to pass OpenPIC object to macio
Mark Cave-Ayland
2018-03-06
mac_oldworld: use object link to pass heathrow PIC object to macio
Mark Cave-Ayland
2018-03-06
macio: move macio related structures and defines into separate macio.h file
Mark Cave-Ayland
2018-02-16
cuda.h: Fix multiple typedef
Dr. David Alan Gilbert
2018-02-16
ppc: move CUDAState and other CUDA-related definitions into separate cuda.h file
Mark Cave-Ayland