Re: [PATCH 2/2] include: Include headers where needed

2022-12-20 Thread Michael S. Tsirkin
On Sat, Dec 10, 2022 at 02:39:15PM +0100, Markus Armbruster wrote: > A number of headers neglect to include everything they need. They > compile only if the headers they need are already included from > elsewhere. Fix that. > > Signed-off-by: Markus Armbruster Reviewed-by: Michael S. Tsirkin

Re: [PATCH 2/2] include: Include headers where needed

2022-12-14 Thread Markus Armbruster
Resent by accident, please ignore this copy.

[PATCH 2/2] include: Include headers where needed

2022-12-13 Thread Markus Armbruster
A number of headers neglect to include everything they need. They compile only if the headers they need are already included from elsewhere. Fix that. Signed-off-by: Markus Armbruster --- include/exec/plugin-gen.h | 1 + include/hw/acpi/erst.h | 3 +++ in

Re: [PATCH 2/2] include: Include headers where needed

2022-12-11 Thread Alistair Francis
On Sat, Dec 10, 2022 at 11:43 PM Markus Armbruster wrote: > > A number of headers neglect to include everything they need. They > compile only if the headers they need are already included from > elsewhere. Fix that. > > Signed-off-by: Markus Armbruster Reviewed-by: Alistair Francis Alistair

[PATCH 2/2] include: Include headers where needed

2022-12-10 Thread Markus Armbruster
A number of headers neglect to include everything they need. They compile only if the headers they need are already included from elsewhere. Fix that. Signed-off-by: Markus Armbruster --- include/exec/plugin-gen.h | 1 + include/hw/acpi/erst.h | 3 +++ in