Re: [Xen-devel] [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-03 Thread Stefano Stabellini
On Fri, 3 May 2013, Ian Campbell wrote: > On Thu, 2013-05-02 at 19:49 +0100, Christopher Covington wrote: > > Hi Stefano, > > > > On 05/01/2013 03:27 PM, Stefano Stabellini wrote: > > > Move do_stolen_accounting, xen_vcpu_stolen and related functions and > > > static variables to common code

Re: [Xen-devel] [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-03 Thread Ian Campbell
On Thu, 2013-05-02 at 19:49 +0100, Christopher Covington wrote: > Hi Stefano, > > On 05/01/2013 03:27 PM, Stefano Stabellini wrote: > > Move do_stolen_accounting, xen_vcpu_stolen and related functions and > > static variables to common code (drivers/xen/time.c). > > > > Signed-off-by: Stefano

Re: [Xen-devel] [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-03 Thread Ian Campbell
On Thu, 2013-05-02 at 19:49 +0100, Christopher Covington wrote: Hi Stefano, On 05/01/2013 03:27 PM, Stefano Stabellini wrote: Move do_stolen_accounting, xen_vcpu_stolen and related functions and static variables to common code (drivers/xen/time.c). Signed-off-by: Stefano Stabellini

Re: [Xen-devel] [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-03 Thread Stefano Stabellini
On Fri, 3 May 2013, Ian Campbell wrote: On Thu, 2013-05-02 at 19:49 +0100, Christopher Covington wrote: Hi Stefano, On 05/01/2013 03:27 PM, Stefano Stabellini wrote: Move do_stolen_accounting, xen_vcpu_stolen and related functions and static variables to common code

Re: [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-02 Thread Christopher Covington
Hi Stefano, On 05/01/2013 03:27 PM, Stefano Stabellini wrote: > Move do_stolen_accounting, xen_vcpu_stolen and related functions and > static variables to common code (drivers/xen/time.c). > > Signed-off-by: Stefano Stabellini > --- > arch/x86/xen/time.c | 127

Re: [Xen-devel] [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-02 Thread Ian Campbell
On Wed, 2013-05-01 at 20:27 +0100, Stefano Stabellini wrote: > Move do_stolen_accounting, xen_vcpu_stolen and related functions and > static variables to common code (drivers/xen/time.c). > > Signed-off-by: Stefano Stabellini Acked-by: Ian Campbell > + /* work out how much time the VCPU

Re: [Xen-devel] [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-02 Thread Ian Campbell
On Wed, 2013-05-01 at 20:27 +0100, Stefano Stabellini wrote: Move do_stolen_accounting, xen_vcpu_stolen and related functions and static variables to common code (drivers/xen/time.c). Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com Acked-by: Ian Campbell

Re: [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-02 Thread Christopher Covington
Hi Stefano, On 05/01/2013 03:27 PM, Stefano Stabellini wrote: Move do_stolen_accounting, xen_vcpu_stolen and related functions and static variables to common code (drivers/xen/time.c). Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com --- arch/x86/xen/time.c | 127

[PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-01 Thread Stefano Stabellini
Move do_stolen_accounting, xen_vcpu_stolen and related functions and static variables to common code (drivers/xen/time.c). Signed-off-by: Stefano Stabellini --- arch/x86/xen/time.c | 127 +--- drivers/xen/Makefile |2 +- drivers/xen/time.c|

[PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c

2013-05-01 Thread Stefano Stabellini
Move do_stolen_accounting, xen_vcpu_stolen and related functions and static variables to common code (drivers/xen/time.c). Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com --- arch/x86/xen/time.c | 127 +--- drivers/xen/Makefile |