On 4/21/21 2:26 PM, David Hildenbrand wrote: > Let's pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal(), > preparing for passing additional flags. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > include/exec/ram_addr.h | 2 +- > softmmu/memory.c | 4 ++-- > softmmu/physmem.c | 29 ++++++++++++----------------- > 3 files changed, 15 insertions(+), 20 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>