From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Romain Naour <romain.naour@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/3] package/qemu: reorder enable/disable options alphabetically
Date: Tue, 4 Jan 2022 09:30:11 +0100 [thread overview]
Message-ID: <20220104083011.GR69135@scaer> (raw)
In-Reply-To: <20220103210048.7879-1-romain.naour@gmail.com>
Romain, All,
On 2022-01-03 22:00 +0100, Romain Naour spake thusly:
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
Series of three patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/qemu/qemu.mk | 44 ++++++++++++++++++++++----------------------
> 1 file changed, 22 insertions(+), 22 deletions(-)
>
> diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
> index 97f9f885a1..43450a6649 100644
> --- a/package/qemu/qemu.mk
> +++ b/package/qemu/qemu.mk
> @@ -187,39 +187,39 @@ define QEMU_CONFIGURE_CMDS
> --audio-drv-list= \
> --meson=$(HOST_DIR)/bin/meson \
> --ninja=$(HOST_DIR)/bin/ninja \
> - --enable-kvm \
> - --enable-attr \
> - --enable-vhost-net \
> --disable-bpf \
> + --disable-brlapi \
> --disable-bsd-user \
> + --disable-cap-ng \
> + --disable-capstone \
> --disable-containers \
> - --disable-xen \
> - --disable-virtfs \
> - --disable-brlapi \
> - --disable-curses \
> --disable-curl \
> - --disable-vde \
> - --disable-linux-aio \
> - --disable-linux-io-uring \
> - --disable-cap-ng \
> + --disable-curses \
> --disable-docs \
> - --disable-rbd \
> - --disable-libiscsi \
> - --disable-strip \
> - --disable-sparse \
> - --disable-mpath \
> - --disable-sanitizers \
> --disable-hvf \
> - --disable-whpx \
> + --disable-libiscsi \
> + --disable-libxml2 \
> + --disable-linux-aio \
> + --disable-linux-io-uring \
> --disable-malloc-trim \
> --disable-membarrier \
> - --disable-vhost-crypto \
> - --disable-libxml2 \
> - --disable-capstone \
> - --with-git-submodules=ignore \
> + --disable-mpath \
> --disable-opengl \
> + --disable-rbd \
> + --disable-sanitizers \
> + --disable-sparse \
> + --disable-strip \
> + --disable-vde \
> + --disable-vhost-crypto \
> --disable-vhost-user-blk-server \
> + --disable-virtfs \
> --disable-virtiofsd \
> + --disable-whpx \
> + --disable-xen \
> + --enable-attr \
> + --enable-kvm \
> + --enable-vhost-net \
> + --with-git-submodules=ignore \
> $(QEMU_OPTS)
> endef
>
> --
> 2.31.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2022-01-04 8:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-03 21:00 [Buildroot] [PATCH 1/3] package/qemu: reorder enable/disable options alphabetically Romain Naour
2022-01-03 21:00 ` [Buildroot] [PATCH 2/3] package/qemu: Disable new configure options added by Qemu 2.6.0 Romain Naour
2022-01-03 21:00 ` [Buildroot] [PATCH 3/3] package/qemu: reorder patches Romain Naour
2022-01-04 8:30 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220104083011.GR69135@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=romain.naour@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.