Re: [PATCH 10/10] exec/exec-all: Move 'qemu/log.h' include in units requiring it

2022-02-05 Thread Richard Henderson
On 2/4/22 06:38, Philippe Mathieu-Daudé wrote: Many files use "qemu/log.h" declarations but neglect to include it (they inherit it via "exec/exec-all.h"). "exec/exec-all.h" is a core component and shouldn't be used that way. Move the "qemu/log.h" inclusion locally to each unit requiring it. Sign

Re: [PATCH 10/10] exec/exec-all: Move 'qemu/log.h' include in units requiring it

2022-02-04 Thread Thomas Huth
On 03/02/2022 20.38, Philippe Mathieu-Daudé wrote: Many files use "qemu/log.h" declarations but neglect to include it (they inherit it via "exec/exec-all.h"). "exec/exec-all.h" is a core component and shouldn't be used that way. Move the "qemu/log.h" inclusion locally to each unit requiring it.

[PATCH 10/10] exec/exec-all: Move 'qemu/log.h' include in units requiring it

2022-02-03 Thread Philippe Mathieu-Daudé via
Many files use "qemu/log.h" declarations but neglect to include it (they inherit it via "exec/exec-all.h"). "exec/exec-all.h" is a core component and shouldn't be used that way. Move the "qemu/log.h" inclusion locally to each unit requiring it. Signed-off-by: Philippe Mathieu-Daudé --- bsd-user/