aboutsummaryrefslogtreecommitdiffstats
path: root/hw/isa_mmio.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-08isa-mmio: convert to memory APIAvi Kivity1-15/+14
2010-12-11isa_mmio: Always use little endianAlexander Graf1-82/+20
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-03-21Compile isa_mmio only onceBlue Swirl1-23/+62
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-7/+7
2009-10-01Get rid of _t suffixmalc1-7/+7
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-6/+6
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata1-6/+6
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2006-09-18Merge common ISA access routines.pbrook1-0/+102