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

2019-10-21 Thread Alistair Francis
On Sun, Oct 20, 2019 at 4:20 PM Philippe Mathieu-Daudé wrote: > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/m68k/an5206.c| 2 +- > hw/m68k/mcf5208.c | 2 +- > hw/m68k/next-cube.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) >

Re: [PATCH 17/21] hw/m68k: 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/m68k/an5206.c| 2 +- > hw/m68k/mcf5208.c | 2 +- > hw/m68k/next-cube.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~

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

2019-10-21 Thread Thomas Huth
On 21/10/2019 00.56, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/m68k/an5206.c| 2 +- > hw/m68k/mcf5208.c | 2 +- > hw/m68k/next-cube.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/hw/m68k/an5206.c b/hw/m68k/an5206.c > ind

[PATCH 17/21] hw/m68k: Let the machine be the owner of the system memory

2019-10-20 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/m68k/an5206.c| 2 +- hw/m68k/mcf5208.c | 2 +- hw/m68k/next-cube.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/m68k/an5206.c b/hw/m68k/an5206.c index 54ccbe1a82..fb045c2436 100644 --- a/hw/m68k/an5206.c +++ b/hw/m68k