On Wed, Apr 20, 2022 at 02:25:54PM +0530, Ani Sinha wrote: > On Wed, Apr 20, 2022 at 1:57 PM Gerd Hoffmann <kra...@redhat.com> wrote: > > > > On Wed, Apr 20, 2022 at 10:09:04AM +0530, Ani Sinha wrote: > > > e820 reserved entries were used before the dynamic entries with fw config > > > files > > > were intoduced. Please see the following change: > > > 7d67110f2d9a6("pc: add etc/e820 fw_cfg file") > > > > > > Identical support was introduced into seabios as well with the following > > > commit: > > > ce39bd4031820 ("Add support for etc/e820 fw_cfg file") > > > > > > Both the above commits are now quite old. QEMU machines 1.7 and newer no > > > longer > > > use the reserved entries. Seabios uses fw config files and > > > > We still support machine types 1.6 & older (although they are > > deprecated already), so I think this has to wait until the 1.7 + older > > machine types are actually dropped. > > How much time does it need to pass before something is dropped after > depreciation?
Two releases. Deprecated in January: f59fb1889f48 ("hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecated"), so 7.0 and 7.1, in the 7.2 devel cycle they can be removed. Plus a bunch of followup cleanups like this patch. I think we can also drop the 128k seabios images then. take care, Gerd