]> git.proxmox.com Git - qemu.git/commit - exec.c
memory: add address_space_destroy()
authorAvi Kivity <avi@redhat.com>
Sun, 7 Oct 2012 10:59:55 +0000 (12:59 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 22 Oct 2012 12:50:08 +0000 (14:50 +0200)
commit83f3c251422b0724044f976a7ff26b2e8a47c374
treeed5bdab5dd91f6e102eb228691c133485c0a8aa5
parentb90600eed3c0efe5f3260853c873caf51c0677b1
memory: add address_space_destroy()

Since address spaces can be created dynamically by device hotplug, they
can also be destroyed dynamically.

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