All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
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 22:33:00 +0100	[thread overview]
Message-ID: <20200208213300.GC23769@scaer> (raw)
In-Reply-To: <20200208211512.994361-2-aduskett@gmail.com>

Adam, All,

On 2020-02-08 13:15 -0800, aduskett at gmail.com spake thusly:
> From: Adam Duskett <Aduskett@gmail.com>
> 
> These CPU's cause segfaults with qemu.
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>

If the issue is with the excistign qemu version, then that patch should
be first. If that's qemu-4.2 that brings the failure, the patch should
be squashed into the bump patch.

No need to resend, we can re-order when applying.

Regards,
Yann E. MORIN.

> ---
>  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
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2020-02-08 21:33 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 ` [Buildroot] [PATCH v2 2/3] package/qemu: do not support x86_steamroller or x86_core_avx2 aduskett at gmail.com
2020-02-08 21:33   ` Yann E. MORIN [this message]
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=20200208213300.GC23769@scaer \
    --to=yann.morin.1998@free.fr \
    --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.