From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [Qemu-devel] [PATCH] qemu-kvm bugfix for IA32_FEATURE_CONTROL Date: Tue, 20 Aug 2013 18:43:57 +0200 Message-ID: <52139CCD.60104@redhat.com> References: <5211E3E9.7080507@redhat.com> <521232E2.2090802@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: =?ISO-8859-1?Q?Andreas_F=E4rber?= , Stefan Weil , Marcelo Tosatti , "qemu-devel@nongnu.org" , Gleb Natapov , kvm To: "Liu, Jinsong" Return-path: Received: from mail-wg0-f51.google.com ([74.125.82.51]:33845 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367Ab3HTQok (ORCPT ); Tue, 20 Aug 2013 12:44:40 -0400 Received: by mail-wg0-f51.google.com with SMTP id a12so585032wgh.6 for ; Tue, 20 Aug 2013 09:44:39 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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?