1. 0ab8ed1 trace: switch to modular code generation for sub-directories by Daniel P. Berrange · 8 years ago
  2. 89a80e7 hw: remove pio_addr_t by Paolo Bonzini · 8 years ago
  3. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 8 years ago
  4. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  5. 6f94b7d ioport: do not use CPU_LOG_IOPORT by Paolo Bonzini · 9 years ago
  6. 06feaac Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  7. 4080a13 ioport: reserve the whole range of an I/O port in the AddressSpace by Paolo Bonzini · 9 years ago
  8. 147ed37 ioport: loosen assertions on emulation of 16-bit ports by Paolo Bonzini · 9 years ago
  9. 30476b2 ioport: remove wrong comment by Paolo Bonzini · 9 years ago
  10. 5c9eb02 exec.c: Make address_space_rw take transaction attributes by Peter Maydell · 9 years ago
  11. d8d9581 memory: convert memory_region_destroy to object_unparent by Paolo Bonzini · 10 years ago
  12. e3fb0ad ioport: split deletion and destruction by Paolo Bonzini · 10 years ago
  13. c76bc48 portio: Allow to mark portio lists as coalesced MMIO flushing by Jan Kiszka · 11 years ago
  14. 3bb28b72 memory: Provide separate handling of unassigned io ports accesses by Jan Kiszka · 11 years ago
  15. f36a638 Revert "ioport: remove LITTLE_ENDIAN mark for portio" by Paolo Bonzini · 11 years ago
  16. c3cb8e7 ioport: remove LITTLE_ENDIAN mark for portio by Anthony Liguori · 11 years ago
  17. db10ca9 piolist: add owner argument to initialization functions and pass devices by Paolo Bonzini · 11 years ago
  18. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 11 years ago
  19. 0659097 ioport: Remove unused old dispatching services by Jan Kiszka · 11 years ago
  20. b40acf9 ioport: Switch dispatching to memory core layer by Jan Kiszka · 11 years ago
  21. b6f3296 isa: implement isa_is_ioport_assigned via memory_region_find by Jan Kiszka · 11 years ago
  22. 8ab9b41 Privatize register_ioport_read/write by Jan Kiszka · 11 years ago
  23. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  24. 4200872 ioport: use INT64_MAX for IO ranges by Blue Swirl · 12 years ago
  25. c5b703a ioport: add destructor method to IORange by Avi Kivity · 12 years ago
  26. de58ac7 ioport: change portio_list not to use memory_region_set_offset() by Avi Kivity · 13 years ago
  27. 6bf9fd4 Introduce PortioList by Avi Kivity · 13 years ago
  28. bf3fb0e ioport: register ranges by byte aligned addresses always by Avi Kivity · 13 years ago
  29. 6141dbf report serial devices created with -device in the PIIX4 config space by Paolo Bonzini · 13 years ago
  30. f66a99d ioport: Improve error output by Andreas Färber · 13 years ago
  31. acd1c812 Type-safe ioport callbacks by Avi Kivity · 14 years ago
  32. bd3c9aa trace: Trace port IO by Prerna Saxena · 14 years ago
  33. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  34. 99a0949 Get rid of _t suffix by malc · 15 years ago
  35. afcea8c ioports: remove unused env parameter and compile only once by Blue Swirl · 15 years ago
  36. 1dde6fc Make ioport default tables const by Blue Swirl · 15 years ago
  37. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 15 years ago
  38. 0732353 ioport: use uint{32, 16, 8}_t for ioport value and pio_addr_t for ioport address. by Isaku Yamahata · 15 years ago
  39. fc7083b ioport: remove some #ifdef DEBUG_UNUSED_IOPORT. by Isaku Yamahata · 15 years ago
  40. 23e0aff ioport: consolidate duplicated logic in register_ioport_{read, write}(). by Isaku Yamahata · 15 years ago
  41. d56dd6c use constant IOPORTS_MASK instead of 0xffff. by Isaku Yamahata · 15 years ago
  42. 3299397 split out ioport related stuffs from vl.c into ioport.c. by Isaku Yamahata · 15 years ago