Re: [Qemu-devel] [PULL 0/2] x86 fixes for -rc3

2018-11-27 Thread Peter Maydell
On Mon, 26 Nov 2018 at 20:59, Eduardo Habkost  wrote:
>
> The following changes since commit d522fba24478474911b0e6e488b6d1dcf1af54f8:
>
>   Merge remote-tracking branch 
> 'remotes/pmaydell/tags/pull-target-arm-20181126' into staging (2018-11-26 
> 13:58:46 +)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-for-3.1-pull-request
>
> for you to fetch changes up to 30a759b61a9247378a9cb84fbe4e437ae66e0461:
>
>   hw/hyperv: fix NULL dereference with pure-kvm SynIC (2018-11-26 14:14:38 
> -0200)
>
> 
> x86 fixes for -rc3
>
> * Fix SynIC crash
> * Fix x86 crash on MSR code on AMD hosts
>
> 


Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/2] x86 fixes for -rc3

2018-11-26 Thread Eduardo Habkost
The following changes since commit d522fba24478474911b0e6e488b6d1dcf1af54f8:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181126' 
into staging (2018-11-26 13:58:46 +)

are available in the Git repository at:

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

for you to fetch changes up to 30a759b61a9247378a9cb84fbe4e437ae66e0461:

  hw/hyperv: fix NULL dereference with pure-kvm SynIC (2018-11-26 14:14:38 
-0200)


x86 fixes for -rc3

* Fix SynIC crash
* Fix x86 crash on MSR code on AMD hosts



Bandan Das (1):
  kvm: Use KVM_GET_MSR_INDEX_LIST for MSR_IA32_ARCH_CAPABILITIES support

Roman Kagan (1):
  hw/hyperv: fix NULL dereference with pure-kvm SynIC

 hw/hyperv/hyperv.c |  6 +-
 target/i386/kvm.c  | 15 +++
 2 files changed, 12 insertions(+), 9 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140




Re: [Qemu-devel] [PULL 0/2] x86 fixes

2016-10-04 Thread Peter Maydell
On 3 October 2016 at 20:08, Eduardo Habkost  wrote:
> The following changes since commit c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064:
>
>   Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20160927' into 
> staging (2016-09-30 23:45:56 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to 339892d758efb2d0954160d41736a0eac9875d67:
>
>   target-i386: Correct family/model/stepping for Opteron_G3 (2016-10-03 
> 16:06:43 -0300)
>
> 
> x86 bug fixes
>
> Fix for a XSAVE regression when using "-cpu host", and a fix on
> the Opteron_G3 CPU model.
>
> 

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/2] x86 fixes

2016-10-03 Thread Eduardo Habkost
The following changes since commit c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064:

  Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20160927' into 
staging (2016-09-30 23:45:56 +0100)

are available in the git repository at:

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

for you to fetch changes up to 339892d758efb2d0954160d41736a0eac9875d67:

  target-i386: Correct family/model/stepping for Opteron_G3 (2016-10-03 
16:06:43 -0300)


x86 bug fixes

Fix for a XSAVE regression when using "-cpu host", and a fix on
the Opteron_G3 CPU model.



Eduardo Habkost (1):
  target-i386: Report known CPUID[EAX=0xD,ECX=0]:EAX bits as migratable

Evgeny Yakovlev (1):
  target-i386: Correct family/model/stepping for Opteron_G3

 include/hw/i386/pc.h | 15 +++
 target-i386/cpu.c| 25 ++---
 2 files changed, 29 insertions(+), 11 deletions(-)

-- 
2.7.4




Re: [Qemu-devel] [PULL 0/2] X86 fixes

2016-03-14 Thread Eduardo Habkost
On Mon, Mar 14, 2016 at 04:21:44PM +, Peter Maydell wrote:
> On 11 March 2016 at 18:47, Eduardo Habkost  wrote:
> > The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:
> >
> >   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' 
> > into staging (2016-03-10 02:51:14 +)
> >
> > are available in the git repository at:
> >
> >   git://github.com/ehabkost/qemu.git tags/x86-pull-request
> >
> > for you to fetch changes up to b04c3b6ad8b3e802fe7ad7a3ff5a9ab980d22578:
> >
> >   kvm: Remove x2apic feature from CPU model when kernel_irqchip is off 
> > (2016-03-11 15:43:48 -0300)
> >
> > 
> > X86 fixes
> >
> > 
> >
> > Denis V. Lunev (1):
> >   hyperv: cpu hotplug fix with HyperV enabled
> >
> > Lan Tianyu (1):
> >   kvm: Remove x2apic feature from CPU model when kernel_irqchip is off
> >
> >  roms/SLOF | 2 +-
> >  roms/openbios | 2 +-
> >  target-i386/cpu.c | 4 
> >  target-i386/kvm.c | 1 +
> >  4 files changed, 7 insertions(+), 2 deletions(-)
> 
> This pull contains submodule updates not mentioned in the
> commit messages -- are they intentional ?

They are not, sorry again. I am submitting a new pull request.

I am adding a hook to my repository so it never happen again.

-- 
Eduardo



Re: [Qemu-devel] [PULL 0/2] X86 fixes

2016-03-14 Thread Peter Maydell
On 11 March 2016 at 18:47, Eduardo Habkost  wrote:
> The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into 
> staging (2016-03-10 02:51:14 +)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to b04c3b6ad8b3e802fe7ad7a3ff5a9ab980d22578:
>
>   kvm: Remove x2apic feature from CPU model when kernel_irqchip is off 
> (2016-03-11 15:43:48 -0300)
>
> 
> X86 fixes
>
> 
>
> Denis V. Lunev (1):
>   hyperv: cpu hotplug fix with HyperV enabled
>
> Lan Tianyu (1):
>   kvm: Remove x2apic feature from CPU model when kernel_irqchip is off
>
>  roms/SLOF | 2 +-
>  roms/openbios | 2 +-
>  target-i386/cpu.c | 4 
>  target-i386/kvm.c | 1 +
>  4 files changed, 7 insertions(+), 2 deletions(-)

This pull contains submodule updates not mentioned in the
commit messages -- are they intentional ?

thanks
-- PMM



[Qemu-devel] [PULL 0/2] X86 fixes

2016-03-11 Thread Eduardo Habkost
The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into 
staging (2016-03-10 02:51:14 +)

are available in the git repository at:

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

for you to fetch changes up to b04c3b6ad8b3e802fe7ad7a3ff5a9ab980d22578:

  kvm: Remove x2apic feature from CPU model when kernel_irqchip is off 
(2016-03-11 15:43:48 -0300)


X86 fixes



Denis V. Lunev (1):
  hyperv: cpu hotplug fix with HyperV enabled

Lan Tianyu (1):
  kvm: Remove x2apic feature from CPU model when kernel_irqchip is off

 roms/SLOF | 2 +-
 roms/openbios | 2 +-
 target-i386/cpu.c | 4 
 target-i386/kvm.c | 1 +
 4 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.1.0




Re: [Qemu-devel] [PULL 0/2] X86 fixes, 2015-11-17

2015-11-18 Thread Peter Maydell
On 17 November 2015 at 19:11, Eduardo Habkost  wrote:
> The following changes since commit 9be060f5278dc0d732ebfcf2bf0a293f88b833eb:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' 
> into staging (2015-11-17 11:33:38 +)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to 33b5e8c03ae7a62d320d3c5c1104fe297d5c300d:
>
>   target-i386: Disable rdtscp on Opteron_G* CPU models (2015-11-17 17:05:59 
> -0200)
>
> 
> X86 fixes, 2015-11-17
>
> Two X86 fixes, hopefully in time for -rc1.
>
> 
>
> Eduardo Habkost (1):
>   target-i386: Disable rdtscp on Opteron_G* CPU models
>
> Richard Henderson (1):
>   target-i386: Fix mulx for identical target regs

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/2] X86 fixes, 2015-11-17

2015-11-17 Thread Eduardo Habkost
The following changes since commit 9be060f5278dc0d732ebfcf2bf0a293f88b833eb:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into 
staging (2015-11-17 11:33:38 +)

are available in the git repository at:

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

for you to fetch changes up to 33b5e8c03ae7a62d320d3c5c1104fe297d5c300d:

  target-i386: Disable rdtscp on Opteron_G* CPU models (2015-11-17 17:05:59 
-0200)


X86 fixes, 2015-11-17

Two X86 fixes, hopefully in time for -rc1.



Eduardo Habkost (1):
  target-i386: Disable rdtscp on Opteron_G* CPU models

Richard Henderson (1):
  target-i386: Fix mulx for identical target regs

 include/hw/i386/pc.h| 17 +
 target-i386/cpu.c   | 12 
 target-i386/translate.c |  4 +++-
 3 files changed, 28 insertions(+), 5 deletions(-)

-- 
2.1.0