Re: [Qemu-devel] [PATCH v4 0/3] target-arm: Add a few more S2 MMU input checks

2016-02-02 Thread Peter Maydell
On 27 January 2016 at 22:16, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > This adds the inputsize > pamax check and also fixes the > startlevel checks to apply to the 64bit translations. > > Comments welcome! Thanks, applied to target-arm.next. -- PMM

[Qemu-devel] [PATCH v4 0/3] target-arm: Add a few more S2 MMU input checks

2016-01-27 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" This adds the inputsize > pamax check and also fixes the startlevel checks to apply to the 64bit translations. Comments welcome! Cheers, Edgar ChangeLog: v3 -> v4: * Changed comment regarding our choice to fault * Rename check_s2_startlevel to check_s2_mmu_setup * Mo