From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBp30-00006j-63 for qemu-devel@nongnu.org; Tue, 20 Aug 2013 12:44:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBp2u-0007Oy-L4 for qemu-devel@nongnu.org; Tue, 20 Aug 2013 12:44:46 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:44892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBp2u-0007Ou-Bx for qemu-devel@nongnu.org; Tue, 20 Aug 2013 12:44:40 -0400 Received: by mail-we0-f180.google.com with SMTP id p61so630991wes.39 for ; Tue, 20 Aug 2013 09:44:39 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <52139CCD.60104@redhat.com> Date: Tue, 20 Aug 2013 18:43:57 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <5211E3E9.7080507@redhat.com> <521232E2.2090802@suse.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-kvm bugfix for IA32_FEATURE_CONTROL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Liu, Jinsong" Cc: Gleb Natapov , kvm , Stefan Weil , Marcelo Tosatti , "qemu-devel@nongnu.org" , =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 20/08/2013 05:33, Liu, Jinsong ha scritto: > Thanks Andreas! > > This patch is for qemu-kvm. Even though the repository is still called qemu-kvm, the uq/master branch is the only active one and patches there will end up in upstream QEMU. There are no qemu-kvm releases anymore. I applied the patch to uq/master, thanks. Paolo > Per my understanding, there are some patches firstly checked in qemu-kvm uq/master branch. > This patch is to fix c/s 0779caeb1a17f4d3ed14e2925b36ba09b084fb7b of qemu-kvm uq/master branch > (which is to co-work w/ kvm IA32_FEATURE_CONTROL, and currently not yet in upstream qemu). > > This patch is used to fix the bug introduced by 0779caeb1a17f4d3ed14e2925b36ba09b084fb7b of qemu-kvm uq/master branch. The bug is reported as > https://bugs.launchpad.net/qemu-kvm/+bug/1207623 > https://bugs.launchpad.net/qemu/+bug/1213797 > > Anything I misunderstand, for upstream qemu and qemu-kvm?