From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH v2 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration Date: Fri, 1 Nov 2013 11:19:40 +0000 Message-ID: <1383304780.4332.11.camel@hastur.hellion.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel Cc: Tim Deegan , Julien Grall , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org I've addressed all (I think/hope) of the review comments. The main change is to expose the guest virtual platform (e.g. memory layout and interrupt usage etc) to the toolstack via the public interface. This is then used during FDT generation. I have just codified the current defacto standard layout, it's probably not the best layout but any change can be a separate patch/series. The fdt generation, especially error handling, is improved. There is still one niggle regarding the selection of the cpu compatibility for arm32 guests. See the comment in the last patch. I've still yet to try this properly on 32-bit... it does build though!