Sign in
qemu
/
qemu
/
5b7686f3fa2092d2b3be92df67b5966ee1b0142a
/
hw
/
misc
/
macio
/
cuda.c
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 5 years ago
54d3123
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
by Markus Armbruster
· 5 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 5 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 5 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 5 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
d6c666a
cuda: decrease time delay before raising VIA SR interrupt and remove fast path
by Mark Cave-Ayland
· 6 years ago
1069a3c
hw/misc/macio: Fix device introspection problems in macio devices
by Thomas Huth
· 6 years ago
d638fd5
mos6522: move timer frequency initialisation to mos6522_reset
by Mark Cave-Ayland
· 7 years ago
2e3e5c7
cuda: embed mos6522_cuda device directly rather than using QOM object link
by Mark Cave-Ayland
· 7 years ago
4b402e0
cuda: convert to trace-events
by Mark Cave-Ayland
· 7 years ago
7092e84
ppc: move CUDAState and other CUDA-related definitions into separate cuda.h file
by Mark Cave-Ayland
· 7 years ago
09a5734
cuda: convert to use the shared mos6522 device
by Mark Cave-Ayland
· 7 years ago
ce19480
cuda: factor out timebase-derived counter value and load time
by Mark Cave-Ayland
· 7 years ago
a797ec5
cuda: set timer 1 frequency property to CUDA_TIMER_FREQ
by Mark Cave-Ayland
· 7 years ago
eb0788c
cuda: don't call cuda_update() when writing to ACR register
by Mark Cave-Ayland
· 7 years ago
42a0938
cuda: minor cosmetic tidy-ups to get_next_irq_time()
by Mark Cave-Ayland
· 7 years ago
27c5cee
cuda: rename frequency property to tb_frequency
by Mark Cave-Ayland
· 7 years ago
e9fa3bf
cuda: introduce CUDAState parameter to get_counter()
by Mark Cave-Ayland
· 7 years ago
ae14d81
cuda: don't allow writes to port output pins
by Mark Cave-Ayland
· 7 years ago
8d0ef28
cuda: do not use old_mmio accesses
by Mark Cave-Ayland
· 7 years ago
cf83f14
shutdown: Add source information to SHUTDOWN and RESET
by Eric Blake
· 8 years ago
03dd024
hw: explicitly include qemu/log.h
by Paolo Bonzini
· 9 years ago
ed3d807
cuda: fix off-by-one error in SET_TIME command
by Aurelien Jarno
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
e4d162d
cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commands
by Hervé Poussineau
· 9 years ago
e230d43
cuda: remove GET_6805_ADDR command
by Hervé Poussineau
· 9 years ago
e647317
cuda: port SET_TIME command to new framework
by Hervé Poussineau
· 9 years ago
547a4d1
cuda: port GET_TIME command to new framework
by Hervé Poussineau
· 9 years ago
15b7b09
cuda: port SET_POWER_MESSAGES command to new framework
by Hervé Poussineau
· 9 years ago
f5b9411
cuda: port FILE_SERVER_FLAG command to new framework
by Hervé Poussineau
· 9 years ago
54e8944
cuda: port RESET_SYSTEM command to new framework
by Hervé Poussineau
· 9 years ago
017da0b
cuda: port POWERDOWN command to new framework
by Hervé Poussineau
· 9 years ago
216c906
cuda: port SET_DEVICE_LIST command to new framework
by Hervé Poussineau
· 9 years ago
374312e
cuda: port SET_AUTO_RATE command to new framework
by Hervé Poussineau
· 9 years ago
1cdab10
cuda: port AUTOPOLL command to new framework
by Hervé Poussineau
· 9 years ago
0e8176e
cuda: move unknown commands reject out of switch
by Hervé Poussineau
· 9 years ago
d20efae
cuda: add a framework to handle commands
by Hervé Poussineau
· 9 years ago
ff472a5
cuda.c: return error for unknown commands
by Alyssa Milburn
· 9 years ago
ff57eae
cuda: add missing fields to VMStateDescription
by Mark Cave-Ayland
· 9 years ago
0d75590
ppc: Clean up includes
by Peter Maydell
· 9 years ago
cffc331
cuda.c: add delay to setting of SR_INT bit
by Mark Cave-Ayland
· 9 years ago
a53cfdc
cuda.c: fix T2 timer and enable its interrupt
by Mark Cave-Ayland
· 9 years ago
0174adb
cuda.c: rename get_counter() state variable from s to ti for consistency
by Mark Cave-Ayland
· 9 years ago
eda14ab
cuda.c: refactor get_tb() so that the time can be passed in
by Mark Cave-Ayland
· 9 years ago
b5ac041
cuda.c: add defines for CUDA registers
by Mark Cave-Ayland
· 9 years ago
d271ae3
cuda.c: fix CUDA SR interrupt clearing
by Mark Cave-Ayland
· 9 years ago
ce8d3b6
cuda.c: implement dummy IIC access commands
by Mark Cave-Ayland
· 9 years ago
f1f46f7
cuda.c: implement simple CUDA_GET_6805_ADDR command
by Mark Cave-Ayland
· 9 years ago
4202e63
cuda.c: fix CUDA_PACKET response packet format
by Mark Cave-Ayland
· 9 years ago
6729aa4
cuda.c: fix CUDA ADB error packet format
by Mark Cave-Ayland
· 9 years ago
599d732
cuda: add to bridge category
by Laurent Vivier
· 9 years ago
81e0ab4
hw: do not pass NULL to memory_region_init from instance_init
by Paolo Bonzini
· 9 years ago
6cb577d
cuda.c: include adb_poll_timer in VMStateDescription
by Mark Cave-Ayland
· 10 years ago
e720677
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
by Paolo Bonzini
· 10 years ago
b981289
PPC: Cuda: Use cuda timer to expose tbfreq to guest
by Alexander Graf
· 10 years ago
35d0845
savevm: Remove all the unneeded version_minimum_id_old (rest)
by Juan Quintela
· 11 years ago
fb17dfe
qdev: Pass size to qbus_create_inplace()
by Andreas Färber
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/cuda.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
293c867
cuda: Move ADB bus into CUDA state
by Andreas Färber
· 12 years ago
84ede32
adb: QOM'ify Apple Desktop Bus
by Andreas Färber
· 12 years ago
45fa67f
cuda: QOM'ify CUDA
by Andreas Färber
· 12 years ago
baec191
ppc: Move Mac machines to hw/ppc/
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
a348f10
Add missing const attributes for MemoryRegionOps
by Stefan Weil
· 13 years ago
ea0a7eb
PPC: Fix via-cuda memory registration
by Alexander Graf
· 13 years ago
7a880d9
ppc: move ADB stuff from ppc_mac.h to adb.h
by Laurent Vivier
· 13 years ago
23c5e4c
ppc: convert to memory API
by Avi Kivity
· 13 years ago
c0a93a9
vmstate: port cuda
by Juan Quintela
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
3c83eb4
Fix harmless if statements with empty body, spotted by clang
by Blue Swirl
· 15 years ago
e439413
PPC: remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
9c554c1
cuda: fix crash on Windows
by aurel32
· 16 years ago
c76ee25
cuda: fix indentation
by aurel32
· 16 years ago
5703c17
cuda: improve date/time read/write
by aurel32
· 16 years ago
9b64997
VM load/save support for PPC devices
by blueswir1
· 16 years ago
6e6b736
Register reset handlers
by blueswir1
· 16 years ago
ea026b2
Improve PPC device debugging
by blueswir1
· 16 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
3cbee15
* sort the PowerPC target object files
by j_mayer
· 17 years ago
0686970
Avoid Linux to stay stucked in an infinite loop when requesting a reboot.
by j_mayer
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
Next »