Re: [Qemu-devel] [PATCH v2 for-4.1] hw/arm/raspi: Diagnose requests for too much RAM

2019-03-29 Thread Wainer dos Santos Moschetta
On 03/29/2019 06:20 AM, Peter Maydell wrote: On Thu, 28 Mar 2019 at 21:29, Wainer dos Santos Moschetta wrote: On 03/28/2019 12:29 PM, Peter Maydell wrote: The Raspberry Pi boards have a physical memory map which does not allow for more than 1GB of RAM. Currently if the user tries to ask for

Re: [Qemu-devel] [PATCH v2 for-4.1] hw/arm/raspi: Diagnose requests for too much RAM

2019-03-29 Thread Philippe Mathieu-Daudé
Le ven. 29 mars 2019 10:20, Peter Maydell a écrit : > On Thu, 28 Mar 2019 at 21:29, Wainer dos Santos Moschetta > wrote: > > > > > > On 03/28/2019 12:29 PM, Peter Maydell wrote: > > > The Raspberry Pi boards have a physical memory map which does > > > not allow for more than 1GB of RAM. Currentl

Re: [Qemu-devel] [PATCH v2 for-4.1] hw/arm/raspi: Diagnose requests for too much RAM

2019-03-29 Thread Peter Maydell
On Thu, 28 Mar 2019 at 21:29, Wainer dos Santos Moschetta wrote: > > > On 03/28/2019 12:29 PM, Peter Maydell wrote: > > The Raspberry Pi boards have a physical memory map which does > > not allow for more than 1GB of RAM. Currently if the user tries > > to ask for more then we fail in a confusing

Re: [Qemu-devel] [PATCH v2 for-4.1] hw/arm/raspi: Diagnose requests for too much RAM

2019-03-28 Thread Wainer dos Santos Moschetta
On 03/28/2019 12:29 PM, Peter Maydell wrote: The Raspberry Pi boards have a physical memory map which does not allow for more than 1GB of RAM. Currently if the user tries to ask for more then we fail in a confusing way: $ qemu-system-aarch64 --machine raspi3 -m 8G Unexpected error in visit_typ

Re: [Qemu-devel] [PATCH v2 for-4.1] hw/arm/raspi: Diagnose requests for too much RAM

2019-03-28 Thread Richard Henderson
On 3/28/19 8:29 AM, Peter Maydell wrote: > The Raspberry Pi boards have a physical memory map which does > not allow for more than 1GB of RAM. Currently if the user tries > to ask for more then we fail in a confusing way: > > $ qemu-system-aarch64 --machine raspi3 -m 8G > Unexpected error in visit

Re: [Qemu-devel] [PATCH v2 for-4.1] hw/arm/raspi: Diagnose requests for too much RAM

2019-03-28 Thread Philippe Mathieu-Daudé
Le jeu. 28 mars 2019 16:29, Peter Maydell a écrit : > The Raspberry Pi boards have a physical memory map which does > not allow for more than 1GB of RAM. Currently if the user tries > to ask for more then we fail in a confusing way: > > $ qemu-system-aarch64 --machine raspi3 -m 8G > Unexpected er

[Qemu-devel] [PATCH v2 for-4.1] hw/arm/raspi: Diagnose requests for too much RAM

2019-03-28 Thread Peter Maydell
The Raspberry Pi boards have a physical memory map which does not allow for more than 1GB of RAM. Currently if the user tries to ask for more then we fail in a confusing way: $ qemu-system-aarch64 --machine raspi3 -m 8G Unexpected error in visit_type_uintN() at qapi/qapi-visit-core.c:164: qemu-sys