aboutsummaryrefslogtreecommitdiffstats
path: root/ioport.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-9/+9
2009-10-01Get rid of _t suffixmalc1-9/+9
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-6/+6
2009-09-06Make ioport default tables constBlue Swirl1-2/+2
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-24/+0
2009-07-16ioport: use uint{32, 16, 8}_t for ioport value and pio_addr_t for ioport addr...Isaku Yamahata1-19/+18
2009-07-16ioport: remove some #ifdef DEBUG_UNUSED_IOPORT.Isaku Yamahata1-12/+12
2009-07-09ioport: consolidate duplicated logic in register_ioport_{read, write}().Isaku Yamahata1-14/+16
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata1-2/+2
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata1-0/+258