Re: [PATCH v3 02/49] scripts/update-linux-headers: Add setup_data.h to import list

2024-03-20 Thread Paolo Bonzini
On 3/20/24 09:38, Michael Roth wrote: Data structures like struct setup_data have been moved to a separate setup_data.h header which bootparam.h relies on. Add setup_data.h to the cp_portable() list and sync it along with the other header files. Note that currently struct setup_data is stripped

[PATCH v3 02/49] scripts/update-linux-headers: Add setup_data.h to import list

2024-03-20 Thread Michael Roth
Data structures like struct setup_data have been moved to a separate setup_data.h header which bootparam.h relies on. Add setup_data.h to the cp_portable() list and sync it along with the other header files. Note that currently struct setup_data is stripped away as part of generating bootparam.h,