summaryrefslogtreecommitdiff
path: root/hw/misc/macio/cuda.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-17cuda: port POWERDOWN command to new frameworkHervé Poussineau1-4/+13
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau1-2/+16
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau1-6/+30
2016-02-17cuda: port AUTOPOLL command to new frameworkHervé Poussineau1-15/+25
2016-02-17cuda: move unknown commands reject out of switchHervé Poussineau1-14/+16
2016-02-17cuda: add a framework to handle commandsHervé Poussineau1-0/+34
2016-01-30cuda.c: return error for unknown commandsAlyssa Milburn1-0/+5
2016-01-30cuda: add missing fields to VMStateDescriptionMark Cave-Ayland1-2/+5
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-11-12cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland1-11/+33
2015-11-12cuda.c: fix T2 timer and enable its interruptMark Cave-Ayland1-9/+24
2015-11-12cuda.c: rename get_counter() state variable from s to ti for consistencyMark Cave-Ayland1-9/+9
2015-11-12cuda.c: refactor get_tb() so that the time can be passed inMark Cave-Ayland1-5/+6
2015-11-12cuda.c: add defines for CUDA registersMark Cave-Ayland1-34/+53
2015-11-12cuda.c: fix CUDA SR interrupt clearingMark Cave-Ayland1-1/+3
2015-11-12cuda.c: implement dummy IIC access commandsMark Cave-Ayland1-0/+18
2015-11-12cuda.c: implement simple CUDA_GET_6805_ADDR commandMark Cave-Ayland1-0/+3
2015-11-12cuda.c: fix CUDA_PACKET response packet formatMark Cave-Ayland1-19/+5
2015-11-12cuda.c: fix CUDA ADB error packet formatMark Cave-Ayland1-2/+4
2015-10-23cuda: add to bridge categoryLaurent Vivier1-0/+1
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini1-1/+1
2015-03-09cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland1-2/+3
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-09-08PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf1-3/+20
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-4/+2
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-17/+17