[Qemu-devel] [PULL 0/1] x86 fix for -rc0

Eduardo Habkost posted 1 patch 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180709172206.6334-1-ehabkost@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
include/hw/i386/pc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] x86 fix for -rc0
Posted by Eduardo Habkost 7 years, 3 months ago
The following changes since commit 43a473993fd9378bf850dcafa68eb6dee8c300f8:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-07-06 18:18:08 +0100)

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 97e50dd013fbf2643a3b3f693a72159de5d25b50:

  pc: Fix typo on PC_COMPAT_2_12 (2018-07-09 14:20:57 -0300)

----------------------------------------------------------------
x86 fix for -rc0

* Fix EPYC-IBPB compat code

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

Eduardo Habkost (1):
  pc: Fix typo on PC_COMPAT_2_12

 include/hw/i386/pc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/1] x86 fix for -rc0
Posted by Peter Maydell 7 years, 3 months ago
On 9 July 2018 at 18:22, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 43a473993fd9378bf850dcafa68eb6dee8c300f8:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-07-06 18:18:08 +0100)
>
> 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 97e50dd013fbf2643a3b3f693a72159de5d25b50:
>
>   pc: Fix typo on PC_COMPAT_2_12 (2018-07-09 14:20:57 -0300)
>
> ----------------------------------------------------------------
> x86 fix for -rc0
>
> * Fix EPYC-IBPB compat code
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (1):
>   pc: Fix typo on PC_COMPAT_2_12
>
>  include/hw/i386/pc.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.

-- PMM