Age | Commit message (Expand) | Author | Files | Lines |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange | 1 | -1/+1 |
2016-05-19 | hw: remove pio_addr_t | Paolo Bonzini | 1 | -6/+6 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 1 | -0/+2 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-11-04 | ioport: do not use CPU_LOG_IOPORT | Paolo Bonzini | 1 | -20/+6 |
2015-04-30 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -13/+17 |
2015-04-27 | ioport: reserve the whole range of an I/O port in the AddressSpace | Paolo Bonzini | 1 | -3/+3 |
2015-04-27 | ioport: loosen assertions on emulation of 16-bit ports | Paolo Bonzini | 1 | -6/+14 |
2015-04-27 | ioport: remove wrong comment | Paolo Bonzini | 1 | -4/+0 |
2015-04-26 | exec.c: Make address_space_rw take transaction attributes | Peter Maydell | 1 | -6/+10 |
2014-08-18 | memory: convert memory_region_destroy to object_unparent | Paolo Bonzini | 1 | -1/+1 |
2014-08-17 | ioport: split deletion and destruction | Paolo Bonzini | 1 | -3/+8 |
2013-10-17 | portio: Allow to mark portio lists as coalesced MMIO flushing | Jan Kiszka | 1 | -0/+9 |
2013-09-05 | memory: Provide separate handling of unassigned io ports accesses | Jan Kiszka | 1 | -0/+16 |
2013-07-25 | Revert "ioport: remove LITTLE_ENDIAN mark for portio" | Paolo Bonzini | 1 | -0/+1 |
2013-07-12 | ioport: remove LITTLE_ENDIAN mark for portio | Anthony Liguori | 1 | -1/+0 |
2013-07-04 | piolist: add owner argument to initialization functions and pass devices | Paolo Bonzini | 1 | -2/+4 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -1/+1 |
2013-07-04 | ioport: Remove unused old dispatching services | Jan Kiszka | 1 | -238/+0 |
2013-07-04 | ioport: Switch dispatching to memory core layer | Jan Kiszka | 1 | -37/+101 |
2013-07-04 | isa: implement isa_is_ioport_assigned via memory_region_find | Jan Kiszka | 1 | -7/+0 |
2013-07-04 | Privatize register_ioport_read/write | Jan Kiszka | 1 | -4/+4 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -2/+2 |
2012-03-19 | ioport: use INT64_MAX for IO ranges | Blue Swirl | 1 | -1/+1 |
2012-03-05 | ioport: add destructor method to IORange | Avi Kivity | 1 | -0/+15 |
2012-02-29 | ioport: change portio_list not to use memory_region_set_offset() | Avi Kivity | 1 | -7/+21 |
2011-10-11 | Introduce PortioList | Avi Kivity | 1 | -0/+108 |
2011-07-29 | ioport: register ranges by byte aligned addresses always | Avi Kivity | 1 | -2/+2 |
2011-07-23 | report serial devices created with -device in the PIIX4 config space | Paolo Bonzini | 1 | -6/+13 |
2011-03-06 | ioport: Improve error output | Andreas Färber | 1 | -2/+4 |
2010-11-21 | Type-safe ioport callbacks | Avi Kivity | 1 | -0/+64 |
2010-09-09 | trace: Trace port IO | Prerna Saxena | 1 | -0/+7 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -9/+9 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -9/+9 |
2009-09-20 | ioports: remove unused env parameter and compile only once | Blue Swirl | 1 | -6/+6 |
2009-09-06 | Make ioport default tables const | Blue Swirl | 1 | -2/+2 |
2009-08-24 | Unbreak large mem support by removing kqemu | Anthony Liguori | 1 | -24/+0 |
2009-07-16 | ioport: use uint{32, 16, 8}_t for ioport value and pio_addr_t for ioport addr... | Isaku Yamahata | 1 | -19/+18 |
2009-07-16 | ioport: remove some #ifdef DEBUG_UNUSED_IOPORT. | Isaku Yamahata | 1 | -12/+12 |
2009-07-09 | ioport: consolidate duplicated logic in register_ioport_{read, write}(). | Isaku Yamahata | 1 | -14/+16 |
2009-07-09 | use constant IOPORTS_MASK instead of 0xffff. | Isaku Yamahata | 1 | -2/+2 |
2009-07-09 | split out ioport related stuffs from vl.c into ioport.c. | Isaku Yamahata | 1 | -0/+258 |