[PULL 0/1] x86 bug fix for -rc2

Eduardo Habkost posted 1 patch 3 years, 9 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200723191327.3003969-1-ehabkost@redhat.com
Maintainers: Marcelo Tosatti <mtosatti@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Richard Henderson <rth@twiddle.net>, Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm.c | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
[PULL 0/1] x86 bug fix for -rc2
Posted by Eduardo Habkost 3 years, 9 months ago
The following changes since commit 8ffa52c20d5693d454f65f2024a1494edfea65d4:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-07-23 13:38:21 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 0baa4b445e28f37243e5dc72e7efe32f0c9d7801:

  KVM: fix CPU reset wrt HF2_GIF_MASK (2020-07-23 15:03:54 -0400)

----------------------------------------------------------------
x86 bug fix for -rc2

A fix from Vitaly Kuznetsov for a CPU reset bug
reported by Jan Kiszka.

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

Vitaly Kuznetsov (1):
  KVM: fix CPU reset wrt HF2_GIF_MASK

 target/i386/kvm.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

-- 
2.26.2



Re: [PULL 0/1] x86 bug fix for -rc2
Posted by Peter Maydell 3 years, 9 months ago
On Thu, 23 Jul 2020 at 20:14, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 8ffa52c20d5693d454f65f2024a1494edfea65d4:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-07-23 13:38:21 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-next-for-5.1-pull-request
>
> for you to fetch changes up to 0baa4b445e28f37243e5dc72e7efe32f0c9d7801:
>
>   KVM: fix CPU reset wrt HF2_GIF_MASK (2020-07-23 15:03:54 -0400)
>
> ----------------------------------------------------------------
> x86 bug fix for -rc2
>
> A fix from Vitaly Kuznetsov for a CPU reset bug
> reported by Jan Kiszka.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM