[PULL 0/4] Build fix patches for 2023-09-13

Paolo Bonzini posted 4 patches 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230913120820.969262-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jason Wang <jasowang@redhat.com>
meson.build       |  4 ++--
net/meson.build   |  2 +-
target/i386/cpu.c | 46 ++++++++++++++++++++++------------------------
3 files changed, 25 insertions(+), 27 deletions(-)
[PULL 0/4] Build fix patches for 2023-09-13
Posted by Paolo Bonzini 8 months ago
The following changes since commit 9ef497755afc252fb8e060c9ea6b0987abfd20b6:

  Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into staging (2023-09-11 09:13:08 -0400)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to d04740243604389b6f05baa28fe3a28f016ed37b:

  target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid() (2023-09-13 12:16:41 +0200)

----------------------------------------------------------------
* target/i386: fix non-optimized compilation on clang
* fix detection of Solaris/IllumOS

----------------------------------------------------------------
Jonathan Perkin (1):
      meson: Fix targetos match for illumos and Solaris.

Philippe Mathieu-Daudé (3):
      target/i386: Check kvm_hyperv_expand_features() return value
      target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuid
      target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()

 meson.build       |  4 ++--
 net/meson.build   |  2 +-
 target/i386/cpu.c | 46 ++++++++++++++++++++++------------------------
 3 files changed, 25 insertions(+), 27 deletions(-)
-- 
2.41.0


Re: [PULL 0/4] Build fix patches for 2023-09-13
Posted by Stefan Hajnoczi 8 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.