]> git.proxmox.com Git - qemu.git/commit
memory: rename 'exec-obsolete.h'
authorAvi Kivity <avi@redhat.com>
Thu, 20 Sep 2012 13:02:51 +0000 (16:02 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 15 Oct 2012 09:43:05 +0000 (11:43 +0200)
commit7762c2c1e02e44fdc473cbe75105faba08b906cc
tree9013b33b34dd304902f2b836644e78945a95261d
parent8b4a3df8081f3e6f1061ed5cbb303ad623ade66b
memory: rename 'exec-obsolete.h'

exec-obsolete.h used to hold pre-memory-API functions that were used from
device code prior to the transition to the memory API.  Now that the
transition is complete, the name no longer describes the file.  The
functions still need to be merged better into the memory core, but there's
no danger of anyone using them.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
cputlb.c
exec-obsolete.h [deleted file]
exec.c
memory-internal.h [new file with mode: 0644]
memory.c