Re: [Qemu-devel] [PATCH] hw/*/Makefile.objs: Move many .o files to common-objs

2019-09-16 Thread Stefan Hajnoczi
On Thu, Sep 12, 2019 at 03:10:11PM +0200, Thomas Huth wrote: > We have many files that apparently do not depend on the target CPU > configuration, i.e. which can be put into common-obj-y instead of > obj-y. This way, the code can be shared for example between > qemu-system-arm and qemu-system-aarch

Re: [Qemu-devel] [PATCH] hw/*/Makefile.objs: Move many .o files to common-objs

2019-09-12 Thread Paolo Bonzini
On 12/09/19 15:10, Thomas Huth wrote: > We have many files that apparently do not depend on the target CPU > configuration, i.e. which can be put into common-obj-y instead of > obj-y. This way, the code can be shared for example between > qemu-system-arm and qemu-system-aarch64, or the various big

[Qemu-devel] [PATCH] hw/*/Makefile.objs: Move many .o files to common-objs

2019-09-12 Thread Thomas Huth
We have many files that apparently do not depend on the target CPU configuration, i.e. which can be put into common-obj-y instead of obj-y. This way, the code can be shared for example between qemu-system-arm and qemu-system-aarch64, or the various big and little endian variants like qemu-system-sh