login
Login
/
Register
Search
Search this site:
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
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Avi Kivity
Subject:
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time accounting.
Date: Monday, October 15, 2007 - 2: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 acco ...
, Laurent Vivier
, (Mon Sep 10, 7:13 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Ingo Molnar
, (Mon Oct 15, 2:38 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Avi Kivity
, (Mon Oct 15, 2:47 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Ingo Molnar
, (Mon Oct 15, 2:50 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Ingo Molnar
, (Mon Oct 15, 2:51 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Avi Kivity
, (Mon Oct 15, 3:02 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Laurent Vivier
, (Mon Oct 15, 3:53 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Avi Kivity
, (Mon Oct 15, 4:15 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest
, Christian Borntraeger
, (Mon Oct 15, 4:19 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest
, Christian Borntraeger
, (Mon Oct 15, 4:33 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Laurent Vivier
, (Mon Oct 15, 4:37 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Laurent Vivier
, (Mon Oct 15, 4:38 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Avi Kivity
, (Mon Oct 15, 5:07 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Laurent Vivier
, (Mon Oct 15, 5:29 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Christian Borntraeger
, (Mon Oct 15, 7:39 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Laurent Vivier
, (Mon Oct 15, 7:45 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Avi Kivity
, (Mon Oct 15, 9:46 am)
Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time ...
, Laurent Vivier
, (Mon Oct 15, 12:45 pm)
[PATCH] clear PF_VCPU in kvm_guest_exit()
, Laurent Vivier
, (Wed Oct 17, 6:08 am)
Re: [PATCH] clear PF_VCPU in kvm_guest_exit()
, Christian Borntraeger
, (Wed Oct 17, 6:18 am)
Re: [PATCH] clear PF_VCPU in kvm_guest_exit()
, Avi Kivity
, (Wed Oct 17, 7:16 am)
Re: [PATCH] clear PF_VCPU in kvm_guest_exit()
, Laurent Vivier
, (Wed Oct 17, 8:09 am)
Use virtual cpu accounting if available for guest times.
, Christian Borntraeger
, (Thu Oct 18, 5:39 am)
Re: Use virtual cpu accounting if available for guest times.
, Avi Kivity
, (Thu Oct 18, 5:41 am)
[PATCH] move kvm_guest_exit() after local_irq_enable()
, Laurent Vivier
, (Thu Oct 18, 6:19 am)
Re: [kvm-devel] [PATCH] move kvm_guest_exit() after local_ ...
, Avi Kivity
, (Thu Oct 18, 6:32 am)
Re: [kvm-devel] [PATCH] move kvm_guest_exit() after local_ ...
, Laurent Vivier
, (Thu Oct 18, 6:49 am)
Re: [kvm-devel] Use virtual cpu accounting if available fo ...
, Hollis Blanchard
, (Fri Oct 19, 9:57 am)
Re: [kvm-devel] Use virtual cpu accounting if available fo ...
, Hollis Blanchard
, (Fri Oct 19, 10:18 am)
Re: [PATCH] move kvm_guest_exit() after local_irq_enable()
, Ingo Molnar
, (Mon Oct 22, 1:26 am)
Re: [PATCH] move kvm_guest_exit() after local_irq_enable()
, Avi Kivity
, (Mon Oct 22, 1:51 am)
Re: [PATCH] move kvm_guest_exit() after local_irq_enable()
, Ingo Molnar
, (Mon Oct 22, 1:57 am)
Re: [kvm-devel] [PATCH] move kvm_guest_exit() after local_ ...
, Avi Kivity
, (Mon Oct 22, 2:10 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Brandeburg, Jesse
RE: [regression] e1000e broke e1000 (was: Re: [ANNOUNCE] e1000 toe1000e migration ...
Robin Lee Powell
NFS hang + umount -f: better behaviour requested.
Linus Torvalds
Linux 2.6.34-rc4
Nick Piggin
Re: dealing with barriers (was Re: [PATCH] firewire: fw-core: enforce write order ...
Joe Perches
Re: [patch] checkpatch: putting the && or || on the wrong line
git
:
Fredrik Kuivinen
Re: fatal: unable to create '.git/index': File exists
Johannes Sixt
Re: How to pull remote branch with specified commit id?
Henrik Vendelbo
only accessing some git repos: Am I configuring daemon wrong?
Martin Langhoff
Re: CVS -> SVN -> Git
Rene Herman
"git pull . <branch>" versus "git merge <branch>"
linux-netdev
:
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
Paulius Zaleckas
Re: [RFC] Patch to option HSO driver to the kernel
Timo Teräs
ip xfrm policy semantics
Ron Mercer
[net-next PATCH 2/2] qlge: Version change to v1.00.00.27
Maciej W. Rozycki
Re: [PATCH] flush_work_sync vs. flush_scheduled_work Re: [PATCH] PHYLIB: IRQ event...
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Siju George
This is what Linus Torvalds calls openBSD crowd
new_guy
Longest Uptime?
Skylar Hawk
Re: asus eee 1201n - acpitz0 critical temperature 255C (5282K), shutting down
Nick Guenther
Re: Forum engine
git-commits-head
:
Linux Kernel Mailing List
powerpc/fsl_msi: enable msi allocation in all banks
Linux Kernel Mailing List
[ARM] mmp: avengers lite (pxa168) board bring up
Linux Kernel Mailing List
swiotlb: replace architecture-specific swiotlb.h with linux/swiotlb.h
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
V4L/DVB (10925): add support for LG Electronics LGDT3305 ATSC/QAM-B Demodulator
Colocation donated by:
Syndicate