On Tue, Aug 04, 2015 at 04:41:44PM +0100, Peter Maydell wrote: > On 4 August 2015 at 16:10, Michael S. Tsirkin <m...@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ář <rkrc...@redhat.com> > >> > --- > >> > include/hw/i386/pc.h | 4 ++++ > >> > 1 file changed, 4 insertions(+) > >> > >> Looks okay, > >> > >> Reviewed-by: Andreas Färber <afaer...@suse.de> > >> > >> Andreas > > > > Acked-by: Michael S. Tsirkin <m...@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(+) -- Eduardo