qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 966355: WHPX: support for xcr0


From: Richard Henderson
Subject: [Qemu-commits] [qemu/qemu] 966355: WHPX: support for xcr0
Date: Fri, 29 Apr 2022 14:58:42 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 966355648d5b84364f8114898a5bd862b346a496
      
https://github.com/qemu/qemu/commit/966355648d5b84364f8114898a5bd862b346a496
  Author: Sunil Muthuswamy <sunilmut@microsoft.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M target/i386/whpx/whpx-all.c
    M target/i386/whpx/whpx-internal.h

  Log Message:
  -----------
  WHPX: support for xcr0

Support for xcr0 to be able to enable xsave/xrstor. This by itself
is not sufficient to enable xsave/xrstor. WHPX XSAVE API's also
needs to be hooked up.

Signed-off-by: Sunil Muthuswamy <sunilmut@microsoft.com>
Message-Id: 
<MW2PR2101MB1116F07C07A26FD7A7ED8DCFC0780@MW2PR2101MB1116.namprd21.prod.outlook.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: fe4f7646f260da41a40062dd4b2c6d5550353130
      
https://github.com/qemu/qemu/commit/fe4f7646f260da41a40062dd4b2c6d5550353130
  Author: Konstantin Kostiuk <kkostiuk@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Add cross prefix for widl tool

The mingw-w64-tool package in Fedora provides widl tool with a
cross prefix, so adds it automatically for cross builds.

WIDL env can be used to redefine the path to tool.
The same behavior as with windres.

Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Message-Id: <20220428181525.300521-1-kkostiuk@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 65012d45afd55a2d1f5703836e97930f1caeb012
      
https://github.com/qemu/qemu/commit/65012d45afd55a2d1f5703836e97930f1caeb012
  Author: Konstantin Kostiuk <kkostiuk@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M qga/vss-win32/meson.build

  Log Message:
  -----------
  qga-vss: always build qga-vss.tlb when qga-vss.dll is built

Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Message-Id: <20220428181541.300619-1-kkostiuk@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: d229f39e251e80981979245dcc636c6d6d6d6404
      
https://github.com/qemu/qemu/commit/d229f39e251e80981979245dcc636c6d6d6d6404
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M meson_options.txt
    M scripts/meson-buildoptions.py
    M scripts/meson-buildoptions.sh

  Log Message:
  -----------
  meson-buildoptions: add support for string options

Allow using the buildoptions.json file for more options, namely anything
that is not a boolean or multiple-choice.

The mapping between configure and meson is messy for string options,
so allow configure to use to something other than the name in
meson_options.txt.  This will come in handy anyway for builtin
Meson options such as b_lto or b_coverage.

Tested-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 0e6c6d06a1102b653ee9b0cd65240adba8a72436
      
https://github.com/qemu/qemu/commit/0e6c6d06a1102b653ee9b0cd65240adba8a72436
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson.build
    A scripts/xen-detect.c

  Log Message:
  -----------
  meson, configure: move Xen detection to meson

This is quite a complicated check.  I moved all the test programs to
a single file in scripts/, picking the right program with #if and a -D
flag in meson.build's cc.links() invocation.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: db098b3f994cffad95371588b4e3ca2051c3b82b
      
https://github.com/qemu/qemu/commit/db098b3f994cffad95371588b4e3ca2051c3b82b
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson.build

  Log Message:
  -----------
  configure, meson: move iasl detection to meson

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: c535a0ec7d25c0d2a3a1ef8c1987cecf419877d0
      
https://github.com/qemu/qemu/commit/c535a0ec7d25c0d2a3a1ef8c1987cecf419877d0
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson.build

  Log Message:
  -----------
  configure: move Windows flags detection to meson

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: f2ec43153147392db7228cb7e2e42211c0398b37
      
https://github.com/qemu/qemu/commit/f2ec43153147392db7228cb7e2e42211c0398b37
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M scripts/meson-buildoptions.py
    M scripts/meson-buildoptions.sh

  Log Message:
  -----------
  configure: switch string options to automatic parsing

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 469ab59b088611af14aba542590dca1698daa796
      
