From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [kvm-unit-tests PATCH 0/4] arm/arm64: fixes and convenience Date: Tue, 19 Jan 2016 15:30:05 +0100 Message-ID: <569E486D.5000308@redhat.com> References: <1452879690-14493-1-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Andrew Jones , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56293 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754474AbcASOaI (ORCPT ); Tue, 19 Jan 2016 09:30:08 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 70EEB8E3C0 for ; Tue, 19 Jan 2016 14:30:08 +0000 (UTC) In-Reply-To: <1452879690-14493-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 15/01/2016 18:41, Andrew Jones wrote: > Andrew Jones (4): > arm64: irq handlers don't use esr > arm64: start_usr: no default vectors > arm64: include esr.h from processor.h > arm/arm64: make stack creation user friendly > > arm/selftest.c | 4 +--- > lib/arm/asm/thread_info.h | 7 ++++++ > lib/arm/smp.c | 4 +--- > lib/arm64/asm/processor.h | 9 +++++-- > lib/arm64/processor.c | 60 +++++++++++++++++++++++++++++++++++++---------- > 5 files changed, 63 insertions(+), 21 deletions(-) > Applied, thanks. Paolo