From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Wed, 12 Aug 2009 11:46:08 +0000 Subject: Re: [PATCH 02/03] qemu-kvm: add tcg-traget stub for ia64. Message-Id: <4A82AB80.1070907@redhat.com> List-Id: References: <706158FABBBA044BAD4FE898A02E4BC201C04E63D3@pdsmsx503.ccr.corp.intel.com> In-Reply-To: <706158FABBBA044BAD4FE898A02E4BC201C04E63D3@pdsmsx503.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org On 08/12/2009 07:00 AM, Zhang, Xiantao wrote: > From 94b7ff3a596b43d82e26494484807f3de7eddd40 Mon Sep 17 00:00:00 2001 > From: Xiantao Zhang > Date: Wed, 5 Aug 2009 11:27:10 +0800 > Subject: [PATCH] qemu-kvm: add tcg-traget stub for ia64. > > Signed-off-by: Xiantao Zhang > --- > tcg/ia64/tcg-target.c | 222 +++++++++++++++++++++++++++++++++++++++++++++++++ > tcg/ia64/tcg-target.h | 76 +++++++++++++++++ > Anthony, what's the best way to upstream ia64 support? - non-functional tcg? - disable cpu emulation? - new target type (user, system/softmmu, system/kvm)? -- error compiling committee.c: too many arguments to function From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 02/03] qemu-kvm: add tcg-traget stub for ia64. Date: Wed, 12 Aug 2009 14:46:08 +0300 Message-ID: <4A82AB80.1070907@redhat.com> References: <706158FABBBA044BAD4FE898A02E4BC201C04E63D3@pdsmsx503.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "kvm-ia64@vger.kernel.org" , "kvm@vger.kernel.org" , qemu-devel , Anthony Liguori To: "Zhang, Xiantao" Return-path: Received: from mx2.redhat.com ([66.187.237.31]:58178 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752817AbZHLLqP (ORCPT ); Wed, 12 Aug 2009 07:46:15 -0400 In-Reply-To: <706158FABBBA044BAD4FE898A02E4BC201C04E63D3@pdsmsx503.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08/12/2009 07:00 AM, Zhang, Xiantao wrote: > From 94b7ff3a596b43d82e26494484807f3de7eddd40 Mon Sep 17 00:00:00 2001 > From: Xiantao Zhang > Date: Wed, 5 Aug 2009 11:27:10 +0800 > Subject: [PATCH] qemu-kvm: add tcg-traget stub for ia64. > > Signed-off-by: Xiantao Zhang > --- > tcg/ia64/tcg-target.c | 222 +++++++++++++++++++++++++++++++++++++++++++++++++ > tcg/ia64/tcg-target.h | 76 +++++++++++++++++ > Anthony, what's the best way to upstream ia64 support? - non-functional tcg? - disable cpu emulation? - new target type (user, system/softmmu, system/kvm)? -- error compiling committee.c: too many arguments to function From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbCHf-0006r0-3P for qemu-devel@nongnu.org; Wed, 12 Aug 2009 07:46:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbCHa-0006qo-F1 for qemu-devel@nongnu.org; Wed, 12 Aug 2009 07:46:22 -0400 Received: from [199.232.76.173] (port=38427 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbCHa-0006ql-6e for qemu-devel@nongnu.org; Wed, 12 Aug 2009 07:46:18 -0400 Received: from mx20.gnu.org ([199.232.41.8]:14101) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MbCHZ-0003lP-Kh for qemu-devel@nongnu.org; Wed, 12 Aug 2009 07:46:17 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbCHY-0006aO-Cc for qemu-devel@nongnu.org; Wed, 12 Aug 2009 07:46:16 -0400 Message-ID: <4A82AB80.1070907@redhat.com> Date: Wed, 12 Aug 2009 14:46:08 +0300 From: Avi Kivity MIME-Version: 1.0 References: <706158FABBBA044BAD4FE898A02E4BC201C04E63D3@pdsmsx503.ccr.corp.intel.com> In-Reply-To: <706158FABBBA044BAD4FE898A02E4BC201C04E63D3@pdsmsx503.ccr.corp.intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 02/03] qemu-kvm: add tcg-traget stub for ia64. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Zhang, Xiantao" Cc: "kvm-ia64@vger.kernel.org" , qemu-devel , "kvm@vger.kernel.org" On 08/12/2009 07:00 AM, Zhang, Xiantao wrote: > From 94b7ff3a596b43d82e26494484807f3de7eddd40 Mon Sep 17 00:00:00 2001 > From: Xiantao Zhang > Date: Wed, 5 Aug 2009 11:27:10 +0800 > Subject: [PATCH] qemu-kvm: add tcg-traget stub for ia64. > > Signed-off-by: Xiantao Zhang > --- > tcg/ia64/tcg-target.c | 222 +++++++++++++++++++++++++++++++++++++++++++++++++ > tcg/ia64/tcg-target.h | 76 +++++++++++++++++ > Anthony, what's the best way to upstream ia64 support? - non-functional tcg? - disable cpu emulation? - new target type (user, system/softmmu, system/kvm)? -- error compiling committee.c: too many arguments to function