Re: QEMU NUMA and U-Boot

2022-03-23 Thread Mark Kettenis
> From: François Ozog > Date: Wed, 23 Mar 2022 08:29:21 +0100 > > Le mer. 7 juil. 2021 à 19:39, Heinrich Schuchardt a > écrit : > > > > > > > On 7/7/21 5:15 PM, François Ozog wrote: > > > top posting what now works for me: > > > - changed calculation of memory size to loop through different mem

Re: QEMU NUMA and U-Boot

2022-03-23 Thread François Ozog
Le mer. 7 juil. 2021 à 19:39, Heinrich Schuchardt a écrit : > > > On 7/7/21 5:15 PM, François Ozog wrote: > > top posting what now works for me: > > - changed calculation of memory size to loop through different memory > nodes > > - added numa_node to banks > > - filter out banks that do not matc

Re: QEMU NUMA and U-Boot

2021-07-07 Thread Heinrich Schuchardt
On 7/7/21 5:15 PM, François Ozog wrote: top posting what now works for me: - changed calculation of memory size to loop through different memory nodes - added numa_node to banks - filter out banks that do not match the target mixup node (do not want to change ABI to add node information) That

Re: QEMU NUMA and U-Boot

2021-07-07 Thread François Ozog
top posting what now works for me: - changed calculation of memory size to loop through different memory nodes - added numa_node to banks - filter out banks that do not match the target mixup node (do not want to change ABI to add node information) That's not satisfying overall but at least my cod

Re: QEMU NUMA and U-Boot

2021-07-07 Thread François Ozog
On Wed, 7 Jul 2021 at 12:16, AKASHI Takahiro wrote: > On Wed, Jul 07, 2021 at 11:37:19AM +0200, Fran??ois Ozog wrote: > > On Wed, 7 Jul 2021 at 09:40, François Ozog > wrote: > > > > > On Wed, 7 Jul 2021 at 05:59, Heinrich Schuchardt > > > wrote: > > > > > > > > Am 7. Juli 2021 05:18:20 MESZ sch

Re: QEMU NUMA and U-Boot

2021-07-07 Thread AKASHI Takahiro
On Wed, Jul 07, 2021 at 11:37:19AM +0200, Fran??ois Ozog wrote: > On Wed, 7 Jul 2021 at 09:40, François Ozog wrote: > > > On Wed, 7 Jul 2021 at 05:59, Heinrich Schuchardt > > wrote: > > > > > > Am 7. Juli 2021 05:18:20 MESZ schrieb Heinrich Schuchardt < > > xypron.g...@gmx.de>: > > > >Am 7. Juli

Re: QEMU NUMA and U-Boot

2021-07-07 Thread François Ozog
On Wed, 7 Jul 2021 at 09:40, François Ozog wrote: > On Wed, 7 Jul 2021 at 05:59, Heinrich Schuchardt > wrote: > > > > Am 7. Juli 2021 05:18:20 MESZ schrieb Heinrich Schuchardt < > xypron.g...@gmx.de>: > > >Am 7. Juli 2021 03:44:35 MESZ schrieb AKASHI Takahiro > > >: > > >>François, > > >> > > >>

Re: QEMU NUMA and U-Boot

2021-07-07 Thread François Ozog
On Wed, 7 Jul 2021 at 05:59, Heinrich Schuchardt wrote: > > Am 7. Juli 2021 05:18:20 MESZ schrieb Heinrich Schuchardt > : > >Am 7. Juli 2021 03:44:35 MESZ schrieb AKASHI Takahiro > >: > >>François, > >> > >>On Tue, Jul 06, 2021 at 08:10:08PM +0200, Heinrich Schuchardt wrote: > >>> On 7/6/21 6:13

Re: QEMU NUMA and U-Boot

2021-07-06 Thread Heinrich Schuchardt
Am 7. Juli 2021 05:18:20 MESZ schrieb Heinrich Schuchardt : >Am 7. Juli 2021 03:44:35 MESZ schrieb AKASHI Takahiro >: >>François, >> >>On Tue, Jul 06, 2021 at 08:10:08PM +0200, Heinrich Schuchardt wrote: >>> On 7/6/21 6:13 PM, François Ozog wrote: >>> > Hi Heinrich, U-Boot 2021-07rc5 does not take

Re: QEMU NUMA and U-Boot

2021-07-06 Thread Heinrich Schuchardt
Am 7. Juli 2021 05:18:20 MESZ schrieb Heinrich Schuchardt : >Am 7. Juli 2021 03:44:35 MESZ schrieb AKASHI Takahiro >: >>François, >> >>On Tue, Jul 06, 2021 at 08:10:08PM +0200, Heinrich Schuchardt wrote: >>> On 7/6/21 6:13 PM, François Ozog wrote: >>> > Hi Heinrich, U-Boot 2021-07rc5 does not take

Re: QEMU NUMA and U-Boot

2021-07-06 Thread Heinrich Schuchardt
Am 7. Juli 2021 03:44:35 MESZ schrieb AKASHI Takahiro : >François, > >On Tue, Jul 06, 2021 at 08:10:08PM +0200, Heinrich Schuchardt wrote: >> On 7/6/21 6:13 PM, François Ozog wrote: >> > Hi Heinrich, U-Boot 2021-07rc5 does not take into account memory >> > description when using Qemu 5.2 NUMA conf

Re: QEMU NUMA and U-Boot

2021-07-06 Thread AKASHI Takahiro
François, On Tue, Jul 06, 2021 at 08:10:08PM +0200, Heinrich Schuchardt wrote: > On 7/6/21 6:13 PM, François Ozog wrote: > > Hi Heinrich, U-Boot 2021-07rc5 does not take into account memory > > description when using Qemu 5.2 NUMA configuration to adapt memory map > > (kernel_addr_r...): > > > >

Re: QEMU NUMA and U-Boot

2021-07-06 Thread Heinrich Schuchardt
On 7/6/21 6:13 PM, François Ozog wrote: Hi Heinrich, U-Boot 2021-07rc5 does not take into account memory description when using Qemu 5.2 NUMA configuration to adapt memory map (kernel_addr_r...):        -smp 4 \          -m 8G,slots=2,maxmem=16G \         -object memory-backend-ram,size=4G,id