]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/kvm_types.h
KVM: remove the vmap usage
[linux-2.6-omap-h63xx.git] / include / linux / kvm_types.h
index 1c4e46decb226658a5d35b36444bf21f6a39fd6d..5f4a18cae26be5d645b181d89753e941ccda59de 100644 (file)
@@ -38,11 +38,12 @@ typedef unsigned long  hva_t;
 typedef u64            hpa_t;
 typedef unsigned long  hfn_t;
 
+typedef hfn_t pfn_t;
+
 struct kvm_pio_request {
        unsigned long count;
        int cur_count;
-       struct page *guest_pages[2];
-       unsigned guest_page_offset;
+       gva_t guest_gva;
        int in;
        int port;
        int size;