qemu-e2k/include/exec
Jan Kiszka 3bb28b7208 memory: Provide separate handling of unassigned io ports accesses
Accesses to unassigned io ports shall return -1 on read and be ignored
on write. Ensure these properties via dedicated ops, decoupling us from
the memory core's handling of unassigned accesses.

Cc: qemu-stable@nongnu.org
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-09-05 18:11:43 +02:00
..
user
address-spaces.h
cpu-all.h Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging 2013-07-25 15:56:06 -05:00
cpu-common.h
cpu-defs.h Merge remote-tracking branch 'rth/tcg-next' into staging 2013-07-26 13:04:21 -05:00
cputlb.h
def-helper.h
exec-all.h exec: Split softmmu_defs.h 2013-09-02 09:08:30 -07:00
gdbstub.h cpu: Introduce CPUClass::gdb_{read,write}_register() 2013-07-27 00:04:17 +02:00
gen-icount.h tcg: Change tcg_gen_exit_tb argument to uintptr_t 2013-09-02 09:08:30 -07:00
hwaddr.h
ioport.h memory: Provide separate handling of unassigned io ports accesses 2013-09-05 18:11:43 +02:00
memory-internal.h
memory.h
poison.h exec: Remove env from list of poisoned names 2013-07-27 11:22:54 +04:00
softmmu_exec.h exec: Split softmmu_defs.h 2013-09-02 09:08:30 -07:00
softmmu_header.h
softmmu_template.h tcg: Introduce zero and sign-extended versions of load helpers 2013-09-02 09:08:31 -07:00
softmmu-semi.h
spinlock.h