https://github.com/qemu/qemu/commit/469ab59b088611af14aba542590dca1698daa796
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson.build
    M meson_options.txt
    M scripts/meson-buildoptions.sh

  Log Message:
  -----------
  meson, configure: move --tls-priority to meson

Use the new support for string option parsing.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 7a95fcf7f5d463ce43d412a290b317f046a0ed1f
      
https://github.com/qemu/qemu/commit/7a95fcf7f5d463ce43d412a290b317f046a0ed1f
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson.build
    M meson_options.txt
    M scripts/meson-buildoptions.sh

  Log Message:
  -----------
  meson, configure: move bdrv whitelists to meson

Use the new support for string option parsing.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 903cd08c7f835ed36c16fafa981c3e392e2ed4fe
      
https://github.com/qemu/qemu/commit/903cd08c7f835ed36c16fafa981c3e392e2ed4fe
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M docs/meson.build
    M meson.build
    M meson_options.txt
    M scripts/meson-buildoptions.py
    M scripts/meson-buildoptions.sh
    A scripts/qemu-stamp.py

  Log Message:
  -----------
  meson, configure: move --with-pkgversion, CONFIG_STAMP to meson

The hash is now generated with a Python script.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 0de5944496d133a24c0102d37ebf586450398494
      
https://github.com/qemu/qemu/commit/0de5944496d133a24c0102d37ebf586450398494
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson.build
    M meson_options.txt
    M scripts/meson-buildoptions.sh

  Log Message:
  -----------
  meson, configure: move --interp-prefix to meson

This is the last CONFIG_* entry in config-host.mak that had to be
special cased.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 1e6a678d164e5a65bf574aab739ab7451ab34a5d
      
https://github.com/qemu/qemu/commit/1e6a678d164e5a65bf574aab739ab7451ab34a5d
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M meson.build

  Log Message:
  -----------
  meson: always combine directories with prefix

Meson allows directories such as "bindir" to be relative to the prefix.  Right
now configure is forcing an absolute path, but that is not really necessary:
just make sure all uses of the directory variables are prefixed appropriately.
Do the same also for the options that are custom for QEMU, i.e. docdir and
qemu_firmwarepath.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 4840b0eb2b439fb851da5253ea89d4242c6aed37
      
https://github.com/qemu/qemu/commit/4840b0eb2b439fb851da5253ea89d4242c6aed37
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson_options.txt
    M scripts/meson-buildoptions.py
    M scripts/meson-buildoptions.sh

  Log Message:
  -----------
  configure: switch directory options to automatic parsing

While prefix, bindir and qemu_suffix needs special treatment due to
differences between Windows and POSIX systems, everything else
needs no extra code in configure.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 0c296ae15a600e1fdae67320b7f2289ee4e4e7e2
      
https://github.com/qemu/qemu/commit/0c296ae15a600e1fdae67320b7f2289ee4e4e7e2
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson.build
    M scripts/meson-buildoptions.py
    M scripts/meson-buildoptions.sh

  Log Message:
  -----------
  meson: pass more options directly as -D

If an option is not used anywhere by the configure script, it can be just
added to $meson_options even if it is not parsed by the automatically
generated bits in scripts/meson-buildoptions.sh.

The only slightly tricky case is $debug, where the

  if test "$fortify_source" = "yes" ; then
    QEMU_CFLAGS="-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $QEMU_CFLAGS"
    debug=no
  fi

assignment is dead; configure sets fortify_source=no whenever debug=yes.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: f0f6f43d89f730edd726077d22a13435a9f9eb0d
      
https://github.com/qemu/qemu/commit/f0f6f43d89f730edd726077d22a13435a9f9eb0d
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson.build
    M meson_options.txt

  Log Message:
  -----------
  configure: omit options with default values from meson command line

This has no functional change, it only makes the command line shorter
and nicer.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 3d6cea35c7df7b5ecf2208d1521d2f7b160c1fc4
      
