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

2019-10-21 Thread Alistair Francis
On Sun, Oct 20, 2019 at 4:10 PM Philippe Mathieu-Daudé wrote: > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/lm32/lm32_boards.c | 4 ++-- > hw/lm32/milkymist.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/hw/lm32/l

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

2019-10-21 Thread Richard Henderson
On 10/20/19 3:56 PM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/lm32/lm32_boards.c | 4 ++-- > hw/lm32/milkymist.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 16/21] hw/lm32: Let the machine be the owner of the system memory

2019-10-20 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/lm32/lm32_boards.c | 4 ++-- hw/lm32/milkymist.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/lm32/lm32_boards.c b/hw/lm32/lm32_boards.c index 5ae308bfcf..50b607e0cc 100644 --- a/hw/lm32/lm32_boards.c +++ b/hw/lm32/lm32_b