Re: [PATCH 10/21] hw/core: Let the machine be the owner of the system memory

2019-10-21 Thread Alistair Francis
On Sun, Oct 20, 2019 at 4:07 PM Philippe Mathieu-Daudé wrote: > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/core/null-machine.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/core/null-machine.c

[PATCH 10/21] hw/core: Let the machine be the owner of the system memory

2019-10-20 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/core/null-machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/core/null-machine.c b/hw/core/null-machine.c index 1aa0a9a01a..16546c8140 100644 --- a/hw/core/null-machine.c +++ b/hw/core/null-machine.c @@ -35,7 +35,7 @@