On 2017-09-14 16:03, Jan Kiszka wrote: > On 2017-09-14 10:35, Lokesh Vutla wrote: >> From: Lokesh Vutla <[email protected]> >> >> arm: Add arch specific sysreg definitions >> >> Changes since v1: >> - Fixed build error with ARM. >> >> Lokesh Vutla (2): >> arm: gicv3: Add arch specific List registers acccesses >> arm: gicv3: Add arch specific sgi1r_el1 register definition >> >> Nikhil Devshatwar (1): >> arm64: Add sysreg macro definitions >> >> hypervisor/arch/arm/gic-v3.c | 19 +++------ >> hypervisor/arch/arm/include/asm/arch_gicv3.h | 53 >> ++++++++++++++++++++++++++ >> hypervisor/arch/arm/include/asm/gic_v3.h | 8 +--- >> hypervisor/arch/arm64/include/asm/arch_gicv3.h | 30 +++++++++++++++ >> hypervisor/arch/arm64/include/asm/sysregs.h | 9 ++++- >> hypervisor/include/jailhouse/string.h | 8 ++++ >> 6 files changed, 105 insertions(+), 22 deletions(-) >> create mode 100644 hypervisor/arch/arm/include/asm/arch_gicv3.h >> create mode 100644 hypervisor/arch/arm64/include/asm/arch_gicv3.h >> > > Looks good, didn't break any build so far, so I picked them up for next. > > I suppose the gic-v3 moving patches require some rebasing now, don't they?
It did, but that was trivial. Will show up in next soon. Jan > > Jan > > PS: Did you change your sender address intentionally to > [email protected]? From in the patches is now fine, but > replying to your mails now requires post-processing. :) > -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
