Re: [PATCH v2] ramfb: Add property to control if load the romfile

2025-06-10 Thread Alex Williamson
On Mon, 9 Jun 2025 13:16:14 +0800 Shaoqin Huang wrote: > On 6/6/25 4:07 PM, Cédric Le Goater wrote: > > On 6/6/25 10:06, Cédric Le Goater wrote: > >> On 6/6/25 09:52, Daniel P. Berrangé wrote: > >>> On Fri, Jun 06, 2025 at 03:02:34AM -0400, Shaoqin Huang wrote: > Now the ramfb will loa

Re: [PATCH v2] ramfb: Add property to control if load the romfile

2025-06-08 Thread Shaoqin Huang
On 6/6/25 4:07 PM, Cédric Le Goater wrote: On 6/6/25 10:06, Cédric Le Goater wrote: On 6/6/25 09:52, Daniel P. Berrangé wrote: On Fri, Jun 06, 2025 at 03:02:34AM -0400, Shaoqin Huang wrote: Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramf

Re: [PATCH v2] ramfb: Add property to control if load the romfile

2025-06-08 Thread Shaoqin Huang
Hi Daniel, On 6/6/25 3:52 PM, Daniel P. Berrangé wrote: On Fri, Jun 06, 2025 at 03:02:34AM -0400, Shaoqin Huang wrote: Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this can cause that when use the release package on arm64 it can't f

Re: [PATCH v2] ramfb: Add property to control if load the romfile

2025-06-06 Thread Pierrick Bouvier
On 6/6/25 2:04 AM, Philippe Mathieu-Daudé wrote: On 6/6/25 09:52, Daniel P. Berrangé wrote: On Fri, Jun 06, 2025 at 03:02:34AM -0400, Shaoqin Huang wrote: Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this can cause that when use the

Re: [PATCH v2] ramfb: Add property to control if load the romfile

2025-06-06 Thread Daniel P . Berrangé
On Fri, Jun 06, 2025 at 11:04:34AM +0200, Philippe Mathieu-Daudé wrote: > On 6/6/25 09:52, Daniel P. Berrangé wrote: > > On Fri, Jun 06, 2025 at 03:02:34AM -0400, Shaoqin Huang wrote: > > > Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only > > > the x86 need the vgabios-ramfb.

Re: [PATCH v2] ramfb: Add property to control if load the romfile

2025-06-06 Thread Philippe Mathieu-Daudé
On 6/6/25 09:52, Daniel P. Berrangé wrote: On Fri, Jun 06, 2025 at 03:02:34AM -0400, Shaoqin Huang wrote: Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this can cause that when use the release package on arm64 it can't find the vgabio

Re: [PATCH v2] ramfb: Add property to control if load the romfile

2025-06-06 Thread Cédric Le Goater
On 6/6/25 10:06, Cédric Le Goater wrote: On 6/6/25 09:52, Daniel P. Berrangé wrote: On Fri, Jun 06, 2025 at 03:02:34AM -0400, Shaoqin Huang wrote: Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this can cause that when use the release

Re: [PATCH v2] ramfb: Add property to control if load the romfile

2025-06-06 Thread Cédric Le Goater
On 6/6/25 09:52, Daniel P. Berrangé wrote: On Fri, Jun 06, 2025 at 03:02:34AM -0400, Shaoqin Huang wrote: Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this can cause that when use the release package on arm64 it can't find the vgabio

Re: [PATCH v2] ramfb: Add property to control if load the romfile

2025-06-06 Thread Daniel P . Berrangé
On Fri, Jun 06, 2025 at 03:02:34AM -0400, Shaoqin Huang wrote: > Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only > the x86 need the vgabios-ramfb.bin, this can cause that when use the > release package on arm64 it can't find the vgabios-ramfb.bin. > > Because only seabios w

[PATCH v2] ramfb: Add property to control if load the romfile

2025-06-06 Thread Shaoqin Huang
Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this can cause that when use the release package on arm64 it can't find the vgabios-ramfb.bin. Because only seabios will use the vgabios-ramfb.bin, load the rom logic is x86-specific. For ot