On 6/12/22 16:38, Claudio Fontana wrote:
On 12/6/22 15:53, Claudio Fontana wrote:
On 5/17/21 13:11, Philippe Mathieu-Daudé wrote:
Guard declarations within hwaddr.h against inclusion
from user-mode emulation.
To make it clearer this header is sysemu specific,
move it to the sysemu/ directory.
Hi Philippe,
do we need include/exec/sysemu/... .h
as opposed to just use the existing
include/sysemu/
?
...and I would if anything go include/sysemu/exec/ not include/exec/sysemu ,
to highlight first that it is part of the sysemu build, when trying to reason
about what gets built for sysemu vs anything else.
While refreshing this series I moved these files directly in
include/sysemu/. Do you think the exec/ subdirectory {help|meaning}ful?