[Qemu-devel] [PULL 0/5] x86 queue for -rc1

Eduardo Habkost posted 5 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190321193600.15935-1-ehabkost@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Richard Henderson <rth@twiddle.net>, Paolo Bonzini <pbonzini@redhat.com>
docs/qemu-cpu-models.texi       | 28 ++++++++++++++++++++++++----
target/i386/cpu.c               |  7 +++----
target/i386/kvm.c               |  9 +++++++++
tests/acceptance/cpu_queries.py | 33 +++++++++++++++++++++++++++++++++
4 files changed, 69 insertions(+), 8 deletions(-)
create mode 100644 tests/acceptance/cpu_queries.py
[Qemu-devel] [PULL 0/5] x86 queue for -rc1
Posted by Eduardo Habkost 5 years, 1 month ago
The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:

  Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-next-pull-request

for you to fetch changes up to 21ee4787e53367590f284915bf4c30c684e65bdf:

  docs: add note about stibp CPU feature for spectre v2 (2019-03-20 12:18:15 -0300)

----------------------------------------------------------------
x86 queue for -rc1

A few fixes that missed -rc0:
* CPU model documentation updates (Daniel P. Berrangé)
* Fix bogus OSPKE warnings (Eduardo Habkost)
* Work around KVM bugs when handing arch_capabilities
  (Eduardo Habkost)

----------------------------------------------------------------

Daniel P. Berrangé (2):
  docs: clarify that spec-ctrl is only needed for Spectre v2
  docs: add note about stibp CPU feature for spectre v2

Eduardo Habkost (3):
  i386: kvm: Disable arch_capabilities if MSR can't be set
  i386: Make arch_capabilities migratable
  i386: Disable OSPKE on CPU model definitions

 docs/qemu-cpu-models.texi       | 28 ++++++++++++++++++++++++----
 target/i386/cpu.c               |  7 +++----
 target/i386/kvm.c               |  9 +++++++++
 tests/acceptance/cpu_queries.py | 33 +++++++++++++++++++++++++++++++++
 4 files changed, 69 insertions(+), 8 deletions(-)
 create mode 100644 tests/acceptance/cpu_queries.py

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/5] x86 queue for -rc1
Posted by Peter Maydell 5 years, 1 month ago
On Thu, 21 Mar 2019 at 19:36, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:
>
>   Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-next-pull-request
>
> for you to fetch changes up to 21ee4787e53367590f284915bf4c30c684e65bdf:
>
>   docs: add note about stibp CPU feature for spectre v2 (2019-03-20 12:18:15 -0300)
>
> ----------------------------------------------------------------
> x86 queue for -rc1
>
> A few fixes that missed -rc0:
> * CPU model documentation updates (Daniel P. Berrangé)
> * Fix bogus OSPKE warnings (Eduardo Habkost)
> * Work around KVM bugs when handing arch_capabilities
>   (Eduardo Habkost)
>

Applied, thanks.

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

-- PMM