> > On Wed, Dec 17, 2025 at 03:55:30PM +0100, Igor Mammedov wrote:
> > > Date: Wed, 17 Dec 2025 15:55:30 +0100
> > > From: Igor Mammedov <[email protected]>
> > > Subject: Re: [PATCH v5 16/28] hw/i386: Remove linuxboot.bin
> > > X-Mailer: Claws Mail 4.3.1 (GTK 3.24.51; x86_64-redhat-linux-gnu)
> > > 
> > > On Wed,  3 Dec 2025 00:28:23 +0800
> > > Zhao Liu <[email protected]> wrote:
> > >   
> > > > From: Philippe Mathieu-Daudé <[email protected]>
> > > > 
> > > > All machines now use the linuxboot_dma.bin binary, so it's safe to
> > > > remove the non-DMA version (linuxboot.bin).  
> > > 
> > > after applying this patch:
> > > 
> > > git grep linuxboot.bin
> > > 
> > >     option_rom[nb_option_roms].bootindex = 0;                             
> > >        
> > >     option_rom[nb_option_roms].name = "linuxboot.bin";                    
> > >        
> > >     if (fw_cfg_dma_enabled(fw_cfg)) {                                     
> > >        
> > >         option_rom[nb_option_roms].name = "linuxboot_dma.bin";            
> > >        
> > >     }        
> > > 
> > > perhaps it should be fixed in previous patch  
> > 
> > Thanks, I find this change was included in the previous patch (patch 15).
> 
> Yep, sorry for confusion. /I forgot to apply #15, hence it led to a stray 
> linuxboot.bin/

You're welcome and thanks for your review!

Regards,
Zhao

Reply via email to