Re: [EXTERNAL][PATCH 18/21] hw/mips: Let the machine be the owner of the system memory

2019-10-21 Thread Aleksandar Markovic
u-Daudé; Aleksandar Rikalo; Peter Maydell Subject: [EXTERNAL][PATCH 18/21] hw/mips: Let the machine be the owner of the system memory Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/boston.c| 2 +- hw/mips/mips_fulong2e.c | 3 ++- hw/mips/mips_jazz.c | 2 +- hw/mips/mips

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

2019-10-21 Thread Aleksandar Markovic
On Monday, October 21, 2019, Philippe Mathieu-Daudé wrote: > On 10/21/19 1:10 PM, Aleksandar Markovic wrote: > >> On Monday, October 21, 2019, Philippe Mathieu-Daudé > > wrote: >> >> On 10/21/19 12:56 PM, Aleksandar Markovic wrote: >> >> >> >> On Monday, Octo

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

2019-10-21 Thread Philippe Mathieu-Daudé
On 10/21/19 12:56 PM, Aleksandar Markovic wrote: On Monday, October 21, 2019, Philippe Mathieu-Daudé > wrote: Hi Aleksandar, On 10/21/19 8:25 AM, Aleksandar Markovic wrote: On Monday, October 21, 2019, Philippe Mathieu-Daudé mailto:phi...@

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

2019-10-21 Thread Philippe Mathieu-Daudé
On 10/21/19 1:10 PM, Aleksandar Markovic wrote: On Monday, October 21, 2019, Philippe Mathieu-Daudé > wrote: On 10/21/19 12:56 PM, Aleksandar Markovic wrote: On Monday, October 21, 2019, Philippe Mathieu-Daudé mailto:phi...@redhat.com>

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

2019-10-21 Thread Aleksandar Markovic
On Monday, October 21, 2019, Philippe Mathieu-Daudé wrote: > On 10/21/19 12:56 PM, Aleksandar Markovic wrote: > >> >> >> On Monday, October 21, 2019, Philippe Mathieu-Daudé > > wrote: >> >> Hi Aleksandar, >> >> On 10/21/19 8:25 AM, Aleksandar Markovic wrote: >> >

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

2019-10-21 Thread Aleksandar Markovic
On Monday, October 21, 2019, Philippe Mathieu-Daudé wrote: > Hi Aleksandar, > > On 10/21/19 8:25 AM, Aleksandar Markovic wrote: > >> >> >> On Monday, October 21, 2019, Philippe Mathieu-Daudé > > wrote: >> >> Signed-off-by: Philippe Mathieu-Daudé >

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

2019-10-21 Thread Philippe Mathieu-Daudé
Hi Aleksandar, On 10/21/19 8:25 AM, Aleksandar Markovic wrote: On Monday, October 21, 2019, Philippe Mathieu-Daudé > wrote: Signed-off-by: Philippe Mathieu-Daudé mailto:phi...@redhat.com>> ---  hw/mips/boston.c        | 2 +-  hw/mips/mips_fulong2e.

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

2019-10-20 Thread Aleksandar Markovic
On Monday, October 21, 2019, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/mips/boston.c| 2 +- > hw/mips/mips_fulong2e.c | 3 ++- > hw/mips/mips_jazz.c | 2 +- > hw/mips/mips_malta.c| 2 +- > hw/mips/mips_mipssim.c | 2 +- > hw/mips/mips_r4k.

[PATCH 18/21] hw/mips: Let the machine be the owner of the system memory

2019-10-20 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/boston.c| 2 +- hw/mips/mips_fulong2e.c | 3 ++- hw/mips/mips_jazz.c | 2 +- hw/mips/mips_malta.c| 2 +- hw/mips/mips_mipssim.c | 2 +- hw/mips/mips_r4k.c | 3 ++- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git