qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Convert pc-bios Makefiles to meson
@ 2020-09-18 20:47 marcandre.lureau
  2020-09-18 20:47 ` [PATCH 1/6] meson: convert pc-bios/s390-ccw marcandre.lureau
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: marcandre.lureau @ 2020-09-18 20:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, qemu-s390x, Thomas Huth, Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

Here is a series of patches to convert the remaining Makefile in pc-bios/ to
meson. I have done various tests to check that the resulting binaries are
working as expected, but I didn't cover it all, and I am not sure the test su=
ite
covers them all either.

Please review,

Marc-Andr=C3=A9 Lureau (6):
  meson: convert pc-bios/s390-ccw
  optionrom: make kvmapic.S compile with clang
  meson: convert pc-bios/optionrom
  build-sys: remove no longer needed ROMS variable
  build-sys: remove recurse-* rules
  meson: replace pc-bios/Makefile

 Makefile                      |  16 +--
 configure                     |  21 ----
 pc-bios/Makefile              |  19 ----
 pc-bios/meson.build           |  20 ++++
 pc-bios/optionrom/Makefile    |  73 --------------
 pc-bios/optionrom/kvmvapic.S  |   4 +-
 pc-bios/optionrom/meson.build |  73 ++++++++++++++
 pc-bios/s390-ccw/Makefile     |  62 ------------
 pc-bios/s390-ccw/meson.build  | 177 ++++++++++++++++++++++++++++++++++
 pc-bios/s390-ccw/netboot.mak  |  62 ------------
 subprojects/optionrom         |   1 +
 subprojects/s390-ccw          |   1 +
 12 files changed, 276 insertions(+), 253 deletions(-)
 delete mode 100644 pc-bios/Makefile
 delete mode 100644 pc-bios/optionrom/Makefile
 create mode 100644 pc-bios/optionrom/meson.build
 delete mode 100644 pc-bios/s390-ccw/Makefile
 create mode 100644 pc-bios/s390-ccw/meson.build
 delete mode 100644 pc-bios/s390-ccw/netboot.mak
 create mode 120000 subprojects/optionrom
 create mode 120000 subprojects/s390-ccw

--=20
2.26.2




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-09-20 20:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-18 20:47 [PATCH 0/6] Convert pc-bios Makefiles to meson marcandre.lureau
2020-09-18 20:47 ` [PATCH 1/6] meson: convert pc-bios/s390-ccw marcandre.lureau
2020-09-18 20:47 ` [PATCH 2/6] optionrom: make kvmapic.S compile with clang marcandre.lureau
2020-09-18 20:47 ` [PATCH 3/6] meson: convert pc-bios/optionrom marcandre.lureau
2020-09-18 20:47 ` [PATCH 4/6] build-sys: remove no longer needed ROMS variable marcandre.lureau
2020-09-18 20:47 ` [PATCH 5/6] build-sys: remove recurse-* rules marcandre.lureau
2020-09-18 20:47 ` [PATCH 6/6] meson: replace pc-bios/Makefile marcandre.lureau
2020-09-18 23:22 ` [PATCH 0/6] Convert pc-bios Makefiles to meson no-reply
2020-09-19 14:58 ` Paolo Bonzini
2020-09-19 15:15   ` Marc-André Lureau
2020-09-19 15:26     ` Paolo Bonzini
2020-09-20 20:21   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).