aboutsummaryrefslogtreecommitdiff
path: root/ioport.c
AgeCommit message (Expand)Author
2015-11-04ioport: do not use CPU_LOG_IOPORTPaolo Bonzini
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-04-27ioport: reserve the whole range of an I/O port in the AddressSpacePaolo Bonzini
2015-04-27ioport: loosen assertions on emulation of 16-bit portsPaolo Bonzini
2015-04-27ioport: remove wrong commentPaolo Bonzini
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini
2014-08-17ioport: split deletion and destructionPaolo Bonzini
2013-10-17portio: Allow to mark portio lists as coalesced MMIO flushingJan Kiszka
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka
2013-07-25Revert "ioport: remove LITTLE_ENDIAN mark for portio"Paolo Bonzini
2013-07-12ioport: remove LITTLE_ENDIAN mark for portioAnthony Liguori
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04ioport: Remove unused old dispatching servicesJan Kiszka
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka
2013-07-04isa: implement isa_is_ioport_assigned via memory_region_findJan Kiszka
2013-07-04Privatize register_ioport_read/writeJan Kiszka
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-03-19ioport: use INT64_MAX for IO rangesBlue Swirl
2012-03-05ioport: add destructor method to IORangeAvi Kivity
2012-02-29ioport: change portio_list not to use memory_region_set_offset()Avi Kivity
2011-10-11Introduce PortioListAvi Kivity
2011-07-29ioport: register ranges by byte aligned addresses alwaysAvi Kivity
2011-07-23report serial devices created with -device in the PIIX4 config spacePaolo Bonzini
2011-03-06ioport: Improve error outputAndreas Färber
2010-11-21Type-safe ioport callbacksAvi Kivity
2010-09-09trace: Trace port IOPrerna Saxena
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-09-06Make ioport default tables constBlue Swirl
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-07-16ioport: use uint{32, 16, 8}_t for ioport value and pio_addr_t for ioport addr...Isaku Yamahata
2009-07-16ioport: remove some #ifdef DEBUG_UNUSED_IOPORT.Isaku Yamahata
2009-07-09ioport: consolidate duplicated logic in register_ioport_{read, write}().Isaku Yamahata
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata