summary refs log tree commit diff stats
path: root/hw/misc/macio/cuda.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-2/+2
* hw/misc/macio: Constify VMStateRichard Henderson2023-12-301-1/+1
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* input/adb: Only include header where neededBALATON Zoltan2023-02-061-2/+0
* hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell2022-12-161-6/+8
* hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-311-1/+0
* mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland2022-03-091-1/+2
* mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland2022-03-091-2/+3
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+2
* mos6522: Rename QOM macrosEduardo Habkost2020-09-021-3/+3
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1
* cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+5
* cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-33/+23
* cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland2020-06-261-7/+8
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-4/+4
* macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devicesMarkus Armbruster2020-06-151-5/+10
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* cuda: decrease time delay before raising VIA SR interrupt and remove fast pathMark Cave-Ayland2019-02-171-10/+1
* hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth2018-08-011-3/+2
* mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland2018-06-121-3/+3
* cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland2018-06-121-26/+18
* cuda: convert to trace-eventsMark Cave-Ayland2018-02-161-33/+17
* ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland2018-02-161-0/+1
* cuda: convert to use the shared mos6522 deviceMark Cave-Ayland2018-02-161-447/+159
* cuda: factor out timebase-derived counter value and load timeMark Cave-Ayland2018-02-111-9/+16
* cuda: set timer 1 frequency property to CUDA_TIMER_FREQMark Cave-Ayland2018-02-111-5/+5
* cuda: don't call cuda_update() when writing to ACR registerMark Cave-Ayland2018-02-111-1/+0
* cuda: minor cosmetic tidy-ups to get_next_irq_time()Mark Cave-Ayland2018-02-111-11/+12
* cuda: rename frequency property to tb_frequencyMark Cave-Ayland2018-02-111-3/+3
* cuda: introduce CUDAState parameter to get_counter()Mark Cave-Ayland2018-02-111-5/+5
* cuda: don't allow writes to port output pinsMark Cave-Ayland2018-02-101-2/+2
* cuda: do not use old_mmio accessesMark Cave-Ayland2018-02-101-32/+8
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* cuda: fix off-by-one error in SET_TIME commandAurelien Jarno2016-04-191-2/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-8/+8
* cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau2016-02-171-23/+0
* cuda: remove GET_6805_ADDR commandHervé Poussineau2016-02-171-3/+0
* cuda: port SET_TIME command to new frameworkHervé Poussineau2016-02-171-6/+18
* cuda: port GET_TIME command to new frameworkHervé Poussineau2016-02-171-8/+21