[PULL 00/23] Misc QEMU patches for 2022-05-16

Paolo Bonzini posted 23 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220516155603.1234712-1-pbonzini@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Amit Shah <amit@kernel.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Konstantin Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>, Marcelo Tosatti <mtosatti@redhat.com>, Sunil Muthuswamy <sunilmut@microsoft.com>
Makefile                        |   3 -
audio/audio.c                   |   8 +-
audio/audio.h                   |   1 +
backends/rng.c                  |  18 +--
configure                       |   5 -
crypto/secret_common.c          |  84 +++++-----
crypto/tlscredsanon.c           |  20 +--
crypto/tlscredspsk.c            |  20 +--
crypto/tlscredsx509.c           |  20 +--
docs/about/deprecated.rst       |  34 -----
docs/about/removed-features.rst |  28 ++++
hw/audio/intel-hda.c            |   5 +-
hw/audio/soundhw.c              | 136 ++++++++---------
hw/core/qdev-properties.c       |  19 +++
include/hw/audio/soundhw.h      |   5 +-
include/hw/qdev-properties.h    |  12 ++
qemu-options.hx                 |  51 +++----
qga/vss-win32/meson.build       |   2 +-
qga/vss-win32/requester.cpp     |   4 +-
softmmu/vl.c                    |  30 +++-
target/i386/cpu.c               | 331 ++++++++++++++++++++--------------------
target/i386/cpu.h               |  57 ++++++-
target/i386/kvm/kvm.c           | 113 +++++++++++---
target/i386/machine.c           |  38 +++++
target/i386/whpx/whpx-all.c     |  13 +-
25 files changed, 600 insertions(+), 457 deletions(-)
[PULL 00/23] Misc QEMU patches for 2022-05-16
Posted by Paolo Bonzini 1 year, 11 months ago
The following changes since commit 48de9b0916ef60d5a6bd6ca9288832deff8ee1ee:

  Merge tag 'linux-headers-v5.18-rc6' of https://gitlab.com/alex.williamson/qemu into staging (2022-05-13 09:45:17 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8eccdb9eb84615291faef1257d5779ebfef7a0d0:

  configure: remove duplicate help messages (2022-05-14 12:33:45 +0200)

----------------------------------------------------------------
* fix WHPX debugging
* misc qga-vss fixes
* remove the deprecated CPU model 'Icelake-Client'
* support for x86 architectural LBR
* remove deprecated properties
* replace deprecated -soundhw with -audio

----------------------------------------------------------------
Ivan Shcherbakov (1):
      WHPX: fixed TPR/CR8 translation issues affecting VM debugging

Konstantin Kostiuk (2):
      qga-vss: Add auto generated headers to dependencies
      qga-vss: Use the proper operator to free memory

Paolo Bonzini (11):
      target/i386: introduce helper to access supported CPUID
      crypto: make loaded property read-only
      rng: make opened property read-only
      soundhw: remove ability to create multiple soundcards
      soundhw: extract soundhw help to a separate function
      soundhw: unify initialization for ISA and PCI soundhw
      soundhw: move help handling to vl.c
      introduce -audio as a replacement for -soundhw
      build: remove useless dependency
      configure: remove another dead variable
      configure: remove duplicate help messages

Robert Hoo (1):
      i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

Yang Weijiang (8):
      qdev-properties: Add a new macro with bitmask check for uint64_t property
      target/i386: Add lbr-fmt vPMU option to support guest LBR
      target/i386: Add kvm_get_one_msr helper
      target/i386: Enable support for XSAVES based features
      target/i386: Add XSAVES support for Arch LBR
      target/i386: Add MSR access interface for Arch LBR
      target/i386: Enable Arch LBR migration states in vmstate
      target/i386: Support Arch LBR in CPUID enumeration

 Makefile                        |   3 -
 audio/audio.c                   |   8 +-
 audio/audio.h                   |   1 +
 backends/rng.c                  |  18 +--
 configure                       |   5 -
 crypto/secret_common.c          |  84 +++++-----
 crypto/tlscredsanon.c           |  20 +--
 crypto/tlscredspsk.c            |  20 +--
 crypto/tlscredsx509.c           |  20 +--
 docs/about/deprecated.rst       |  34 -----
 docs/about/removed-features.rst |  28 ++++
 hw/audio/intel-hda.c            |   5 +-
 hw/audio/soundhw.c              | 136 ++++++++---------
 hw/core/qdev-properties.c       |  19 +++
 include/hw/audio/soundhw.h      |   5 +-
 include/hw/qdev-properties.h    |  12 ++
 qemu-options.hx                 |  51 +++----
 qga/vss-win32/meson.build       |   2 +-
 qga/vss-win32/requester.cpp     |   4 +-
 softmmu/vl.c                    |  30 +++-
 target/i386/cpu.c               | 331 ++++++++++++++++++++--------------------
 target/i386/cpu.h               |  57 ++++++-
 target/i386/kvm/kvm.c           | 113 +++++++++++---
 target/i386/machine.c           |  38 +++++
 target/i386/whpx/whpx-all.c     |  13 +-
 25 files changed, 600 insertions(+), 457 deletions(-)
