]> git.proxmox.com Git - qemu.git/commit - memory.c
memory: get rid of cpu_register_io_memory()
authorAvi Kivity <avi@redhat.com>
Thu, 8 Mar 2012 17:16:39 +0000 (19:16 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 8 Mar 2012 17:16:39 +0000 (19:16 +0200)
commit97161e177b4ea2730dff13c4df01475762ab6048
tree692a23497cc98848e2abba7bcddb8e41d684ac2a
parent37ec01d43343fc20b6e1ce34f82ec617020a9849
memory: get rid of cpu_register_io_memory()

The return value of cpu_register_io_memory() is no longer used anywhere, so
we can remove it and all associated data and code.

Signed-off-by: Avi Kivity <avi@redhat.com>
cpu-all.h
exec-all.h
exec-obsolete.h
exec.c
memory.c