aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio/cuda.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-06input/adb: Only include header where neededBALATON Zoltan1-2/+0
2022-12-16hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell1-6/+8
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan1-1/+0
2022-03-09mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland1-1/+2
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland1-2/+3
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-2/+2
2020-09-02mos6522: Rename QOM macrosEduardo Habkost1-3/+3
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-06-26cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland1-0/+5
2020-06-26cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-33/+23
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 Armbruster1-4/+4
2020-06-15macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devicesMarkus Armbruster1-5/+10
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-02-17cuda: decrease time delay before raising VIA SR interrupt and remove fast pathMark Cave-Ayland1-10/+1
2018-08-01hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth1-3/+2
2018-06-12mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland1-3/+3
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland1-26/+18
2018-02-16cuda: convert to trace-eventsMark Cave-Ayland1-33/+17
2018-02-16ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland1-0/+1
2018-02-16cuda: convert to use the shared mos6522 deviceMark Cave-Ayland1-447/+159
2018-02-11cuda: factor out timebase-derived counter value and load timeMark Cave-Ayland1-9/+16
2018-02-11cuda: set timer 1 frequency property to CUDA_TIMER_FREQMark Cave-Ayland1-5/+5
2018-02-11cuda: don't call cuda_update() when writing to ACR registerMark Cave-Ayland1-1/+0
2018-02-11cuda: minor cosmetic tidy-ups to get_next_irq_time()Mark Cave-Ayland1-11/+12
2018-02-11cuda: rename frequency property to tb_frequencyMark Cave-Ayland1-3/+3
2018-02-11cuda: introduce CUDAState parameter to get_counter()Mark Cave-Ayland1-5/+5
2018-02-10cuda: don't allow writes to port output pinsMark Cave-Ayland1-2/+2
2018-02-10cuda: do not use old_mmio accessesMark Cave-Ayland1-32/+8
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-04-19cuda: fix off-by-one error in SET_TIME commandAurelien Jarno1-2/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-8/+8
2016-02-17cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau1-23/+0
2016-02-17cuda: remove GET_6805_ADDR commandHervé Poussineau1-3/+0
2016-02-17cuda: port SET_TIME command to new frameworkHervé Poussineau1-6/+18
2016-02-17cuda: port GET_TIME command to new frameworkHervé Poussineau1-8/+21
2016-02-17cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau1-3/+16
2016-02-17cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau1-1/+16
2016-02-17cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau1-4/+13