]> git.proxmox.com Git - qemu.git/commit
virtio-balloon: avoid cpu_get_physical_page_desc()
authorAvi Kivity <avi@redhat.com>
Mon, 19 Dec 2011 11:18:13 +0000 (13:18 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 3 Jan 2012 17:19:28 +0000 (19:19 +0200)
commitb7c28c74af51e07fc457fef47ac4ec6b1e654d2c
treea58a5e76d8b97f47977ca7373f8d997a0c3573d1
parent2817b260e3ca57ee091fc56403bfafdcc18b6a96
virtio-balloon: avoid cpu_get_physical_page_desc()

This reaches into the innards of the memory core, which are being
changed.  Switch to a memory API version.

Signed-off-by: Avi Kivity <avi@redhat.com>
hw/virtio-balloon.c