]> git.proxmox.com Git - qemu.git/commit
vhost: 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)
commit2817b260e3ca57ee091fc56403bfafdcc18b6a96
tree448abff3b0cf9d2d152312b99dae054eb61d3f91
parentffcde12f6ca9fd9701e238ce9909314a0123f553
vhost: 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/vhost.c
hw/vhost.h