summary refs log tree commit diff stats
path: root/xen-mapcache-stub.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-06-22 07:07:55 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-06-22 07:07:55 -0500
commit7ee28fd303003d70bb4c142e6ad4b92b7383b5b4 (patch)
tree03781532cc1e7b53d5ce4ffd3a49d515dcdf21c3 /xen-mapcache-stub.c
parentbcd2491a48787542160d75fb7468907971b04478 (diff)
parent01195b7347e341a49fa554959882b26c666a3616 (diff)
downloadfocaccia-qemu-7ee28fd303003d70bb4c142e6ad4b92b7383b5b4.tar.gz
focaccia-qemu-7ee28fd303003d70bb4c142e6ad4b92b7383b5b4.zip
Merge remote-tracking branch 'agraf/xen-next' into staging
Diffstat (limited to 'xen-mapcache-stub.c')
-rw-r--r--xen-mapcache-stub.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/xen-mapcache-stub.c b/xen-mapcache-stub.c
index 7c14b3d141..8a2380a151 100644
--- a/xen-mapcache-stub.c
+++ b/xen-mapcache-stub.c
@@ -22,10 +22,6 @@ uint8_t *qemu_map_cache(target_phys_addr_t phys_addr, target_phys_addr_t size, u
     return qemu_get_ram_ptr(phys_addr);
 }
 
-void qemu_map_cache_unlock(void *buffer)
-{
-}
-
 ram_addr_t qemu_ram_addr_from_mapcache(void *ptr)
 {
     return -1;
@@ -38,7 +34,3 @@ void qemu_invalidate_map_cache(void)
 void qemu_invalidate_entry(uint8_t *buffer)
 {
 }
-uint8_t *xen_map_block(target_phys_addr_t phys_addr, target_phys_addr_t size)
-{
-    return NULL;
-}