index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
ioport.h
Age
Commit message (
Expand
)
Author
2024-02-14
exec/ioport: Add portio_list_set_enabled()
Bernhard Beschow
2024-02-14
exec/ioport: Add portio_list_set_address()
Bernhard Beschow
2024-02-14
exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortio
Bernhard Beschow
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2019-08-16
include: Make headers more self-contained
Markus Armbruster
2016-05-19
hw: clean up hw/hw.h includes
Paolo Bonzini
2016-05-19
hw: remove pio_addr_t
Paolo Bonzini
2013-10-17
portio: Allow to mark portio lists as coalesced MMIO flushing
Jan Kiszka
2013-09-05
memory: Provide separate handling of unassigned io ports accesses
Jan Kiszka
2013-07-04
piolist: add owner argument to initialization functions and pass devices
Paolo Bonzini
2013-07-04
ioport: Move portio types to ioport.h
Jan Kiszka
2013-07-04
ioport: Remove unused old dispatching services
Jan Kiszka
2013-07-04
ioport: Switch dispatching to memory core layer
Jan Kiszka
2013-07-04
isa: implement isa_is_ioport_assigned via memory_region_find
Jan Kiszka
2013-07-04
Privatize register_ioport_read/write
Jan Kiszka
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini