]> git.proxmox.com Git - qemu.git/blobdiff - hw/spapr.h
pseries: Add support for new KVM hash table control call
[qemu.git] / hw / spapr.h
index ac34a171e3526acacaa61a3a76d131e921e42e61..f1fb646a5658a0e0bef91323cefb03f5c4ebe5f1 100644 (file)
@@ -15,7 +15,9 @@ typedef struct sPAPREnvironment {
 
     target_phys_addr_t ram_limit;
     void *htab;
-    long htab_size;
+    long htab_shift;
+    target_phys_addr_t rma_size;
+    int vrma_adjust;
     target_phys_addr_t fdt_addr, rtas_addr;
     long rtas_size;
     void *fdt_skel;