From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 0/4] xen/arm: dom1 PV console up and running Date: Tue, 17 Jul 2012 17:34:12 +0100 Message-ID: <1342542852.16704.18.camel@zakaz.uk.xensource.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com" , "Tim (Xen.org)" List-Id: xen-devel@lists.xenproject.org On Wed, 2012-07-04 at 11:55 +0100, Stefano Stabellini wrote: > Stefano Stabellini (4): > xen/arm: implement do_hvm_op for ARM > xen/arm: gic and vgic fixes > xen/arm: disable the event optimization in the gic applied these three. > libxc/arm: allocate xenstore and console pages this depends on tools patches which didn't get applied yet. Ian. > > tools/libxc/xc_dom_arm.c | 36 +++++++++++++++++++++---- > xen/arch/arm/Makefile | 1 + > xen/arch/arm/gic.c | 48 ++------------------------------- > xen/arch/arm/hvm.c | 60 ++++++++++++++++++++++++++++++++++++++++++ > xen/arch/arm/traps.c | 1 + > xen/arch/arm/vgic.c | 3 +- > xen/include/asm-arm/domain.h | 7 +++++ > 7 files changed, 103 insertions(+), 53 deletions(-) > > > Cheers, >