From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Pz8-0005bO-JE for qemu-devel@nongnu.org; Tue, 14 Aug 2012 18:53:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1Pz7-0006t0-QB for qemu-devel@nongnu.org; Tue, 14 Aug 2012 18:53:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Pz7-0006sv-HG for qemu-devel@nongnu.org; Tue, 14 Aug 2012 18:53:13 -0400 Date: Tue, 14 Aug 2012 19:23:48 -0300 From: Marcelo Tosatti Message-ID: <20120814222348.GA20957@amt.cnet> References: <1343230147-25557-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1343230147-25557-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Pull in asm-generic/kvm_para.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jan Kiszka , qemu-devel@nongnu.org, Rusty Russell , patches@linaro.org On Wed, Jul 25, 2012 at 04:29:07PM +0100, Peter Maydell wrote: > Add asm-generic/kvm_para.h to the set of non-architecture specific > KVM kernel headers we copy into QEMU. This header may be included > by an architecture's kvm_para.h header. > > Signed-off-by: Peter Maydell > --- > scripts/update-linux-headers.sh | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) Applied, thanks.