From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH v6 00/16] xen: arm: 64-bit guest support and domU FDT autogeneration Date: Tue, 19 Nov 2013 15:45:38 +0000 Message-ID: <528B87A2.7050007@eu.citrix.com> References: <1384865949.30014.86.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1384865949.30014.86.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Tim Deegan , Julien Grall , Stefano Stabellini , Ian Jackson , xen-devel List-Id: xen-devel@lists.xenproject.org On 11/19/2013 12:59 PM, Ian Campbell wrote: > Biggest change is to switch the new DTB node to /xen-core-devices > instead of /xen at Stefano's request. > > I also dropped the few patches title HACK etc which weren't supposed to > be there and fixed up some bits and pieces which folks commented on. > > George, WRT the freeze I think this is functionality which we cannot > ship Xen 4.4 without. The impact is entirely constrained to the ARM > stuff apart from stubbing out the x86 version of the new > libxl__arch_domain_configure(). I agree that we can't ship without it: Release-acked-by: George Dunlap > > Summary: A==Acked M==Minor mods. So only one missing ack to go... > > A xen: arm: Report aarch64 capability. > A xen: arm: Add comment regard arm64 zImage v0 vs v1 > M xen: arm: move dom0 gic and timer device tree nodes under /xen-core-devices/ > A M xen: arm: allocate dom0 memory separately from preparing the dtb > A xen: arm: add enable-method to cpu nodes for arm64 guests. > A xen: arm: include header for for arch_do_{sys,dom}ctl prototype > A xen: arm: implement XEN_DOMCTL_set_address_size > A xen: arm: implement arch_set_info_guest for 64-bit vcpus > A tools: check for libfdt when building for ARM > A xen: arm: define guest virtual platform in API headers > A libxc: arm: rename various bits of zimage load with 32 suffix > A libxc: allow caller to specify guest rambase rather than hardcoding > A M libxc: arm: allow passing a device tree blob to the guest > A libxc: support for arm64 Image format > A libxc: arm64 vcpu initialisation > A M libxl: build a device tree for ARM guests > >