From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vim5H-0001EX-1s for qemu-devel@nongnu.org; Tue, 19 Nov 2013 09:15:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vim5B-0003x1-2H for qemu-devel@nongnu.org; Tue, 19 Nov 2013 09:15:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vim5A-0003wr-R6 for qemu-devel@nongnu.org; Tue, 19 Nov 2013 09:15:13 -0500 Message-ID: <528B7262.1010909@redhat.com> Date: Tue, 19 Nov 2013 15:14:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1379694292-1601-1-git-send-email-pbonzini@redhat.com> <1379694292-1601-12-git-send-email-pbonzini@redhat.com> <528A310A.60607@dlhnet.de> <528A3422.1030701@kamp.de> <528A3C4A.4090001@redhat.com> <528B3C86.3030309@kamp.de> <528B41A5.1080504@redhat.com> <528B53A6.3030204@kamp.de> <528B561C.9070200@redhat.com> <528B5A5B.1090705@kamp.de> <528B65E6.7040203@redhat.com> <528B7190.1060009@kamp.de> In-Reply-To: <528B7190.1060009@kamp.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 11/13] target-i386: forward CPUID cache leaves when -cpu host is used List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: qemu-devel@nongnu.org, Anthony Liguori , =?UTF-8?B?QmVub8OudCBDYW5ldA==?= Il 19/11/2013 15:11, Peter Lieven ha scritto: >>>> >>> I already tried exactly this fix. Its reading index 0x0000004 for >>> increasing indexes until qemu aborts: >> Oops, it should be I guess "if ((*eax & 31) && cs->nr_cores > 1)". > Maybe, how should we continue. This should be fixed before 1.7 comes out. If this works, I'll post a patch. Paolo