Re: [PATCH v3 2/2] hw/arm: Add the romfile compatatibility

2025-06-15 Thread Shaoqin Huang
On 6/9/25 5:10 PM, Daniel P. Berrangé wrote: On Mon, Jun 09, 2025 at 09:48:36AM +0100, Peter Maydell wrote: On Mon, 9 Jun 2025 at 08:34, Shaoqin Huang wrote: On arm64, it doesn't use the vgabios-ramfb.bin, so set the property "use-legacy-x86-rom" to false, thus the ramfb won't load the vga

Re: [PATCH v3 2/2] hw/arm: Add the romfile compatatibility

2025-06-09 Thread Daniel P . Berrangé
On Mon, Jun 09, 2025 at 09:48:36AM +0100, Peter Maydell wrote: > On Mon, 9 Jun 2025 at 08:34, Shaoqin Huang wrote: > > > > On arm64, it doesn't use the vgabios-ramfb.bin, so set the property > > "use-legacy-x86-rom" to false, thus the ramfb won't load the > > vgabios-ramfb.bin. > > > > This can mi

Re: [PATCH v3 2/2] hw/arm: Add the romfile compatatibility

2025-06-09 Thread Peter Maydell
On Mon, 9 Jun 2025 at 08:34, Shaoqin Huang wrote: > > On arm64, it doesn't use the vgabios-ramfb.bin, so set the property > "use-legacy-x86-rom" to false, thus the ramfb won't load the > vgabios-ramfb.bin. > > This can mitigate the problem that on release version the qemu can't > find the vgabios-

[PATCH v3 2/2] hw/arm: Add the romfile compatatibility

2025-06-09 Thread Shaoqin Huang
On arm64, it doesn't use the vgabios-ramfb.bin, so set the property "use-legacy-x86-rom" to false, thus the ramfb won't load the vgabios-ramfb.bin. This can mitigate the problem that on release version the qemu can't find the vgabios-ramfb.bin if it use the ramfb. Signed-off-by: Shaoqin Huang --