All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: "Peter Maydell" <peter.maydell@linaro.org>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PATCH v2] docs: add supported host CPU architectures section
Date: Mon, 13 Sep 2021 17:22:17 +0200	[thread overview]
Message-ID: <f2a05978-430e-1964-7d1e-c32b4babd0bc@amsat.org> (raw)
In-Reply-To: <CAFEAcA97pX7qHLXkGL23_ygFk2hcJEw2J7CSKDJukdbxpvgKpg@mail.gmail.com>

On 9/13/21 3:50 PM, Peter Maydell wrote:
> On Mon, 13 Sept 2021 at 14:10, <marcandre.lureau@redhat.com> wrote:
>>
>> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>>
>> I was looking for such documentation, but couldn't find it. Add it to
>> the build-platform.rst document.
>>
>> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
>> ---
>>  docs/about/build-platforms.rst | 28 ++++++++++++++++++++++++++++
>>  meson.build                    |  2 +-
>>  2 files changed, 29 insertions(+), 1 deletion(-)
>>
>> diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
>> index 692323609e..518a19aff7 100644
>> --- a/docs/about/build-platforms.rst
>> +++ b/docs/about/build-platforms.rst
>> @@ -29,6 +29,34 @@ The `Repology`_ site is a useful resource to identify
>>  currently shipped versions of software in various operating systems,
>>  though it does not cover all distros listed below.
>>
>> +Supported host architectures
>> +----------------------------
>> +
>> +Those hosts have a native TCG backend and are regularly tested:
>> +
>> +  .. list-table::
>> +   :header-rows: 1
>> +
>> +   * - CPU Architecture
>> +     - Accelerators
>> +   * - Arm
>> +     - kvm (64 bit only), xen
>> +   * - MIPS
>> +     - kvm
>> +   * - PPC
>> +     - kvm
>> +   * - RISC-V
>> +     -
>> +   * - s390x
>> +     - kvm
>> +   * - SPARC
>> +     -
>> +   * - x86
>> +     - kvm, xen, hax, hvf (64 bit only), nvmm, whpx (64 bit only)
> 
> I still wonder if this would be clearer if we listed 'tcg' as
> an accelerator like all the others, rather than describing it as
> a kind of special case in the text above the table. After all, you
> can select it with '-accel tcg' the same as any other.
> 
> I think the information in the table is correct now.

What is TCI at this point?

> Sort the list of accelerators alphabetically ?
> 
>> +
>> +Other architectures are not actively maintained. They may be removed in future
>> +releases.

What are the other archs which could be removed?

FYI QEMU is still being built by Debian on alpha/hppa/ia64:

https://buildd.debian.org/status/package.php?p=qemu&suite=sid

Recent failures comes from:

../meson.build:1218:6: ERROR: Problem encountered: virtio-9p (virtfs)
needs system emulation support

Which is a bug but I hadn't time to look at it.


  reply	other threads:[~2021-09-13 15:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-13 13:09 [PATCH v2] docs: add supported host CPU architectures section marcandre.lureau
2021-09-13 13:50 ` Peter Maydell
2021-09-13 15:22   ` Philippe Mathieu-Daudé [this message]
2021-09-13 15:56     ` Peter Maydell
2021-09-13 16:34       ` Philippe Mathieu-Daudé
2021-09-14  8:18   ` Marc-André Lureau

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=f2a05978-430e-1964-7d1e-c32b4babd0bc@amsat.org \
    --to=f4bug@amsat.org \
    --cc=marcandre.lureau@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.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.