]> git.proxmox.com Git - mirror_qemu.git/commit
ioport: change portio_list not to use memory_region_set_offset()
authorAvi Kivity <avi@redhat.com>
Sun, 8 Jan 2012 17:46:17 +0000 (19:46 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:40 +0000 (13:44 +0200)
commitde58ac72b6a062d1a61478284c0c0f8a0428613e
treeef86f1e965826d0b9dd42d1092ad3ef617c26845
parent9d4df9c02866f39d3eef105033091f367cc7c29e
ioport: change portio_list not to use memory_region_set_offset()

memory_region_set_offset() will be going away soon, so don't use it.
Use an alias instead.

Signed-off-by: Avi Kivity <avi@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
ioport.c
ioport.h