mbox

[for-2.4] target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3

Message ID 20150804155040.GC6396@thinpad.lan.raisama.net
State New
Headers show

Pull-request

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

Message

Eduardo Habkost Aug. 4, 2015, 3:50 p.m. UTC
On Tue, Aug 04, 2015 at 04:41:44PM +0100, Peter Maydell wrote:
> On 4 August 2015 at 16:10, Michael S. Tsirkin <mst@redhat.com> wrote:
> > On Tue, Aug 04, 2015 at 04:27:53PM +0200, Andreas Färber wrote:
> >> Am 04.08.2015 um 16:17 schrieb Radim Krčmář:
> >> > Previous patch changed xlevel and missed the compatibility code.
> >> >
> >> > Fixes: 3046bb5debc8 ("target-i386: emulate CPUID level of real hardware")
> >> > Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
> >> > ---
> >> >  include/hw/i386/pc.h | 4 ++++
> >> >  1 file changed, 4 insertions(+)
> >>
> >> Looks okay,
> >>
> >> Reviewed-by: Andreas Färber <afaerber@suse.de>
> >>
> >> Andreas
> >
> > Acked-by: Michael S. Tsirkin <mst@redhat.com>
> >
> > Please merge through the CPU tree.
> 
> Do you object if I just apply it to master? I'd like to get
> the next rc out today or tomorrow and I'm not sure we have
> any other outstanding for-2.4 fixes...

No problem. If you want to, I have just published a signed tag ready for
pulling:

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

The following changes since commit 426d0e7b7e031a1592292b3eb275483b341a2f28:

  Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150804' into staging (2015-08-04 12:57:06 +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 27751aabd1e0359d84314bc230beccdef2168d1f:

  target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3 (2015-08-04 12:49:32 -0300)

----------------------------------------------------------------
X86 queue, 2015-08-04

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

Radim Krčmář (1):
  target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3

 include/hw/i386/pc.h | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Peter Maydell Aug. 4, 2015, 3:53 p.m. UTC | #1
On 4 August 2015 at 16:50, Eduardo Habkost <ehabkost@redhat.com> wrote:
> On Tue, Aug 04, 2015 at 04:41:44PM +0100, Peter Maydell wrote:
>> On 4 August 2015 at 16:10, Michael S. Tsirkin <mst@redhat.com> wrote:
>> > On Tue, Aug 04, 2015 at 04:27:53PM +0200, Andreas Färber wrote:
>> >> Am 04.08.2015 um 16:17 schrieb Radim Krčmář:
>> >> > Previous patch changed xlevel and missed the compatibility code.
>> >> >
>> >> > Fixes: 3046bb5debc8 ("target-i386: emulate CPUID level of real hardware")
>> >> > Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
>> >> > ---
>> >> >  include/hw/i386/pc.h | 4 ++++
>> >> >  1 file changed, 4 insertions(+)
>> >>
>> >> Looks okay,
>> >>
>> >> Reviewed-by: Andreas Färber <afaerber@suse.de>
>> >>
>> >> Andreas
>> >
>> > Acked-by: Michael S. Tsirkin <mst@redhat.com>
>> >
>> > Please merge through the CPU tree.
>>
>> Do you object if I just apply it to master? I'd like to get
>> the next rc out today or tomorrow and I'm not sure we have
>> any other outstanding for-2.4 fixes...
>
> No problem. If you want to, I have just published a signed tag ready for
> pulling:

Great, I'll use that.

-- PMM
Peter Maydell Aug. 4, 2015, 5:47 p.m. UTC | #2
On 4 August 2015 at 16:53, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 4 August 2015 at 16:50, Eduardo Habkost <ehabkost@redhat.com> wrote:
>> No problem. If you want to, I have just published a signed tag ready for
>> pulling:
>
> Great, I'll use that.

Applied, thanks.

-- PMM