qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: jsnow@redhat.com, berrange@redhat.com, peter.maydell@linaro.org
Subject: Re: [qemu-web PATCH v2] add post about plans for Python venvs
Date: Fri, 24 Mar 2023 09:58:38 +0100	[thread overview]
Message-ID: <2c9856c5-8fdc-8dcd-bee4-22d4160fc6f2@redhat.com> (raw)
In-Reply-To: <20230323084005.1032305-1-pbonzini@redhat.com>

On 23/03/2023 09.40, Paolo Bonzini wrote:
> This post details the design that John Snow and I are planning for QEMU 8.1.
> The purpose is to detect possible inconsistencies in the build environment,
> that could happen on enterprise distros once Python 3.6 support is dropped.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> v1->v2: add CSS for asciicast
> 	note that sphinx is already checked for now-enough Python
> 	some more copy-editing
> 
>   _posts/2023-03-22-python.md | 223 ++++++++++++++++++++++++++++++++++++
>   assets/css/style.css        |   4 +
>   2 files changed, 227 insertions(+)
>   create mode 100644 _posts/2023-03-22-python.md
> 
> diff --git a/_posts/2023-03-22-python.md b/_posts/2023-03-22-python.md
> new file mode 100644
> index 0000000..d463847
> --- /dev/null
> +++ b/_posts/2023-03-22-python.md
> @@ -0,0 +1,222 @@
> +---
> +layout: post
> +title:  "Preparing a consistent Python environment"
> +date:   2023-03-22 13:30:00 +0000
> +categories: [build, python, developers]
> +---
> +Building QEMU is a complex task, split across several programs.
> +configure finds the host and cross compilers that are needed to build

s/configure/The `configure` script/ ?

> +emulators and firmware; Meson prepares the build environment for the
> +emulators; finally, Make and ninja actually perform the build, and

I'd either capitalize both, Make and Ninja, or use quotes: "make" and "ninja".

The remaining parts look fine to me.

Acked-by: Thomas Huth <thuth@redhat.com>



      reply	other threads:[~2023-03-24 15:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23  8:40 [qemu-web PATCH v2] add post about plans for Python venvs Paolo Bonzini
2023-03-24  8:58 ` Thomas Huth [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=2c9856c5-8fdc-8dcd-bee4-22d4160fc6f2@redhat.com \
    --to=thuth@redhat.com \
    --cc=berrange@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=pbonzini@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).