From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH 1/2] powerpc: Define the hcall opcodes & return values we need Date: Fri, 19 Jun 2015 11:35:03 +0100 Message-ID: <20150619103502.GD18017@arm.com> References: <1434698461-15539-1-git-send-email-mpe@ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andre Przywara , "kvm@vger.kernel.org" , "kvm-ppc@vger.kernel.org" , "svaidy@linux.vnet.ibm.com" , "matt@ozlabs.org" To: Michael Ellerman Return-path: Received: from foss.arm.com ([217.140.101.70]:44493 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754720AbbFSKfH (ORCPT ); Fri, 19 Jun 2015 06:35:07 -0400 Content-Disposition: inline In-Reply-To: <1434698461-15539-1-git-send-email-mpe@ellerman.id.au> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jun 19, 2015 at 08:21:00AM +0100, Michael Ellerman wrote: > Now that we don't have the kernel header on hand, just define the > minimum set of hcall opcodes and return values we need in order to > build. Thanks Michael! I pushed both of these out. Will