aboutsummaryrefslogtreecommitdiffstats
path: root/hw/cuda.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06PPC: Fix via-cuda memory registrationAlexander Graf1-12/+16
2011-10-06ppc: move ADB stuff from ppc_mac.h to adb.hLaurent Vivier1-0/+1
2011-08-08ppc: convert to memory APIAvi Kivity1-2/+4
2011-04-22vmstate: port cudaJuan Quintela1-70/+46
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-12/+12
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl1-1/+3
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-7/+7
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-01-18cuda: fix crash on Windowsaurel321-2/+2
2009-01-15cuda: fix indentationaurel321-2/+2
2009-01-15cuda: improve date/time read/writeaurel321-4/+19
2008-12-30VM load/save support for PPC devicesblueswir11-0/+74
2008-12-28Register reset handlersblueswir11-6/+29
2008-12-24Improve PPC device debuggingblueswir11-22/+17
2007-11-17Break up vl.h.pbrook1-1/+3
2007-10-28* sort the PowerPC target object filesj_mayer1-6/+6
2007-09-19Avoid Linux to stay stucked in an infinite loop when requesting a reboot.j_mayer1-0/+6
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-24/+24
2007-06-03Spelling fixes, by Stefan Weil.ths1-2/+2
2007-04-07Unify IRQ handling.pbrook1-8/+4
2006-06-25C99 64 bit printfbellard1-1/+1
2005-07-23fixed VIA irq register accessbellard1-6/+3
2005-07-07more precise cuda timersbellard1-22/+47
2005-06-05IER behavior change - better IRQ handlingbellard1-7/+15
2005-04-23This patch fixes two bugs in cuda emulation:bellard1-4/+7
2005-02-09power down support + date fix (Thayne Harbaugh)bellard1-1/+10
2004-07-12fixed ADB error reportingbellard1-3/+4
2004-07-06removed unused codebellard1-11/+1
2004-06-21ADB fixesbellard1-3/+47
2004-06-21cuda fixesbellard1-64/+136
2004-06-03CUDA + ADB supportbellard1-0/+507