Re: [PATCH-for-5.2] hw/vfio: Move some target-independent devices to common-objs

2020-07-17 Thread Alex Williamson
On Wed, 15 Jul 2020 15:13:22 +0200 Philippe Mathieu-Daudé wrote: > These devices do not depend on the target CPU configuration > (32 or 64-bit, big / little endian). Move them to common-obj > to compile them once for all the targets. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/vfio/Ma

[PATCH-for-5.2] hw/vfio: Move some target-independent devices to common-objs

2020-07-15 Thread Philippe Mathieu-Daudé
These devices do not depend on the target CPU configuration (32 or 64-bit, big / little endian). Move them to common-obj to compile them once for all the targets. Signed-off-by: Philippe Mathieu-Daudé --- hw/vfio/Makefile.objs | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff