aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio/cuda.c
AgeCommit message (Expand)Author
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2020-09-02mos6522: Rename QOM macrosEduardo Habkost
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-06-26cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland
2020-06-26cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland
2020-06-26cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-06-15macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devicesMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h 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-02-17cuda: decrease time delay before raising VIA SR interrupt and remove fast pathMark Cave-Ayland
2018-08-01hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth
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-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
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-04-19cuda: fix off-by-one error in SET_TIME commandAurelien Jarno
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-02-17cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau
2016-02-17cuda: remove GET_6805_ADDR commandHervé Poussineau
2016-02-17cuda: port SET_TIME command to new frameworkHervé Poussineau
2016-02-17cuda: port GET_TIME command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau
2016-02-17cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau
2016-02-17cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau
2016-02-17cuda: port POWERDOWN command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau
2016-02-17cuda: port AUTOPOLL command to new frameworkHervé Poussineau
2016-02-17cuda: move unknown commands reject out of switchHervé Poussineau
2016-02-17cuda: add a framework to handle commandsHervé Poussineau
2016-01-30cuda.c: return error for unknown commandsAlyssa Milburn