All of lore.kernel.org
 help / color / mirror / Atom feed
From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/3] package/qemu: do not support x86_steamroller or x86_core_avx2
Date: Sat,  8 Feb 2020 13:15:11 -0800	[thread overview]
Message-ID: <20200208211512.994361-2-aduskett@gmail.com> (raw)
In-Reply-To: <20200208211512.994361-1-aduskett@gmail.com>

From: Adam Duskett <Aduskett@gmail.com>

These CPU's cause segfaults with qemu.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/qemu/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qemu/Config.in.host b/package/qemu/Config.in.host
index d6b4bf6dd4..ea9281c5fb 100644
--- a/package/qemu/Config.in.host
+++ b/package/qemu/Config.in.host
@@ -20,6 +20,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
 	default y if BR2_sparc64
 	default y if BR2_xtensa
 	default y if BR2_x86_64
+	depends on !BR2_x86_steamroller && !BR2_x86_core_avx2
 	depends on !BR2_powerpc_620 && !BR2_powerpc_630 && !BR2_powerpc_970
 
 config BR2_PACKAGE_HOST_QEMU_SYSTEM_ARCH_SUPPORTS
-- 
2.24.1

  reply	other threads:[~2020-02-08 21:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-08 21:15 [Buildroot] [PATCH v2 1/3] package/qemu: Bump to version 4.2.0 aduskett at gmail.com
2020-02-08 21:15 ` aduskett at gmail.com [this message]
2020-02-08 21:33   ` [Buildroot] [PATCH v2 2/3] package/qemu: do not support x86_steamroller or x86_core_avx2 Yann E. MORIN
2020-02-09  8:49   ` Yann E. MORIN
2020-02-08 21:15 ` [Buildroot] [PATCH v2 3/3] package/qemu: add support for sparc64 aduskett at gmail.com
2020-02-08 21:24   ` Yann E. MORIN
2020-02-09 10:35 ` [Buildroot] [PATCH v2 1/3] package/qemu: Bump to version 4.2.0 Romain Naour
2020-02-09 13:33   ` Romain Naour
2020-02-09 18:42     ` Romain Naour
2020-02-11 19:39 ` Vincent Fazio

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=20200208211512.994361-2-aduskett@gmail.com \
    --to=aduskett@gmail.com \
    --cc=buildroot@busybox.net \
    /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.