Re: [Xen-devel] [RFC 4/9] arm64: utilize time accounting

2019-11-06 Thread Andrii Anisov
On 28.10.19 16:47, Julien Grall wrote: (+ George and Dario) Hi, On 11/09/2019 11:32, Andrii Anisov wrote: From: Andrii Anisov Call time accounting hooks from appropriate transition points of the ARM64 code. Signed-off-by: Andrii Anisov ---   xen/arch/arm/arm64/entry.S | 39

Re: [Xen-devel] [RFC 4/9] arm64: utilize time accounting

2019-10-28 Thread Julien Grall
(+ George and Dario) Hi, On 11/09/2019 11:32, Andrii Anisov wrote: From: Andrii Anisov Call time accounting hooks from appropriate transition points of the ARM64 code. Signed-off-by: Andrii Anisov --- xen/arch/arm/arm64/entry.S | 39 ---

Re: [Xen-devel] [RFC 4/9] arm64: utilize time accounting

2019-09-12 Thread Andrii Anisov
On 12.09.19 15:17, Julien Grall wrote: This an RFC and I am sure there current state is enough to spark a discussion. There are no need to waste time resending it and use filling up inboxes. Please wait for more time. Gotcha! -- Sincerely, Andrii Anisov.

Re: [Xen-devel] [RFC 4/9] arm64: utilize time accounting

2019-09-12 Thread Julien Grall
On Thu, 12 Sep 2019, 13:10 Andrii Anisov, wrote: > Hello Volodymyr, > > On 11.09.19 20:48, Volodymyr Babchuk wrote: > > > > Hi Andrii, > > > > As we agreed, I'll wipe out debugging remains as well as cleanup coding > style nits and resend the series. This an RFC and I am sure there current

Re: [Xen-devel] [RFC 4/9] arm64: utilize time accounting

2019-09-12 Thread Andrii Anisov
Hello Volodymyr, On 11.09.19 20:48, Volodymyr Babchuk wrote: Hi Andrii, As we agreed, I'll wipe out debugging remains as well as cleanup coding style nits and resend the series. -- Sincerely, Andrii Anisov. ___ Xen-devel mailing list

Re: [Xen-devel] [RFC 4/9] arm64: utilize time accounting

2019-09-11 Thread Volodymyr Babchuk
Hi Andrii, Andrii Anisov writes: > From: Andrii Anisov > > Call time accounting hooks from appropriate transition points > of the ARM64 code. I'd prefer more elaborate commit message. For example - what are appropriate transition points? I mean - how you chose ones? > Signed-off-by: Andrii

[Xen-devel] [RFC 4/9] arm64: utilize time accounting

2019-09-11 Thread Andrii Anisov
From: Andrii Anisov Call time accounting hooks from appropriate transition points of the ARM64 code. Signed-off-by: Andrii Anisov --- xen/arch/arm/arm64/entry.S | 39 --- xen/arch/arm/domain.c | 2 ++ 2 files changed, 38 insertions(+), 3 deletions(-)