]> git.proxmox.com Git - qemu.git/commit - memory.c
memory: Fix old portio word accesses
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 18 Sep 2011 12:51:58 +0000 (14:51 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 11 Oct 2011 13:57:09 +0000 (15:57 +0200)
commit03808f58e4399a7e1c85bd4ea535fafdf592246c
tree9a65b1668d1ebb15f3164215b2540d6782e4a904
parent6bf9fd43cfc10022670d1135711d6952d98bcb02
memory: Fix old portio word accesses

As we register old portio regions via ioport_register, we are also
responsible for providing the word access wrapper.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
memory.c