https://github.com/qemu/qemu/commit/3d6cea35c7df7b5ecf2208d1521d2f7b160c1fc4
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M hw/virtio/meson.build

  Log Message:
  -----------
  meson, virtio: place all virtio-pci devices under virtio_pci_ss

Since a sourceset already exists for this, avoid unnecessary repeat
of CONFIG_VIRTIO_PCI.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: ccc48bf34928bfdaee33873ca94135f432dd5b80
      
https://github.com/qemu/qemu/commit/ccc48bf34928bfdaee33873ca94135f432dd5b80
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: simplify vhost-net-{user, vdpa} configuration

Cleanup to ease review of the conversion to meson.  vhost_net_user and
vhost_net_vdpa are never assigned anything in the command line parsing
loop, so they are always equal to $vhost_user and $vhost_vdpa.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 4807111ae7669be5dbe77163391cebdc244bacf9
      
https://github.com/qemu/qemu/commit/4807111ae7669be5dbe77163391cebdc244bacf9
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M hw/virtio/Kconfig
    M meson.build

  Log Message:
  -----------
  build: move vhost-vsock configuration to Kconfig

vhost-vsock and vhost-user-vsock are two devices of their own; it should
be possible to enable/disable them with --without-default-devices, not
--without-default-features.  Compute their default value in Kconfig to
obtain the more intuitive behavior.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: c701db97a983e4c7fe11aa382feb0f12511a8e53
      
https://github.com/qemu/qemu/commit/c701db97a983e4c7fe11aa382feb0f12511a8e53
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M hw/scsi/Kconfig
    M include/hw/virtio/virtio-scsi.h
    M meson.build

  Log Message:
  -----------
  build: move vhost-scsi configuration to Kconfig

vhost-scsi and vhost-user-scsi are two devices of their own; it should
be possible to enable/disable them with --without-default-devices, not
--without-default-features.  Compute their default value in Kconfig to
obtain the more intuitive behavior.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 33c1142eee6cd6a0dbaff66c03d0219c84c03977
      
https://github.com/qemu/qemu/commit/33c1142eee6cd6a0dbaff66c03d0219c84c03977
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M hw/virtio/Kconfig
    M meson.build

  Log Message:
  -----------
  build: move vhost-user-fs configuration to Kconfig

vhost-user-fs is a device and it should be possible to enable/disable
it with --without-default-devices, not --without-default-features.
Compute its default value in Kconfig to obtain the more intuitive
behavior.

In this case the configure options were undocumented, too.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 2df56f651dea6fb6eafc738fb3dd6a00e1741faf
      
https://github.com/qemu/qemu/commit/2df56f651dea6fb6eafc738fb3dd6a00e1741faf
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M meson.build
    M tests/meson.build
    M tools/meson.build

  Log Message:
  -----------
  meson: create have_vhost_* variables

When using Meson options rather than config-host.h, the "when" clauses
have to be changed to if statements (which is not necessarily great,
though at least it highlights which parts of the build are per-target
and which are not).

Do that before moving vhost logic to meson.build, though for now
the variables are just based on config-host.mak data.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 75dcd2cb781315ceffbd449365e449069655f166
      
https://github.com/qemu/qemu/commit/75dcd2cb781315ceffbd449365e449069655f166
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M Kconfig.host
    M backends/meson.build
    M hw/net/meson.build
    M hw/virtio/Kconfig
    M hw/virtio/meson.build
    M meson.build
    M net/meson.build
    M tests/qtest/meson.build

  Log Message:
  -----------
  meson: use have_vhost_* variables to pick sources

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 37cc87e2cd3d344facc075caa25c16680d746dae
      
https://github.com/qemu/qemu/commit/37cc87e2cd3d344facc075caa25c16680d746dae
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M configure
    M meson.build
    M meson_options.txt
    M scripts/meson-buildoptions.sh

  Log Message:
  -----------
  configure, meson: move vhost options to Meson

Finish the conversion by moving all the definitions and the constraint
checks to meson_options.txt and meson.build respectively.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: ec31a2f9b5b128c06a499ad076d8b29d664d3896
      
