[Qemu-devel] [PATCH 0/2] hw/display: Compile various display devices as common object

Philippe Mathieu-Daudé posted 2 patches 4 years, 8 months ago
Test FreeBSD passed
Test docker-mingw@fedora passed
Test asan passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test s390x failed
Failed in applying to current master (apply log)
hw/display/Makefile.objs | 18 +++++++++---------
hw/display/sm501.c       |  1 -
2 files changed, 9 insertions(+), 10 deletions(-)
[Qemu-devel] [PATCH 0/2] hw/display: Compile various display devices as common object
Posted by Philippe Mathieu-Daudé 4 years, 8 months ago
This series move various generic display devices to $(common-obj-y),
so they are compiled once for all targets.

'make world' is reduced by 54 objects.

Philippe Mathieu-Daudé (2):
  hw/display/sm501: Remove unused include
  hw/display: Compile various display devices as common object

 hw/display/Makefile.objs | 18 +++++++++---------
 hw/display/sm501.c       |  1 -
 2 files changed, 9 insertions(+), 10 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH 0/2] hw/display: Compile various display devices as common object
Posted by BALATON Zoltan 4 years, 8 months ago
On Mon, 12 Aug 2019, Philippe Mathieu-Daudé wrote:
> This series move various generic display devices to $(common-obj-y),
> so they are compiled once for all targets.
>
> 'make world' is reduced by 54 objects.
>
> Philippe Mathieu-Daudé (2):
>  hw/display/sm501: Remove unused include
>  hw/display: Compile various display devices as common object
>
> hw/display/Makefile.objs | 18 +++++++++---------
> hw/display/sm501.c       |  1 -
> 2 files changed, 9 insertions(+), 10 deletions(-)

Acked-by: BALATON Zoltan <balaton@eik.bme.hu>

For sm501 and ati-vga parts.

Regards,
BALATON Zoltan