From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PATCH 0/4] KVM pull request: Various fixes and cleanups Date: Wed, 03 Feb 2010 15:35:54 -0600 Message-ID: <4B69EC3A.8090901@codemonkey.ws> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org, Avi Kivity To: Jan Kiszka Return-path: Received: from mail-iw0-f201.google.com ([209.85.223.201]:51619 "EHLO mail-iw0-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932744Ab0BCVf6 (ORCPT ); Wed, 3 Feb 2010 16:35:58 -0500 Received: by iwn39 with SMTP id 39so2149007iwn.1 for ; Wed, 03 Feb 2010 13:35:58 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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(-) > > > >