From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzLW1-0006UN-8p for qemu-devel@nongnu.org; Mon, 01 Jun 2015 04:56:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzLVy-0008Jo-3A for qemu-devel@nongnu.org; Mon, 01 Jun 2015 04:56:13 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:33410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzLVx-0008JW-TN for qemu-devel@nongnu.org; Mon, 01 Jun 2015 04:56:10 -0400 Received: by wicmx19 with SMTP id mx19so64089979wic.0 for ; Mon, 01 Jun 2015 01:56:09 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <556C1E20.8020103@redhat.com> Date: Mon, 01 Jun 2015 10:56:00 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1431352157-40283-1-git-send-email-pbonzini@redhat.com> <20150531181027.GB5268@redhat.com> <556C0A9F.3070107@redhat.com> <20150601095001-mutt-send-email-mst@redhat.com> In-Reply-To: <20150601095001-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/31] target-i386: SMM improvements and partial support under KVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: lersek@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On 01/06/2015 09:51, Michael S. Tsirkin wrote: > > I would like to send a pull request for the non-KVM parts (up to patch > > 23) on Wednesday or Thursday. The remaining pieces have to wait for > > inclusion of KVM support in the kernel, and there will be a v2 with > > minimal changes posted during soft freeze. > > > > Let me know, either now or after I post v2, if you want to merge them > > yourself or provide your Acked-by. > > I think the pc tree makes sense for the non kvm parts, > and will help avoid merge conflicts. > If you split non-kvm bits out anyway, then I'll merge it. Are you still okay with me sending out non-PC, non-KVM parts (up to patch 23) on my own? Note I'd happily pass you the KVM parts of patches >=24 too. It's just a couple of commits, there is no need to split the merge. Paolo