repository: /home/avi/kvm
branch: master
commit ad220afdd1473a13dca92d88ea9daae335ba8347
Author: Avi Kivity <[EMAIL PROTECTED]>
Date:   Mon Nov 12 11:26:13 2007 +0200

    kvm: qemu: add declaration for kvm_cpu_register_physical_memory()
    
    this fixes failures on i386.
    
    Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff --git a/qemu/qemu-kvm.h b/qemu/qemu-kvm.h
index c7d624b..6fdfc03 100644
--- a/qemu/qemu-kvm.h
+++ b/qemu/qemu-kvm.h
@@ -24,7 +24,9 @@ void qemu_kvm_call_with_env(void (*func)(void *), void *data, 
CPUState *env);
 void qemu_kvm_cpuid_on_env(CPUState *env);
 void kvm_update_after_sipi(CPUState *env);
 void kvm_update_interrupt_request(CPUState *env);
-
+void kvm_cpu_register_physical_memory(target_phys_addr_t start_addr,
+                                      unsigned long size,
+                                      unsigned long phys_offset);
 
 #define ALIGN(x, y)  (((x)+(y)-1) & ~((y)-1))
 #define BITMAP_SIZE(m) (ALIGN(((m)>>TARGET_PAGE_BITS), HOST_LONG_BITS) / 8)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-commits mailing list
kvm-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-commits

Reply via email to