commit | b7c28c74af51e07fc457fef47ac4ec6b1e654d2c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Dec 19 13:18:13 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Jan 03 19:19:28 2012 +0200 |
tree | a58a5e76d8b97f47977ca7373f8d997a0c3573d1 | |
parent | 2817b260e3ca57ee091fc56403bfafdcc18b6a96 [diff] |
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>