Re: [Qemu-devel] [PATCH] i386: pc_sysfw: load bios using rom API

2018-10-11 Thread Paolo Bonzini
On 09/10/2018 07:55, Li Qiang wrote: > As the bios is a ROM, just using rom API. > AFAICS no functionality changed. > > Signed-off-by: Li Qiang > --- ROM and RAM are just the same, with the readonly flag defaulting to either true or false. Because the alias here:

[Qemu-devel] [PATCH] i386: pc_sysfw: load bios using rom API

2018-10-08 Thread Li Qiang
As the bios is a ROM, just using rom API. AFAICS no functionality changed. Signed-off-by: Li Qiang --- hw/i386/pc_sysfw.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/i386/pc_sysfw.c b/hw/i386/pc_sysfw.c index 091e22dd60..7f469fd582 100644 ---