From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 21 May 2014 09:31:53 +0200 (CEST) Received: from mail-bl2lp0204.outbound.protection.outlook.com ([207.46.163.204]:20354 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6822270AbaEUHbvKvECy (ORCPT ); Wed, 21 May 2014 09:31:51 +0200 Received: from alberich (46.78.192.208) by DM2PR07MB398.namprd07.prod.outlook.com (10.141.104.21) with Microsoft SMTP Server (TLS) id 15.0.944.11; Wed, 21 May 2014 07:31:30 +0000 Date: Wed, 21 May 2014 09:30:05 +0200 From: Andreas Herrmann To: James Hogan CC: , David Daney , Ralf Baechle , , David Daney Subject: Re: [PATCH 09/15] MIPS: Add functions for hypervisor call Message-ID: <20140521073005.GE11800@alberich> References: <1400597236-11352-1-git-send-email-andreas.herrmann@caviumnetworks.com> <1400597236-11352-10-git-send-email-andreas.herrmann@caviumnetworks.com> <3231132.Bvkfloh7jN@radagast> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <3231132.Bvkfloh7jN@radagast> User-Agent: Mutt/1.5.21 (2010-09-15) X-Originating-IP: [46.78.192.208] X-ClientProxiedBy: AMXPR03CA010.eurprd03.prod.outlook.com (10.242.64.20) To DM2PR07MB398.namprd07.prod.outlook.com (10.141.104.21) X-Forefront-PRVS: 0218A015FA X-Forefront-Antispam-Report: SFV:NSPM;SFS:(6009001)(428001)(24454002)(189002)(199002)(51704005)(81342001)(92566001)(83322001)(4396001)(87976001)(76482001)(33716001)(50986999)(81542001)(42186004)(76176999)(102836001)(99396002)(19580405001)(86362001)(54356999)(83072002)(19580395003)(33656002)(74662001)(77982001)(21056001)(31966008)(85852003)(46102001)(74502001)(50466002)(23676002)(66066001)(101416001)(83506001)(92726001)(20776003)(64706001)(80022001)(47776003);DIR:OUT;SFP:;SCL:1;SRVR:DM2PR07MB398;H:alberich;FPR:;MLV:sfv;PTR:InfoNoRecords;MX:1;A:1;LANG:en; Received-SPF: None (: caviumnetworks.com does not designate permitted sender hosts) Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Andreas.Herrmann@caviumnetworks.com; X-OriginatorOrg: caviumnetworks.com Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 40207 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: andreas.herrmann@caviumnetworks.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Wed, May 21, 2014 at 01:16:30AM +0100, James Hogan wrote: > On Tuesday 20 May 2014 16:47:10 Andreas Herrmann wrote: > > From: David Daney > > > > Signed-off-by: David Daney > > Signed-off-by: Andreas Herrmann > These look similar to the kvm_hypercall${n} functions in > arch/{x86,s390}/include/asm/kvm_para.h. Does it make sense to define > that API in kvm_para.h for MIPS instead of this one? Yes, the functions should be moved to a separate header. Andreas From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-bl2lp0204.outbound.protection.outlook.com ([207.46.163.204]:20354 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6822270AbaEUHbvKvECy (ORCPT ); Wed, 21 May 2014 09:31:51 +0200 Date: Wed, 21 May 2014 09:30:05 +0200 From: Andreas Herrmann Subject: Re: [PATCH 09/15] MIPS: Add functions for hypervisor call Message-ID: <20140521073005.GE11800@alberich> References: <1400597236-11352-1-git-send-email-andreas.herrmann@caviumnetworks.com> <1400597236-11352-10-git-send-email-andreas.herrmann@caviumnetworks.com> <3231132.Bvkfloh7jN@radagast> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <3231132.Bvkfloh7jN@radagast> Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: James Hogan Cc: linux-mips@linux-mips.org, David Daney , Ralf Baechle , kvm@vger.kernel.org, David Daney Message-ID: <20140521073005.dA27KMj_6gxmftMVDE_nESpgI4rNmamanRKCXhBjkKQ@z> On Wed, May 21, 2014 at 01:16:30AM +0100, James Hogan wrote: > On Tuesday 20 May 2014 16:47:10 Andreas Herrmann wrote: > > From: David Daney > > > > Signed-off-by: David Daney > > Signed-off-by: Andreas Herrmann > These look similar to the kvm_hypercall${n} functions in > arch/{x86,s390}/include/asm/kvm_para.h. Does it make sense to define > that API in kvm_para.h for MIPS instead of this one? Yes, the functions should be moved to a separate header. Andreas