From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 00/40 V2] arm: boot a dom1 to "Calibrating delay loop" then hang Date: Tue, 26 Jun 2012 16:26:15 +0100 Message-ID: <1340724375.3832.152.camel@zakaz.uk.xensource.com> References: <1340706574.3832.57.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1340706574.3832.57.camel@zakaz.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: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Tue, 2012-06-26 at 11:29 +0100, Ian Campbell wrote: > I intend to commit those patches which are acked and which do not depend > on non-acked patches shortly. > > A 01 arm: allocate top level p2m page for all non-idle domains > A 02 arm: handy function to print a walk of a page table > A 03 arm: correct and expand TLB flush CP15 registers > A 04 arm: restore stack on return from trap. > A 05 arm: enable interrupts while handling traps > A 06 arm: hook up domctl and memory_op > A 07 arm: allocate and setup a guest vcpu. > A 08 arm: print domid as part of debug trap > A 09 arm: remove unnecessarily verbose print from p2m_load_VTTBR > A 10 arm: implement p2m lookup > A 11 arm: remove hard tabs from init_idle_domain > A 12 arm: stub out sync_vcpu_execstate > A 13 arm: implement stub version of flush_tlb_mask. > A 14 arm: do not set max_vcpus = 8 in arch_domain_create. > A 15 arm: Add simple cpu_{sibling,core}_mask I have applied these. [...] > A 18 arm: context switch a bunch of guest state. > A 19 arm: dump a page table walk when va_to_par fails. > A 20 arm: dump guest s1 walk on data abort which is not a stage 2 issue. And these. [...] > A 22 arm: use correct attributes for mappings in copy_from_paddr() This didn't apply without "16 arm: allow p2m to be created with specific MATTR.", skipped. > A 23 arm: map fixmaps non-executable. > A 24 arm: fix locking in create_p2m_entries Applied these too. After this point there were increasingly more rejects due to missing patches, so I stopped. Ian.