mbox series

[PATCH-for-4.16,v2,0/2] next try for disabling build of qemu-trad

Message ID 20211104161121.18995-1-jgross@suse.com (mailing list archive)
Headers show
Series next try for disabling build of qemu-trad | expand

Message

Jürgen Groß Nov. 4, 2021, 4:11 p.m. UTC
Another try to disable building qemu-traditional per default.

Juergen Gross (2):
  configure: modify default of building rombios
  tools: disable building qemu-trad per default

 CHANGELOG.md         |   3 +
 stubdom/configure    |   8 ---
 stubdom/configure.ac |   8 +--
 tools/configure      | 130 ++++++++++++++++++-------------------------
 tools/configure.ac   |  80 +++++++++++---------------
 5 files changed, 91 insertions(+), 138 deletions(-)

Comments

Ian Jackson Nov. 4, 2021, 4:28 p.m. UTC | #1
Juergen Gross writes ("[PATCH-for-4.16 v2 0/2] next try for disabling build of qemu-trad"):
> Another try to disable building qemu-traditional per default.
> 
> Juergen Gross (2):
>   configure: modify default of building rombios
>   tools: disable building qemu-trad per default

Both patches.

Release-Acked-by: Ian Jackson <iwj@xenproject.org>

But let's see if Andy wants to comment on the help messages.

Ian.