[PULL 0/1] KVM fix for QEMU 4.2-rc

Paolo Bonzini posted 1 patch 4 years, 4 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191206113635.6570-1-pbonzini@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <rth@twiddle.net>
target/i386/kvm.c | 8 ++++++++
1 file changed, 8 insertions(+)
[PULL 0/1] KVM fix for QEMU 4.2-rc
Posted by Paolo Bonzini 4 years, 4 months ago
The following changes since commit 1bdc319ab5d289ce6b822e06fb2b13666fd9278e:

  Update version for v4.2.0-rc4 release (2019-12-03 17:56:30 +0000)

are available in the Git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 2605188240f939fa9ae9353f53a0985620b34769:

  target/i386: disable VMX features if nested=0 (2019-12-06 12:35:40 +0100)

----------------------------------------------------------------
* fix for x86 KVM on older kernels (Yang Zhong)

----------------------------------------------------------------
Yang Zhong (1):
      target/i386: disable VMX features if nested=0

 target/i386/kvm.c | 8 ++++++++
 1 file changed, 8 insertions(+)
-- 
2.21.0


Re: [PULL 0/1] KVM fix for QEMU 4.2-rc
Posted by Peter Maydell 4 years, 4 months ago
On Fri, 6 Dec 2019 at 15:04, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 1bdc319ab5d289ce6b822e06fb2b13666fd9278e:
>
>   Update version for v4.2.0-rc4 release (2019-12-03 17:56:30 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 2605188240f939fa9ae9353f53a0985620b34769:
>
>   target/i386: disable VMX features if nested=0 (2019-12-06 12:35:40 +0100)
>
> ----------------------------------------------------------------
> * fix for x86 KVM on older kernels (Yang Zhong)
>
> ----------------------------------------------------------------
> Yang Zhong (1):
>       target/i386: disable VMX features if nested=0


Applied, thanks.

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

-- PMM

Re: [PULL 0/1] KVM fix for QEMU 4.2-rc
Posted by Peter Maydell 4 years, 4 months ago
On Fri, 6 Dec 2019 at 15:04, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 1bdc319ab5d289ce6b822e06fb2b13666fd9278e:
>
>   Update version for v4.2.0-rc4 release (2019-12-03 17:56:30 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 2605188240f939fa9ae9353f53a0985620b34769:
>
>   target/i386: disable VMX features if nested=0 (2019-12-06 12:35:40 +0100)
>
> ----------------------------------------------------------------
> * fix for x86 KVM on older kernels (Yang Zhong)

I know you talked to me on irc about this, but pull request
cover letters at this stage in the release process really
need detailed discussion of what is being fixed, the
severity of the bug and why it needs to go into this
release rather than waiting for 5.0...

>
> ----------------------------------------------------------------
> Yang Zhong (1):
>       target/i386: disable VMX features if nested=0
>
>  target/i386/kvm.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
> --
> 2.21.0

thanks
-- PMM