Re: [Xen-devel] [PATCH v3 0/2] xen/arm: physical timer improvements

2020-01-16 Thread Jeff Kubascik
Hello Julien, On 1/16/2020 4:25 PM, Julien Grall wrote: > Hi Jeff, > > Do you plan to resend the series? If not, I am happy to respin the > series for you. Feel free! Unfortunately, I currently don't have the bandwidth to keep this patch moving along. > Best regards, > > On 11/12/2019 21:13,

Re: [Xen-devel] [PATCH v3 0/2] xen/arm: physical timer improvements

2020-01-16 Thread Julien Grall
Hi Jeff, Do you plan to resend the series? If not, I am happy to respin the series for you. Best regards, On 11/12/2019 21:13, Jeff Kubascik wrote: This patch set improves the emulation of the physical timer by removing the physical timer offset and sign extend the TimerValue to better

[Xen-devel] [PATCH v3 0/2] xen/arm: physical timer improvements

2019-12-11 Thread Jeff Kubascik
This patch set improves the emulation of the physical timer by removing the physical timer offset and sign extend the TimerValue to better match the behavior described in the ARMv8 Reference Manual (ARM DDI 0487E.a), section D11.2.4. Changes in v2: - Update commit message to specify reference