aboutsummaryrefslogtreecommitdiff
path: root/hw/cuda.c
AgeCommit message (Expand)Author
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil
2011-10-06PPC: Fix via-cuda memory registrationAlexander Graf
2011-10-06ppc: move ADB stuff from ppc_mac.h to adb.hLaurent Vivier
2011-08-08ppc: convert to memory APIAvi Kivity
2011-04-22vmstate: port cudaJuan Quintela
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-01-18cuda: fix crash on Windowsaurel32
2009-01-15cuda: fix indentationaurel32
2009-01-15cuda: improve date/time read/writeaurel32
2008-12-30VM load/save support for PPC devicesblueswir1
2008-12-28Register reset handlersblueswir1
2008-12-24Improve PPC device debuggingblueswir1
2007-11-17Break up vl.h.pbrook
2007-10-28* sort the PowerPC target object filesj_mayer
2007-09-19Avoid Linux to stay stucked in an infinite loop when requesting a reboot.j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-03Spelling fixes, by Stefan Weil.ths
2007-04-07Unify IRQ handling.pbrook
2006-06-25C99 64 bit printfbellard
2005-07-23fixed VIA irq register accessbellard
2005-07-07more precise cuda timersbellard
2005-06-05IER behavior change - better IRQ handlingbellard
2005-04-23This patch fixes two bugs in cuda emulation:bellard
2005-02-09power down support + date fix (Thayne Harbaugh)bellard
2004-07-12fixed ADB error reportingbellard
2004-07-06removed unused codebellard
2004-06-21ADB fixesbellard
2004-06-21cuda fixesbellard
2004-06-03CUDA + ADB supportbellard