On Sun, Oct 20, 2019 at 4:17 PM Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > hw/hppa/machine.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c > index dbe1ff0fe5..6703bfd351 100644 > --- a/hw/hppa/machine.c > +++ b/hw/hppa/machine.c > @@ -96,7 +96,7 @@ static void machine_hppa_init(MachineState *machine) > > /* Main memory region. */ > ram_region = g_new(MemoryRegion, 1); > - memory_region_allocate_system_memory(ram_region, NULL, > + memory_region_allocate_system_memory(ram_region, machine, > "ram", ram_size); > memory_region_add_subregion(addr_space, 0, ram_region); > > -- > 2.21.0 > >