From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEuZn-0000yq-Qv for qemu-devel@nongnu.org; Wed, 06 Aug 2014 02:20:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEuZi-0006rs-P0 for qemu-devel@nongnu.org; Wed, 06 Aug 2014 02:19:55 -0400 Received: from mga03.intel.com ([143.182.124.21]:19871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEuZi-0006rm-IO for qemu-devel@nongnu.org; Wed, 06 Aug 2014 02:19:50 -0400 Message-ID: <53E1C903.9090102@intel.com> Date: Wed, 06 Aug 2014 14:19:47 +0800 From: "Chen, Tiejun" MIME-Version: 1.0 References: <1406808574-19728-1-git-send-email-tiejun.chen@intel.com> <1406808574-19728-3-git-send-email-tiejun.chen@intel.com> <20140804134842.GB17674@redhat.com> In-Reply-To: <20140804134842.GB17674@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [v3][PATCH 2/4] hw:i386:pc_piix: split pc_init1() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: pbonzini@redhat.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com On 2014/8/4 21:48, Michael S. Tsirkin wrote: > On Thu, Jul 31, 2014 at 08:09:32PM +0800, Tiejun Chen wrote: >> We'd like to split pc_init1 and then we can share something >> with other stuff. >> >> Signed-off-by: Tiejun Chen > > With patch 1 in place, this should not be > necessary - just propage the correct types > around. > Will rebase this in next version. Thanks Tiejun From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen, Tiejun" Subject: Re: [v3][PATCH 2/4] hw:i386:pc_piix: split pc_init1() Date: Wed, 06 Aug 2014 14:19:47 +0800 Message-ID: <53E1C903.9090102@intel.com> References: <1406808574-19728-1-git-send-email-tiejun.chen@intel.com> <1406808574-19728-3-git-send-email-tiejun.chen@intel.com> <20140804134842.GB17674@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140804134842.GB17674@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: "Michael S. Tsirkin" Cc: pbonzini@redhat.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 2014/8/4 21:48, Michael S. Tsirkin wrote: > On Thu, Jul 31, 2014 at 08:09:32PM +0800, Tiejun Chen wrote: >> We'd like to split pc_init1 and then we can share something >> with other stuff. >> >> Signed-off-by: Tiejun Chen > > With patch 1 in place, this should not be > necessary - just propage the correct types > around. > Will rebase this in next version. Thanks Tiejun