index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
cuda.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cuda: Move ADB bus into CUDA state
Andreas Färber
2013-01-25
1
-5
/
+3
*
adb: QOM'ify Apple Desktop Bus
Andreas Färber
2013-01-25
1
-0
/
+3
*
cuda: QOM'ify CUDA
Andreas Färber
2013-01-25
1
-54
/
+41
*
ppc: Move Mac machines to hw/ppc/
Andreas Färber
2013-01-25
1
-1
/
+1
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-6
/
+6
*
Add missing const attributes for MemoryRegionOps
Stefan Weil
2012-03-11
1
-1
/
+1
*
PPC: Fix via-cuda memory registration
Alexander Graf
2011-10-06
1
-12
/
+16
*
ppc: move ADB stuff from ppc_mac.h to adb.h
Laurent Vivier
2011-10-06
1
-0
/
+1
*
ppc: convert to memory API
Avi Kivity
2011-08-08
1
-2
/
+4
*
vmstate: port cuda
Juan Quintela
2011-04-22
1
-70
/
+46
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-12
/
+12
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-1
/
+2
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-1
/
+1
*
Fix harmless if statements with empty body, spotted by clang
Blue Swirl
2010-04-18
1
-1
/
+3
*
PPC: remove unneeded calls to device reset
Blue Swirl
2009-11-07
1
-1
/
+0
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-6
/
+6
*
Get rid of _t suffix
malc
2009-10-01
1
-6
/
+6
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-7
/
+7
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-2
/
+2
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-1
/
+1
*
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-05-13
1
-3
/
+3
*
cuda: fix crash on Windows
aurel32
2009-01-18
1
-2
/
+2
*
cuda: fix indentation
aurel32
2009-01-15
1
-2
/
+2
*
cuda: improve date/time read/write
aurel32
2009-01-15
1
-4
/
+19
*
VM load/save support for PPC devices
blueswir1
2008-12-30
1
-0
/
+74
*
Register reset handlers
blueswir1
2008-12-28
1
-6
/
+29
*
Improve PPC device debugging
blueswir1
2008-12-24
1
-22
/
+17
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+3
*
* sort the PowerPC target object files
j_mayer
2007-10-28
1
-6
/
+6
*
Avoid Linux to stay stucked in an infinite loop when requesting a reboot.
j_mayer
2007-09-19
1
-0
/
+6
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-4
/
+4
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-24
/
+24
*
Spelling fixes, by Stefan Weil.
ths
2007-06-03
1
-2
/
+2
*
Unify IRQ handling.
pbrook
2007-04-07
1
-8
/
+4
*
C99 64 bit printf
bellard
2006-06-25
1
-1
/
+1
*
fixed VIA irq register access
bellard
2005-07-23
1
-6
/
+3
*
more precise cuda timers
bellard
2005-07-07
1
-22
/
+47
*
IER behavior change - better IRQ handling
bellard
2005-06-05
1
-7
/
+15
*
This patch fixes two bugs in cuda emulation:
bellard
2005-04-23
1
-4
/
+7
*
power down support + date fix (Thayne Harbaugh)
bellard
2005-02-09
1
-1
/
+10
*
fixed ADB error reporting
bellard
2004-07-12
1
-3
/
+4
*
removed unused code
bellard
2004-07-06
1
-11
/
+1
*
ADB fixes
bellard
2004-06-21
1
-3
/
+47
*
cuda fixes
bellard
2004-06-21
1
-64
/
+136
*
CUDA + ADB support
bellard
2004-06-03
1
-0
/
+507