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

2025-06-06 Thread Shaoqin Huang
Hi Daniel, On 6/5/25 10:40 PM, Daniel P. Berrangé wrote: On Thu, Jun 05, 2025 at 04:24:07PM +0200, Cédric Le Goater wrote: On 6/5/25 14:21, Gerd Hoffmann wrote: Hi, Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this can cause

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

2025-06-05 Thread Philippe Mathieu-Daudé
On 6/6/25 05:20, Shaoqin Huang wrote: Hi, guys Thanks for all of your suggestions. On 6/5/25 11:11 PM, Philippe Mathieu-Daudé wrote: On 5/6/25 14:21, Gerd Hoffmann wrote:    Hi, Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this

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

2025-06-05 Thread Shaoqin Huang
Hi, guys Thanks for all of your suggestions. On 6/5/25 11:11 PM, Philippe Mathieu-Daudé wrote: On 5/6/25 14:21, Gerd Hoffmann wrote:    Hi, 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 pac

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

2025-06-05 Thread Philippe Mathieu-Daudé
On 5/6/25 14:21, Gerd Hoffmann wrote: Hi, 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. Simpler to directly pass the ROM path instea

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

2025-06-05 Thread Daniel P . Berrangé
On Thu, Jun 05, 2025 at 04:24:07PM +0200, Cédric Le Goater wrote: > On 6/5/25 14:21, Gerd Hoffmann wrote: > >Hi, > > > > > > 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 pack

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

2025-06-05 Thread Cédric Le Goater
On 6/5/25 05:03, 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. So add a new property ramfb-romfile in both ramfb and v

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

2025-06-05 Thread Cédric Le Goater
On 6/5/25 14:21, Gerd Hoffmann wrote: Hi, 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. Simpler to directly pass the ROM path instea

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

2025-06-05 Thread Gerd Hoffmann
Hi, > > 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. > Simpler to directly pass the ROM path instead of using a boolean, > so boa

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

2025-06-04 Thread Philippe Mathieu-Daudé
Hi Shaoqin, On 5/6/25 05:03, 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. So add a new property ramfb-romfile in bot

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

2025-06-04 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. So add a new property ramfb-romfile in both ramfb and vfio_pci device, because the vfio display