Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-07 Thread Igor Mammedov
On Tue, 7 Jan 2020 12:53:32 +0100 Helge Deller wrote: Even though I disagree and it would waste ~256Mb 4Gb of RAM, I think I should be able to replace #43 with "hppa: allow max ram size upto 4Gb" as it still removes fix up at mapped address space level, removes fix up of global ram_size variabl

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-07 Thread Helge Deller
On 07.01.20 12:21, Igor Mammedov wrote: > On Mon, 6 Jan 2020 18:03:49 +0100 >> So, I'd suggest to drop your wrong patch #43. > As you noted in your first reply, patch is correct. You probably got me wrong. Your patch #43 is wrong, and your fixup patch to some degree reverts it back again. In pat

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-07 Thread Igor Mammedov
On Mon, 6 Jan 2020 18:03:49 +0100 Helge Deller wrote: > On 06.01.20 17:24, Igor Mammedov wrote: > > On Mon, 6 Jan 2020 12:28:51 +0100 > > Helge Deller wrote: > > > >> On 06.01.20 11:48, Igor Mammedov wrote: > >>> On Sat, 4 Jan 2020 16:00:19 +0100 > >>> Philippe Mathieu-Daudé wrote: > >>>

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-06 Thread Helge Deller
On 06.01.20 17:24, Igor Mammedov wrote: > On Mon, 6 Jan 2020 12:28:51 +0100 > Helge Deller wrote: > >> On 06.01.20 11:48, Igor Mammedov wrote: >>> On Sat, 4 Jan 2020 16:00:19 +0100 >>> Philippe Mathieu-Daudé wrote: >>> On 1/3/20 10:54 AM, Igor Mammedov wrote: > On Thu, 2 Jan 2020 21:22:1

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-06 Thread Igor Mammedov
On Mon, 6 Jan 2020 12:28:51 +0100 Helge Deller wrote: > On 06.01.20 11:48, Igor Mammedov wrote: > > On Sat, 4 Jan 2020 16:00:19 +0100 > > Philippe Mathieu-Daudé wrote: > > > >> On 1/3/20 10:54 AM, Igor Mammedov wrote: > >>> On Thu, 2 Jan 2020 21:22:12 +0100 > >>> Helge Deller wrote: > >>>

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-06 Thread Helge Deller
On 06.01.20 11:48, Igor Mammedov wrote: > On Sat, 4 Jan 2020 16:00:19 +0100 > Philippe Mathieu-Daudé wrote: > >> On 1/3/20 10:54 AM, Igor Mammedov wrote: >>> On Thu, 2 Jan 2020 21:22:12 +0100 >>> Helge Deller wrote: >>> On 02.01.20 18:46, Igor Mammedov wrote: > Previous patch drops silen

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-06 Thread Philippe Mathieu-Daudé
On 1/6/20 11:48 AM, Igor Mammedov wrote: On Sat, 4 Jan 2020 16:00:19 +0100 Philippe Mathieu-Daudé wrote: On 1/3/20 10:54 AM, Igor Mammedov wrote: On Thu, 2 Jan 2020 21:22:12 +0100 Helge Deller wrote: On 02.01.20 18:46, Igor Mammedov wrote: Previous patch drops silent ram_size fixup and

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-06 Thread Igor Mammedov
On Sat, 4 Jan 2020 16:00:19 +0100 Philippe Mathieu-Daudé wrote: > On 1/3/20 10:54 AM, Igor Mammedov wrote: > > On Thu, 2 Jan 2020 21:22:12 +0100 > > Helge Deller wrote: > > > >> On 02.01.20 18:46, Igor Mammedov wrote: > >>> Previous patch drops silent ram_size fixup and makes > >>> QEMU err

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-04 Thread Philippe Mathieu-Daudé
On 1/3/20 10:54 AM, Igor Mammedov wrote: On Thu, 2 Jan 2020 21:22:12 +0100 Helge Deller wrote: On 02.01.20 18:46, Igor Mammedov wrote: Previous patch drops silent ram_size fixup and makes QEMU error out with: "RAM size more than 3840m is not supported" when user specified -m X more than s

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-03 Thread Igor Mammedov
On Thu, 2 Jan 2020 21:22:12 +0100 Helge Deller wrote: > On 02.01.20 18:46, Igor Mammedov wrote: > > Previous patch drops silent ram_size fixup and makes > > QEMU error out with: > > > > "RAM size more than 3840m is not supported" > > > > when user specified -m X more than supported value. > > >

Re: [PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-02 Thread Helge Deller
On 02.01.20 18:46, Igor Mammedov wrote: > Previous patch drops silent ram_size fixup and makes > QEMU error out with: > > "RAM size more than 3840m is not supported" > > when user specified -m X more than supported value. > > User shouldn't be bothered with starting QEMU with valid CLI, > so for t

[PATCH v2] hppa: allow max ram size upto 4Gb

2020-01-02 Thread Igor Mammedov
Previous patch drops silent ram_size fixup and makes QEMU error out with: "RAM size more than 3840m is not supported" when user specified -m X more than supported value. User shouldn't be bothered with starting QEMU with valid CLI, so for the sake of user convenience allow using -m 4G vs -m 384