From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blPyN-0002kB-Pf for qemu-devel@nongnu.org; Sat, 17 Sep 2016 20:28:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blPyK-00015Q-Gy for qemu-devel@nongnu.org; Sat, 17 Sep 2016 20:28:43 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:53094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blPyJ-0000l9-Tc for qemu-devel@nongnu.org; Sat, 17 Sep 2016 20:28:40 -0400 Message-ID: <57DDDF9B.2080501@huawei.com> Date: Sun, 18 Sep 2016 08:28:11 +0800 From: "Longpeng (Mike)" MIME-Version: 1.0 References: <1473847310-129729-1-git-send-email-imammedo@redhat.com> In-Reply-To: <1473847310-129729-1-git-send-email-imammedo@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] pc: fixes broken compat logic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org, mst@redhat.com, marcel@redhat.com, ehabkost@redhat.com Hi Igor, On 2016/9/14 18:01, Igor Mammedov wrote: > fixes mistakes made by: > > targte-i386: Add virtual L3 cache support > https://www.mail-archive.com/qemu-devel@nongnu.org/msg395418.html > > Igor Mammedov (2): > pc: fix regression introduced by adding 2.8 machine > target-i386: turn off CPU.l3-cache only for 2.7 and older machine > types > > include/hw/i386/pc.h | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > You're right, thank you for correcting my mistakes :) -- Regards, Longpeng(Mike)