]> git.proxmox.com Git - mirror_qemu.git/blobdiff - exec-vary.c
spapr: Add drc_ prefix to the DRC realize and unrealize functions
[mirror_qemu.git] / exec-vary.c
index 8725fd0285f6d2ca5f32a899231975cbbd734b81..a603b1b4336cb004f3c68fc98994d90c1e7811f8 100644 (file)
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -96,6 +96,7 @@ void finalize_target_page_bits(void)
     if (init_target_page.bits == 0) {
         init_target_page.bits = TARGET_PAGE_BITS_MIN;
     }
+    init_target_page.mask = (target_long)-1 << init_target_page.bits;
     init_target_page.decided = true;
 
     /*