From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 00/16] qemu-kvm: Cleanup and switch to upstream - Part II Date: Tue, 17 May 2011 15:47:41 -0300 Message-ID: <20110517184741.GA10542@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6549 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756125Ab1EQSru (ORCPT ); Tue, 17 May 2011 14:47:50 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Fri, May 13, 2011 at 02:13:54PM +0200, Jan Kiszka wrote: > The second round of merging qemu-kvm with upstream. This part stops > after switching to upstreams kvm_init implementation. > > To achieve this, various small cleanups and refactorings are applied, > the irq0 override management is simplified and the kvm_context fields > are migrated into KVMState. > > Please review/merge. Applied, thanks.