]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-s390x/kvm.c
memory: expose alignment used for allocating RAM as MemoryRegion API
[mirror_qemu.git] / target-s390x / kvm.c
index d2474711198837df84154499a5c4b037e886932f..50709ba6b5052162fb5230697e9c21c540a827cc 100644 (file)
@@ -404,7 +404,7 @@ int kvm_arch_get_registers(CPUState *cs)
  * to grow. We also have to use MAP parameters that avoid
  * read-only mapping of guest pages.
  */
-static void *legacy_s390_alloc(size_t size)
+static void *legacy_s390_alloc(size_t size, , uint64_t *align)
 {
     void *mem;