summaryrefslogtreecommitdiff
path: root/hw/misc/macio/cuda.c
AgeCommit message (Expand)Author
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
2016-01-30cuda: add missing fields to VMStateDescriptionMark Cave-Ayland
2016-01-29ppc: Clean up includesPeter Maydell
2015-11-12cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland
2015-11-12cuda.c: fix T2 timer and enable its interruptMark Cave-Ayland
2015-11-12cuda.c: rename get_counter() state variable from s to ti for consistencyMark Cave-Ayland
2015-11-12cuda.c: refactor get_tb() so that the time can be passed inMark Cave-Ayland
2015-11-12cuda.c: add defines for CUDA registersMark Cave-Ayland
2015-11-12cuda.c: fix CUDA SR interrupt clearingMark Cave-Ayland
2015-11-12cuda.c: implement dummy IIC access commandsMark Cave-Ayland
2015-11-12cuda.c: implement simple CUDA_GET_6805_ADDR commandMark Cave-Ayland
2015-11-12cuda.c: fix CUDA_PACKET response packet formatMark Cave-Ayland
2015-11-12cuda.c: fix CUDA ADB error packet formatMark Cave-Ayland
2015-10-23cuda: add to bridge categoryLaurent Vivier
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini
2015-03-09cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini