aboutsummaryrefslogtreecommitdiffstats
path: root/hw/rc4030.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-24rc4030: convert to memory APIAvi Kivity1-28/+23
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil1-2/+2
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-10-03rc4030: Fix compilation error in debug codeStefan Weil1-1/+4
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-04-23Fix harmless if statement with empty body, spotted by clangBlue Swirl1-1/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-17/+17
2009-10-01Get rid of _t suffixmalc1-17/+17
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-5/+5
2009-04-10Clean up rc4030 init functionaurel321-9/+7
2009-04-07rc4030 registers improvementsaurel321-49/+70
2009-02-08Add load/save capability to rc4030 chipsetaurel321-0/+65
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-01target-mips: DMA support for RC4030 chipsetaurel321-77/+209
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-07MIPS: remove a few warningsaurel321-0/+1
2008-11-12Don't use "hz" in identifiers to make AIX happy.balrog1-3/+3
2008-04-07MIPS Magnum R4000 machineaurel321-0/+608