On Fri, Aug 01, 2014 at 03:35:55PM +0100, Peter Maydell wrote: > On 30 May 2014 08:28, Edgar E. Iglesias <edgar.igles...@gmail.com> wrote: > > This is a second round of AArch64 EL2/3 patches working on the exception > > model. Among other things adding HVC/SMC, interrupt routing to EL2/3 and > > Virtual IRQs/FIQs. The VIRQ/VFIQ support only adds the external signal > > delivery method. > > > > Patch 3 is a bug fix. > > Patch 14 fails checkpatch, seems like a bug in checkpatch, CC:d Blue. > > > > This conflicts slightly with the PSCI emulation patches that Rob posted. > > A rebase should be trivial, hooking in the PSCI emulation calls in the > > HVC/SMC helpers. > > Sorry for letting this patchset sit in my to-review queue for so long. > Patches 1-6 are good and I'm going to put them in target-arm.next. > Patches 9 and 11 I've added my R-by to. Patches 7, 8, 10, 12..16 > I've replied to with review comments.
Thanks Peter, I think I've addressed most of your comments, sending out v4 now. I fixed up the PC for trapped HVC/SMC and for SMC routed to EL2 but left the exception raising as is. I'm happy to update it if you have a better idea. Cheers, Edgar