From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcmtH-0006F0-MM for qemu-devel@nongnu.org; Wed, 03 Feb 2010 16:36:03 -0500 Received: from [199.232.76.173] (port=60449 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcmtG-0006En-Km for qemu-devel@nongnu.org; Wed, 03 Feb 2010 16:36:02 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcmtC-0003Nm-Pr for qemu-devel@nongnu.org; Wed, 03 Feb 2010 16:36:02 -0500 Received: from mail-iw0-f172.google.com ([209.85.223.172]:60933) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcmtC-0003Ni-HZ for qemu-devel@nongnu.org; Wed, 03 Feb 2010 16:35:58 -0500 Received: by iwn2 with SMTP id 2so2090575iwn.19 for ; Wed, 03 Feb 2010 13:35:57 -0800 (PST) Message-ID: <4B69EC3A.8090901@codemonkey.ws> Date: Wed, 03 Feb 2010 15:35:54 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/4] KVM pull request: Various fixes and cleanups References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org, Avi Kivity Hi Jan, Thanks for sending this out. On 02/03/2010 03:29 PM, Jan Kiszka wrote: > As discussed in http://www.spinics.net/lists/kvm/msg28517.html, this is > the first part of the KVM upstream patches developed while cleaning up > qemu-kvm. > I'd prefer if Marcelo/Avi took this first into qemu-kvm.git and then did a pull request for me to pull it into upstream qemu. I'm also happy to pull from multiple sources but I think the former work flow will do a better job at ensuring that qemu-kvm.git becomes the primary location of this work. Regards, Anthony Liguori > Please pull from > > git://git.kiszka.org/qemu.git queues/kvm > > Jan Kiszka (4): > KVM: x86: Fix up misreported CPU features > KVM: Make vmport KVM-compatible > KVM: Move and rename regs_modified > KVM: Rework of guest debug state writing > > cpu-defs.h | 3 ++- > hw/vmport.c | 3 +++ > kvm-all.c | 21 ++++++++------------- > target-i386/cpu.h | 9 ++++++++- > target-i386/kvm.c | 19 ++++++++++++++++++- > 5 files changed, 39 insertions(+), 16 deletions(-) > > > >