summaryrefslogtreecommitdiffstats
path: root/hw/misc/macio/cuda.c
Commit message (Expand)AuthorAgeFilesLines
* hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth2018-08-011-3/+2Star
* 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/+18Star
* cuda: convert to trace-eventsMark Cave-Ayland2018-02-161-33/+17Star
* 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/+159Star
* 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/+0Star
* 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-101-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/+8Star
* 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-161-23/+0Star
* cuda: remove GET_6805_ADDR commandHervé Poussineau2016-02-161-3/+0Star
* cuda: port SET_TIME command to new frameworkHervé Poussineau2016-02-161-6/+18
* cuda: port GET_TIME command to new frameworkHervé Poussineau2016-02-161-8/+21
* cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau2016-02-161-3/+16
* cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau2016-02-161-1/+16
* cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau2016-02-161-4/+13
* cuda: port POWERDOWN command to new frameworkHervé Poussineau2016-02-161-4/+13
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2016-02-161-2/+16
* cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau2016-02-161-6/+30
* cuda: port AUTOPOLL command to new frameworkHervé Poussineau2016-02-161-15/+25
* cuda: move unknown commands reject out of switchHervé Poussineau2016-02-161-14/+16
* cuda: add a framework to handle commandsHervé Poussineau2016-02-161-0/+34
* cuda.c: return error for unknown commandsAlyssa Milburn2016-01-301-0/+5
* cuda: add missing fields to VMStateDescriptionMark Cave-Ayland2016-01-301-2/+5
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland2015-11-121-11/+33
* cuda.c: fix T2 timer and enable its interruptMark Cave-Ayland2015-11-121-9/+24
* cuda.c: rename get_counter() state variable from s to ti for consistencyMark Cave-Ayland2015-11-121-9/+9
* cuda.c: refactor get_tb() so that the time can be passed inMark Cave-Ayland2015-11-121-5/+6
* cuda.c: add defines for CUDA registersMark Cave-Ayland2015-11-121-34/+53
* cuda.c: fix CUDA SR interrupt clearingMark Cave-Ayland2015-11-121-1/+3
* cuda.c: implement dummy IIC access commandsMark Cave-Ayland2015-11-121-0/+18
* cuda.c: implement simple CUDA_GET_6805_ADDR commandMark Cave-Ayland2015-11-121-0/+3
* cuda.c: fix CUDA_PACKET response packet formatMark Cave-Ayland2015-11-121-19/+5Star
* cuda.c: fix CUDA ADB error packet formatMark Cave-Ayland2015-11-121-2/+4
* cuda: add to bridge categoryLaurent Vivier2015-10-231-0/+1
* hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-091-1/+1
* cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland2015-03-091-2/+3
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf2014-09-081-3/+20