Re: [PATCH 0/9] Simplify initialization of PC machines

2024-02-24 Thread Bernhard Beschow
Am 22. Februar 2024 15:25:01 UTC schrieb "Michael S. Tsirkin" : >On Thu, Feb 08, 2024 at 11:03:40PM +0100, Bernhard Beschow wrote: >> The series aims to simplify the initialization process of all PC-based >> machines. >> >> It consists of streamlining redundant code, as well as consolidating t

Re: [PATCH 0/9] Simplify initialization of PC machines

2024-02-22 Thread Michael S. Tsirkin
On Thu, Feb 08, 2024 at 11:03:40PM +0100, Bernhard Beschow wrote: > The series aims to simplify the initialization process of all PC-based > machines. > > It consists of streamlining redundant code, as well as consolidating the setup > of system flash and generation of smbios data which are curre

Re: [PATCH 0/9] Simplify initialization of PC machines

2024-02-22 Thread Philippe Mathieu-Daudé
On 8/2/24 23:03, Bernhard Beschow wrote: The series aims to simplify the initialization process of all PC-based machines. It consists of streamlining redundant code, as well as consolidating the setup of system flash and generation of smbios data which are currently fairly distributed. These ch

Re: [PATCH 0/9] Simplify initialization of PC machines

2024-02-13 Thread Bernhard Beschow
Am 8. Februar 2024 22:03:40 UTC schrieb Bernhard Beschow : >The series aims to simplify the initialization process of all PC-based >machines. > > > >It consists of streamlining redundant code, as well as consolidating the setup > >of system flash and generation of smbios data which are currentl