login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
15
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time accounting.
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Avi Kivity <avi@...>
To: Ingo Molnar <mingo@...>
Cc: Laurent Vivier <Laurent.Vivier@...>, linux-kernel <linux-kernel@...>
Subject:
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time accounting.
Date: Monday, October 15, 2007 - 5:47 am
Ingo Molnar wrote:
quoted text
> int kvm_hypercall(struct kvm_vcpu *vcpu, struct kvm_run *run); > > +/* > + * Compatibility define - PF_VCPU is only available in v2.6.24+ kernels: > + */ > +#ifndef PF_VCPU > +# define PF_VCPU 0 > +#endif > + >
This bit can go; for the external module I can add it back in external-module-compat.h. No need to pollute mainline with backward compatibility stuff. -- error compiling committee.c: too many arguments to function -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RESEND 2][PATCH 4/4] Modify KVM to update guest time accoun...
, Laurent Vivier
, (Mon Sep 10, 10:13 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Ingo Molnar
, (Mon Oct 15, 5:38 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Avi Kivity
, (Mon Oct 15, 5:47 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Ingo Molnar
, (Mon Oct 15, 5:51 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Avi Kivity
, (Mon Oct 15, 6:02 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Laurent Vivier
, (Mon Oct 15, 6:53 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest
, Christian Borntraeger
, (Mon Oct 15, 7:19 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Avi Kivity
, (Mon Oct 15, 7:15 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Laurent Vivier
, (Mon Oct 15, 7:37 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Avi Kivity
, (Mon Oct 15, 8:07 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Laurent Vivier
, (Mon Oct 15, 8:29 am)
[PATCH] move kvm_guest_exit() after local_irq_enable()
, Laurent Vivier
, (Thu Oct 18, 9:19 am)
Re: [PATCH] move kvm_guest_exit() after local_irq_enable()
, Ingo Molnar
, (Mon Oct 22, 4:26 am)
Re: [PATCH] move kvm_guest_exit() after local_irq_enable()
, Avi Kivity
, (Mon Oct 22, 4:51 am)
Re: [PATCH] move kvm_guest_exit() after local_irq_enable()
, Ingo Molnar
, (Mon Oct 22, 4:57 am)
Re: [kvm-devel] [PATCH] move kvm_guest_exit() after local_ir...
, Avi Kivity
, (Mon Oct 22, 5:10 am)
Re: [kvm-devel] [PATCH] move kvm_guest_exit() after local_ir...
, Avi Kivity
, (Thu Oct 18, 9:32 am)
Re: [kvm-devel] [PATCH] move kvm_guest_exit() after local_ir...
, Laurent Vivier
, (Thu Oct 18, 9:49 am)
[PATCH] clear PF_VCPU in kvm_guest_exit()
, Laurent Vivier
, (Wed Oct 17, 9:08 am)
Use virtual cpu accounting if available for guest times.
, Christian Borntraeger
, (Thu Oct 18, 8:39 am)
Re: [kvm-devel] Use virtual cpu accounting if available for ...
, Hollis Blanchard
, (Fri Oct 19, 12:57 pm)
Re: [kvm-devel] Use virtual cpu accounting if available for ...
, Hollis Blanchard
, (Fri Oct 19, 1:18 pm)
Re: Use virtual cpu accounting if available for guest times.
, Avi Kivity
, (Thu Oct 18, 8:41 am)
Re: [PATCH] clear PF_VCPU in kvm_guest_exit()
, Avi Kivity
, (Wed Oct 17, 10:16 am)
Re: [PATCH] clear PF_VCPU in kvm_guest_exit()
, Laurent Vivier
, (Wed Oct 17, 11:09 am)
Re: [PATCH] clear PF_VCPU in kvm_guest_exit()
, Christian Borntraeger
, (Wed Oct 17, 9:18 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Avi Kivity
, (Mon Oct 15, 12:46 pm)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Laurent Vivier
, (Mon Oct 15, 3:45 pm)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest
, Christian Borntraeger
, (Mon Oct 15, 7:33 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Laurent Vivier
, (Mon Oct 15, 7:38 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Christian Borntraeger
, (Mon Oct 15, 10:39 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Laurent Vivier
, (Mon Oct 15, 10:45 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ac...
, Ingo Molnar
, (Mon Oct 15, 5:50 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rafael J. Wysocki
[Bug #11209] 2.6.27-rc1 process time accounting
Vitaly V. Bursov
Re: Slow file transfer speeds with CFQ IO scheduler in some cases
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Ian Kent
[PATCH 1/4] autofs4 - check for invalid dentry in getpath
git
:
linux-netdev
:
David Miller
Re: [GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 0/37] dccp: Feature negotiation - last call for comments
Linus Torvalds
Re: iptables very slow after commit 784544739a25c30637397ace5489eeb6e15d7d49
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
7 users
and
995 guests
online.
Online users
fuerteventurarr
sreejithc
zeekec
peterbeckerre
darlinebana
bridgewayestate
billkid
Syndicate