Re: [Qemu-devel] [PATCH 3/4] mips_fulong2e: Dynamically generate SPD EEPROM data

2019-02-14 Thread BALATON Zoltan
Hello, On Thu, 14 Feb 2019, Aleksandar Markovic wrote: The machine comes with 256M memory module by default but it's upgradable so it could have different memory size. There was a TODO comment to replace static SPD EEPROM data with dynamically generated one to support this. Now that we have a fu

Re: [Qemu-devel] [PATCH 3/4] mips_fulong2e: Dynamically generate SPD EEPROM data

2019-02-14 Thread Aleksandar Markovic
> From: BALATON Zoltan > Sent: Monday, February 11, 2019 5:01 AM > To: qemu-devel@nongnu.org > Cc: Aurelien Jarno; Aleksandar Markovic; Huacai Chen > Subject: [PATCH 3/4] mips_fulong2e: Dynamically generate SPD EEPROM data > > The machine comes with 256M memory module by default but it's > upgrad

Re: [Qemu-devel] [PATCH 3/4] mips_fulong2e: Dynamically generate SPD EEPROM data

2019-02-11 Thread Philippe Mathieu-Daudé
On 2/11/19 5:01 AM, BALATON Zoltan wrote: > The machine comes with 256M memory module by default but it's > upgradable so it could have different memory size. There was a TODO > comment to replace static SPD EEPROM data with dynamically generated > one to support this. Now that we have a function f

[Qemu-devel] [PATCH 3/4] mips_fulong2e: Dynamically generate SPD EEPROM data

2019-02-10 Thread BALATON Zoltan
The machine comes with 256M memory module by default but it's upgradable so it could have different memory size. There was a TODO comment to replace static SPD EEPROM data with dynamically generated one to support this. Now that we have a function for that, it's easy to do. Although this would allo