-- 
2.36.0
Re: [PULL 00/23] Misc QEMU patches for 2022-05-16
Posted by Richard Henderson 1 year, 11 months ago
On 5/16/22 08:55, Paolo Bonzini wrote:
> The following changes since commit 48de9b0916ef60d5a6bd6ca9288832deff8ee1ee:
> 
>    Merge tag 'linux-headers-v5.18-rc6' of https://gitlab.com/alex.williamson/qemu into staging (2022-05-13 09:45:17 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to 8eccdb9eb84615291faef1257d5779ebfef7a0d0:
> 
>    configure: remove duplicate help messages (2022-05-14 12:33:45 +0200)
> 
> ----------------------------------------------------------------
> * fix WHPX debugging
> * misc qga-vss fixes
> * remove the deprecated CPU model 'Icelake-Client'
> * support for x86 architectural LBR
> * remove deprecated properties
> * replace deprecated -soundhw with -audio

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Ivan Shcherbakov (1):
>        WHPX: fixed TPR/CR8 translation issues affecting VM debugging
> 
> Konstantin Kostiuk (2):
>        qga-vss: Add auto generated headers to dependencies
>        qga-vss: Use the proper operator to free memory
> 
> Paolo Bonzini (11):
>        target/i386: introduce helper to access supported CPUID
>        crypto: make loaded property read-only
>        rng: make opened property read-only
>        soundhw: remove ability to create multiple soundcards
>        soundhw: extract soundhw help to a separate function
>        soundhw: unify initialization for ISA and PCI soundhw
>        soundhw: move help handling to vl.c
>        introduce -audio as a replacement for -soundhw
>        build: remove useless dependency
>        configure: remove another dead variable
>        configure: remove duplicate help messages
> 
> Robert Hoo (1):
>        i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
> 
> Yang Weijiang (8):
>        qdev-properties: Add a new macro with bitmask check for uint64_t property
>        target/i386: Add lbr-fmt vPMU option to support guest LBR
>        target/i386: Add kvm_get_one_msr helper
>        target/i386: Enable support for XSAVES based features
>        target/i386: Add XSAVES support for Arch LBR
>        target/i386: Add MSR access interface for Arch LBR
>        target/i386: Enable Arch LBR migration states in vmstate
>        target/i386: Support Arch LBR in CPUID enumeration
> 
>   Makefile                        |   3 -
>   audio/audio.c                   |   8 +-
>   audio/audio.h                   |   1 +
>   backends/rng.c                  |  18 +--
>   configure                       |   5 -
>   crypto/secret_common.c          |  84 +++++-----
>   crypto/tlscredsanon.c           |  20 +--
>   crypto/tlscredspsk.c            |  20 +--
>   crypto/tlscredsx509.c           |  20 +--
>   docs/about/deprecated.rst       |  34 -----
>   docs/about/removed-features.rst |  28 ++++
>   hw/audio/intel-hda.c            |   5 +-
>   hw/audio/soundhw.c              | 136 ++++++++---------
>   hw/core/qdev-properties.c       |  19 +++
>   include/hw/audio/soundhw.h      |   5 +-
>   include/hw/qdev-properties.h    |  12 ++
>   qemu-options.hx                 |  51 +++----
>   qga/vss-win32/meson.build       |   2 +-
>   qga/vss-win32/requester.cpp     |   4 +-
>   softmmu/vl.c                    |  30 +++-
>   target/i386/cpu.c               | 331 ++++++++++++++++++++--------------------
>   target/i386/cpu.h               |  57 ++++++-
>   target/i386/kvm/kvm.c           | 113 +++++++++++---
>   target/i386/machine.c           |  38 +++++
>   target/i386/whpx/whpx-all.c     |  13 +-
>   25 files changed, 600 insertions(+), 457 deletions(-)