From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen, Tiejun" Subject: Re: [v3][PATCH 1/4] i440fx: make types configurable at run-time Date: Wed, 06 Aug 2014 14:18:10 +0800 Message-ID: <53E1C8A2.6080507@intel.com> References: <1406808574-19728-1-git-send-email-tiejun.chen@intel.com> <1406808574-19728-2-git-send-email-tiejun.chen@intel.com> <20140804134800.GA17674@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140804134800.GA17674@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.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:31PM +0800, Tiejun Chen wrote: >> Xen wants to supply a different pci and host devices, >> inheriting i440fx devices. Make types configurable. >> >> Signed-off-by: Michael S. Tsirkin >> Signed-off-by: Tiejun Chen > > You should have a From: line too, otherwise > git will set the Author field incorrectly. > Will update as follows: From: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin Signed-off-by: Tiejun Chen Thanks Tiejun