Re: [PATCH 00/12] arm64: Paravirtualized time support

2019-01-08 Thread Christoffer Dall
On Mon, Dec 10, 2018 at 11:40:47AM +, Mark Rutland wrote: > On Wed, Nov 28, 2018 at 02:45:15PM +, Steven Price wrote: > > This series add support for paravirtualized time for Arm64 guests and > > KVM hosts following the specification in Arm's document DEN 0057A: > > > >

Re: [PATCH 00/12] arm64: Paravirtualized time support

2018-12-10 Thread Steven Price
On 10/12/2018 11:40, Mark Rutland wrote: > On Wed, Nov 28, 2018 at 02:45:15PM +, Steven Price wrote: >> This series add support for paravirtualized time for Arm64 guests and >> KVM hosts following the specification in Arm's document DEN 0057A: >> >> https://developer.arm.com/docs/den0057/a >>

Re: [PATCH 00/12] arm64: Paravirtualized time support

2018-12-10 Thread Mark Rutland
On Wed, Nov 28, 2018 at 02:45:15PM +, Steven Price wrote: > This series add support for paravirtualized time for Arm64 guests and > KVM hosts following the specification in Arm's document DEN 0057A: > > https://developer.arm.com/docs/den0057/a > > It implements support for Live Physical Time

Re: [PATCH 00/12] arm64: Paravirtualized time support

2018-12-05 Thread Steven Price
On 03/12/2018 13:25, Andrew Jones wrote: > On Wed, Nov 28, 2018 at 02:45:15PM +, Steven Price wrote: >> This series add support for paravirtualized time for Arm64 guests and >> KVM hosts following the specification in Arm's document DEN 0057A: >> >> https://developer.arm.com/docs/den0057/a >

Re: [PATCH 00/12] arm64: Paravirtualized time support

2018-12-03 Thread Marc Zyngier
On 03/12/2018 13:25, Andrew Jones wrote: > On Wed, Nov 28, 2018 at 02:45:15PM +, Steven Price wrote: [...] >> It implements support for Live Physical Time (LPT) which provides the >> guest with a method to derive a stable counter of time during which the >> guest is executing even when the

Re: [PATCH 00/12] arm64: Paravirtualized time support

2018-12-03 Thread Andrew Jones
On Wed, Nov 28, 2018 at 02:45:15PM +, Steven Price wrote: > This series add support for paravirtualized time for Arm64 guests and > KVM hosts following the specification in Arm's document DEN 0057A: > > https://developer.arm.com/docs/den0057/a Hi Steven, As that specification is still a

[PATCH 00/12] arm64: Paravirtualized time support

2018-11-28 Thread Steven Price
This series add support for paravirtualized time for Arm64 guests and KVM hosts following the specification in Arm's document DEN 0057A: https://developer.arm.com/docs/den0057/a It implements support for Live Physical Time (LPT) which provides the guest with a method to derive a stable counter