index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
misc
/
macio
/
cuda.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
1
-4
/
+4
2020-06-15
macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices
Markus Armbruster
1
-5
/
+10
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2019-02-17
cuda: decrease time delay before raising VIA SR interrupt and remove fast path
Mark Cave-Ayland
1
-10
/
+1
2018-08-01
hw/misc/macio: Fix device introspection problems in macio devices
Thomas Huth
1
-3
/
+2
2018-06-12
mos6522: move timer frequency initialisation to mos6522_reset
Mark Cave-Ayland
1
-3
/
+3
2018-06-12
cuda: embed mos6522_cuda device directly rather than using QOM object link
Mark Cave-Ayland
1
-26
/
+18
2018-02-16
cuda: convert to trace-events
Mark Cave-Ayland
1
-33
/
+17
2018-02-16
ppc: move CUDAState and other CUDA-related definitions into separate cuda.h file
Mark Cave-Ayland
1
-0
/
+1
2018-02-16
cuda: convert to use the shared mos6522 device
Mark Cave-Ayland
1
-447
/
+159
2018-02-11
cuda: factor out timebase-derived counter value and load time
Mark Cave-Ayland
1
-9
/
+16
2018-02-11
cuda: set timer 1 frequency property to CUDA_TIMER_FREQ
Mark Cave-Ayland
1
-5
/
+5
2018-02-11
cuda: don't call cuda_update() when writing to ACR register
Mark Cave-Ayland
1
-1
/
+0
2018-02-11
cuda: minor cosmetic tidy-ups to get_next_irq_time()
Mark Cave-Ayland
1
-11
/
+12
2018-02-11
cuda: rename frequency property to tb_frequency
Mark Cave-Ayland
1
-3
/
+3
2018-02-11
cuda: introduce CUDAState parameter to get_counter()
Mark Cave-Ayland
1
-5
/
+5
2018-02-10
cuda: don't allow writes to port output pins
Mark Cave-Ayland
1
-2
/
+2
2018-02-10
cuda: do not use old_mmio accesses
Mark Cave-Ayland
1
-32
/
+8
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
1
-2
/
+2
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
1
-0
/
+1
2016-04-19
cuda: fix off-by-one error in SET_TIME command
Aurelien Jarno
1
-2
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-8
/
+8
2016-02-17
cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commands
Hervé Poussineau
1
-23
/
+0
2016-02-17
cuda: remove GET_6805_ADDR command
Hervé Poussineau
1
-3
/
+0
2016-02-17
cuda: port SET_TIME command to new framework
Hervé Poussineau
1
-6
/
+18
2016-02-17
cuda: port GET_TIME command to new framework
Hervé Poussineau
1
-8
/
+21
2016-02-17
cuda: port SET_POWER_MESSAGES command to new framework
Hervé Poussineau
1
-3
/
+16
2016-02-17
cuda: port FILE_SERVER_FLAG command to new framework
Hervé Poussineau
1
-1
/
+16
2016-02-17
cuda: port RESET_SYSTEM command to new framework
Hervé Poussineau
1
-4
/
+13
2016-02-17
cuda: port POWERDOWN command to new framework
Hervé Poussineau
1
-4
/
+13
2016-02-17
cuda: port SET_DEVICE_LIST command to new framework
Hervé Poussineau
1
-2
/
+16
2016-02-17
cuda: port SET_AUTO_RATE command to new framework
Hervé Poussineau
1
-6
/
+30
2016-02-17
cuda: port AUTOPOLL command to new framework
Hervé Poussineau
1
-15
/
+25
2016-02-17
cuda: move unknown commands reject out of switch
Hervé Poussineau
1
-14
/
+16
2016-02-17
cuda: add a framework to handle commands
Hervé Poussineau
1
-0
/
+34
2016-01-30
cuda.c: return error for unknown commands
Alyssa Milburn
1
-0
/
+5
2016-01-30
cuda: add missing fields to VMStateDescription
Mark Cave-Ayland
1
-2
/
+5
2016-01-29
ppc: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-12
cuda.c: add delay to setting of SR_INT bit
Mark Cave-Ayland
1
-11
/
+33
2015-11-12
cuda.c: fix T2 timer and enable its interrupt
Mark Cave-Ayland
1
-9
/
+24
2015-11-12
cuda.c: rename get_counter() state variable from s to ti for consistency
Mark Cave-Ayland
1
-9
/
+9
2015-11-12
cuda.c: refactor get_tb() so that the time can be passed in
Mark Cave-Ayland
1
-5
/
+6
2015-11-12
cuda.c: add defines for CUDA registers
Mark Cave-Ayland
1
-34
/
+53
[next]