All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: buildroot@buildroot.org
Cc: Romain Naour <romain.naour@gmail.com>
Subject: [Buildroot] [PATCH 1/3] package/qemu: reorder enable/disable options alphabetically
Date: Mon,  3 Jan 2022 22:00:46 +0100	[thread overview]
Message-ID: <20220103210048.7879-1-romain.naour@gmail.com> (raw)

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 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

             reply	other threads:[~2022-01-03 21:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-03 21:00 Romain Naour [this message]
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 ` [Buildroot] [PATCH 1/3] package/qemu: reorder enable/disable options alphabetically Yann E. MORIN

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=20220103210048.7879-1-romain.naour@gmail.com \
    --to=romain.naour@gmail.com \
    --cc=buildroot@buildroot.org \
    /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.