aboutsummaryrefslogtreecommitdiff
path: root/hw/isa_mmio.c
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08isa-mmio: convert to memory APIAvi Kivity
2010-12-11isa_mmio: Always use little endianAlexander Graf
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-03-21Compile isa_mmio only onceBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2007-11-17Break up vl.h.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-09-18Merge common ISA access routines.pbrook