https://github.com/qemu/qemu/commit/ec31a2f9b5b128c06a499ad076d8b29d664d3896
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M hw/audio/pcspk.c
    M hw/audio/soundhw.c
    M include/hw/audio/soundhw.h

  Log Message:
  -----------
  pc: remove -soundhw pcspk

The pcspk device is the only user of the init_isa function, and the only
-soundhw option which does not create a new device (it hacks into the
PCSpkState by hand).  Remove it, since it was deprecated.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 46e214d119af5e7dcc43b2cece9bb9386eca5274
      
https://github.com/qemu/qemu/commit/46e214d119af5e7dcc43b2cece9bb9386eca5274
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M Kconfig.host
    M backends/meson.build
    M configure
    M docs/meson.build
    M hw/audio/pcspk.c
    M hw/audio/soundhw.c
    M hw/net/meson.build
    M hw/scsi/Kconfig
    M hw/virtio/Kconfig
    M hw/virtio/meson.build
    M include/hw/audio/soundhw.h
    M include/hw/virtio/virtio-scsi.h
    M meson.build
    M meson_options.txt
    M net/meson.build
    M qga/vss-win32/meson.build
    M scripts/meson-buildoptions.py
    M scripts/meson-buildoptions.sh
    A scripts/qemu-stamp.py
    A scripts/xen-detect.c
    M target/i386/whpx/whpx-all.c
    M target/i386/whpx/whpx-internal.h
    M tests/meson.build
    M tests/qtest/meson.build
    M tools/meson.build

  Log Message:
  -----------
  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging

* WHPX support for xcr0
* qga-wss fixes
* Meson conversions
* Removed -soundhw pcspk

# -----BEGIN PGP SIGNATURE-----
#
# iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmJsAOoUHHBib256aW5p
# QHJlZGhhdC5jb20ACgkQv/vSX3jHroNJQwf+LDfMn6vdAB8XIlQjvufIJ3bm+C/t
# WRSEveG5EYop91F5Pg39WE2Qe9sNhR4DgohAdmgHzgZRNDQ2tNEq+nropkZvCHHJ
# fMMTYGA2DYST1Q0+Ohb79WXN+Z3kjUHGYKph+zI77BsaR07OlsveQYv2s+V17kiZ
# As4hDxum39DdegMPbQRYnw2VCR2S12+9wL503Mb5FwXSUSRliIcvzUWlDk9Nl9tg
# Ms0DhA2so5K883G2Eu2K8fYbYrrWm+gbvNk0eQlAyYIOmQBbLz8A39jch30jnG83
# Omf/1qIJbkH1ejuaB7EstSKSv+mv8lc31Bdra9CJAGDoc+q4CVh6GErYCg==
# =6kkw
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 29 Apr 2022 08:14:50 AM PDT
# gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg:                issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [undefined]
# gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [undefined]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
#      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83

* tag 'for-upstream' of https://gitlab.com/bonzini/qemu: (25 commits)
  pc: remove -soundhw pcspk
  configure, meson: move vhost options to Meson
  meson: use have_vhost_* variables to pick sources
  meson: create have_vhost_* variables
  build: move vhost-user-fs configuration to Kconfig
  build: move vhost-scsi configuration to Kconfig
  build: move vhost-vsock configuration to Kconfig
  configure: simplify vhost-net-{user, vdpa} configuration
  meson, virtio: place all virtio-pci devices under virtio_pci_ss
  configure: omit options with default values from meson command line
  meson: pass more options directly as -D
  configure: switch directory options to automatic parsing
  meson: always combine directories with prefix
  meson, configure: move --interp-prefix to meson
  meson, configure: move --with-pkgversion, CONFIG_STAMP to meson
  meson, configure: move bdrv whitelists to meson
  meson, configure: move --tls-priority to meson
  configure: switch string options to automatic parsing
  configure: move Windows flags detection to meson
  configure, meson: move iasl detection to meson
  ...

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


Compare: https://github.com/qemu/qemu/compare/731340813fdb...46e214d119af



reply via email to

[Prev in Thread] Current Thread [Next in Thread]