Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1437411
| From | Juergen Gross <jgross@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] xen: add full support for CONFIG_PARAVIRT_TIME_ACCOUNTING |
| Date | 2016-07-06 07:10 +0200 |
| Message-ID | <rRNfX-4Ur-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
With most recent Xen hypervisor (4.8) it is now possible to add full support of CONFIG_PARAVIRT_TIME_ACCOUNTING. To be applied on top of commit ed2f61fdd2356c2a1d1239aa1507ce4e2e059306 "xen: add steal_clock support on x86" of kernel/git/xen/tip.git Runtime tested on x86_64, compile tested on arm64. Changes in V2: - patch 3: removed static variable as requested by Stefano Stabellini Juergen Gross (3): xen: update xen headers arm/xen: add support for vm_assist hypercall xen: support runqueue steal time on xen arch/arm/include/asm/xen/hypercall.h | 1 + arch/arm/xen/enlighten.c | 1 + arch/arm/xen/hypercall.S | 1 + arch/arm64/xen/hypercall.S | 1 + drivers/xen/time.c | 40 +++++++++++++++++++++--------------- include/xen/interface/vcpu.h | 24 ++++++++++++++-------- include/xen/interface/xen.h | 17 ++++++++++++++- 7 files changed, 58 insertions(+), 27 deletions(-) -- 2.6.6
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] xen: add full support for CONFIG_PARAVIRT_TIME_ACCOUNTING Juergen Gross <jgross@suse.com> - 2016-07-06 07:10 +0200
[PATCH v2 1/3] xen: update xen headers Juergen Gross <jgross@suse.com> - 2016-07-06 07:10 +0200
[PATCH v2 3/3] xen: support runqueue steal time on xen Juergen Gross <jgross@suse.com> - 2016-07-06 07:10 +0200
Re: [PATCH v2 3/3] xen: support runqueue steal time on xen Stefano Stabellini <sstabellini@kernel.org> - 2016-07-06 12:10 +0200
[PATCH v2 2/3] arm/xen: add support for vm_assist hypercall Juergen Gross <jgross@suse.com> - 2016-07-06 07:20 +0200
Re: [Xen-devel] [PATCH v2 0/3] xen: add full support for CONFIG_PARAVIRT_TIME_ACCOUNTING David Vrabel <david.vrabel@citrix.com> - 2016-07-06 14:10 +0200
csiph-web