]> git.proxmox.com Git - mirror_qemu.git/commit - softmmu/physmem.c
softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
authorDavid Hildenbrand <david@redhat.com>
Mon, 10 May 2021 11:43:19 +0000 (13:43 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Jun 2021 18:27:38 +0000 (20:27 +0200)
commitebef62d0e527d4a021f94a405fb38db263f3c4a5
treefc33518219663c2d0d8552292fc65739b1574333
parent7f863cba4d8d35adacd513cba634dc0dd08d7904
softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()

Let's pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal(),
preparing for passing additional flags.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Eduardo Habkost <ehabkost@redhat.com> for memory backend and machine core
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210510114328.21835-7-david@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/exec/ram_addr.h
softmmu/memory.c
softmmu/physmem.c