| Commit message (Expand) | Author | Age | Files | Lines |
* | exec: move include files to include/exec/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | ioport: use INT64_MAX for IO ranges | Blue Swirl | 2012-03-19 | 1 | -1/+1 |
* | ioport: add destructor method to IORange | Avi Kivity | 2012-03-05 | 1 | -0/+15 |
* | ioport: change portio_list not to use memory_region_set_offset() | Avi Kivity | 2012-02-29 | 1 | -7/+21 |
* | Introduce PortioList | Avi Kivity | 2011-10-11 | 1 | -0/+108 |
* | ioport: register ranges by byte aligned addresses always | Avi Kivity | 2011-07-29 | 1 | -2/+2 |
* | report serial devices created with -device in the PIIX4 config space | Paolo Bonzini | 2011-07-23 | 1 | -6/+13 |
* | ioport: Improve error output | Andreas Färber | 2011-03-06 | 1 | -2/+4 |
* | Type-safe ioport callbacks | Avi Kivity | 2010-11-21 | 1 | -0/+64 |
* | trace: Trace port IO | Prerna Saxena | 2010-09-09 | 1 | -0/+7 |
* | Revert "Get rid of _t suffix" | Anthony Liguori | 2009-10-01 | 1 | -9/+9 |
* | Get rid of _t suffix | malc | 2009-10-01 | 1 | -9/+9 |
* | ioports: remove unused env parameter and compile only once | Blue Swirl | 2009-09-20 | 1 | -6/+6 |
* | Make ioport default tables const | Blue Swirl | 2009-09-06 | 1 | -2/+2 |
* | Unbreak large mem support by removing kqemu | Anthony Liguori | 2009-08-24 | 1 | -24/+0 |
* | ioport: use uint{32, 16, 8}_t for ioport value and pio_addr_t for ioport addr... | Isaku Yamahata | 2009-07-16 | 1 | -19/+18 |
* | ioport: remove some #ifdef DEBUG_UNUSED_IOPORT. | Isaku Yamahata | 2009-07-16 | 1 | -12/+12 |
* | ioport: consolidate duplicated logic in register_ioport_{read, write}(). | Isaku Yamahata | 2009-07-09 | 1 | -14/+16 |
* | use constant IOPORTS_MASK instead of 0xffff. | Isaku Yamahata | 2009-07-09 | 1 | -2/+2 |
* | split out ioport related stuffs from vl.c into ioport.c. | Isaku Yamahata | 2009-07-09 | 1 | -0/+258 |