On Mon, Sep 02, 2019 at 06:26:38PM +0200, Thomas Huth wrote: > Most of the code in hw/misc/ does not directly depend on CPU-specific > code. Mark it as "common" so that the code can be shared between e.g. > qemu-system-arm and qemu-system-aarch64, or between the various mips > flavours, instead of recompiling it for each and every target again > and again. > > Signed-off-by: Thomas Huth <[email protected]> > --- > hw/misc/Makefile.objs | 90 +++++++++++++++++++++---------------------- > 1 file changed, 45 insertions(+), 45 deletions(-)
Nice. My understanding is that we poison symbols so target-specific code accidentally added to common-obj-y should fail to compile. Therefore I didn't audit the affected code to see if it has target-specific dependencies. Reviewed-by: Stefan Hajnoczi <[email protected]>
signature.asc
Description: PGP signature
