aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio
AgeCommit message (Expand)Author
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-24hw/misc/macio: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-17cuda: decrease time delay before raising VIA SR interrupt and remove fast pathMark Cave-Ayland
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth
2018-11-08macio/pmu: Fix missing vmsd terminatorDr. David Alan Gilbert
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-01hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth
2018-07-03mac_dbdma: only dump commands for debug enabled channelsMark Cave-Ayland
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland
2018-06-16mac_newworld: wire up programmer switch to NMI handlerMark 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-12mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland
2018-06-12macio: add trace-events to timer deviceMark 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-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-10hw/misc/macio: Fix crash when listing device properties of macio deviceThomas Huth
2018-03-18hw/misc/macio: Mark the macio devices with user_creatable = falseThomas Huth
2018-03-06macio: remove macio_init() functionMark Cave-Ayland
2018-03-06macio: move setting of CUDA timebase frequency to macio_common_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-03-06macio: move ESCC device within the macio deviceMark Cave-Ayland
2018-03-06macio: embed DBDMA device directly within macioMark Cave-Ayland
2018-02-16cuda: convert to trace-eventsMark Cave-Ayland
2018-02-16ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland
2018-02-16cuda: convert to use the shared mos6522 deviceMark Cave-Ayland
2018-02-11cuda: factor out timebase-derived counter value and load timeMark Cave-Ayland
2018-02-11cuda: set timer 1 frequency property to CUDA_TIMER_FREQMark Cave-Ayland
2018-02-11cuda: don't call cuda_update() when writing to ACR registerMark Cave-Ayland
2018-02-11cuda: minor cosmetic tidy-ups to get_next_irq_time()Mark Cave-Ayland
2018-02-11cuda: rename frequency property to tb_frequencyMark Cave-Ayland
2018-02-11cuda: introduce CUDAState parameter to get_counter()Mark Cave-Ayland
2018-02-10cuda: don't allow writes to port output pinsMark Cave-Ayland
2018-02-10cuda: do not use old_mmio accessesMark Cave-Ayland
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland
2017-09-27mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland