login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
3
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' state due to apfs
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Xiao Guangrong
Subject:
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' state due to apfs
Date: Wednesday, November 3, 2010 - 2:47 am
On 11/01/2010 08:55 PM, Gleb Natapov wrote:
quoted text
> diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c > index 2cfdf2d..f7aed95 100644 > --- a/arch/x86/kvm/x86.c > +++ b/arch/x86/kvm/x86.c > @@ -5295,8 +5295,9 @@ static int __vcpu_run(struct kvm_vcpu *vcpu) > { > switch(vcpu->arch.mp_state) { > case KVM_MP_STATE_HALTED: > - vcpu->arch.mp_state = > - KVM_MP_STATE_RUNNABLE; > + if (list_empty_careful(&vcpu->async_pf.done)) > + vcpu->arch.mp_state = > + KVM_MP_STATE_RUNNABLE; > case KVM_MP_STATE_RUNNABLE: > vcpu->arch.apf.halted = false; > break; > @@ -6279,6 +6280,7 @@ void kvm_arch_async_page_present(struct kvm_vcpu *vcpu, > vcpu->arch.fault.error_code = 0; > vcpu->arch.fault.address = work->arch.token; > kvm_inject_page_fault(vcpu); > + vcpu->arch.mp_state = KVM_MP_STATE_RUNNABLE; > } > } >
Tested with full virtualization guests, it works well for me. Thanks! --
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:
[PATCH v2 1/7] KVM: fix tracing kvm_try_async_get_page
, Xiao Guangrong
, (Mon Nov 1, 1:58 am)
[PATCH v2 2/7] KVM: cleanup aysnc_pf tracepoints
, Xiao Guangrong
, (Mon Nov 1, 1:59 am)
[PATCH v2 3/7] KVM: fix searching async gfn in kvm_async_p ...
, Xiao Guangrong
, (Mon Nov 1, 2:00 am)
[PATCH v2 4/7] KVM: avoid unnecessary wait for a async pf
, Xiao Guangrong
, (Mon Nov 1, 2:01 am)
[PATCH v2 5/7] KVM: handle more completed apfs if possible
, Xiao Guangrong
, (Mon Nov 1, 2:02 am)
[RFC PATCH v2 6/7] KVM: fix the race while wakeup all pv guest
, Xiao Guangrong
, (Mon Nov 1, 2:03 am)
[RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' state ...
, Xiao Guangrong
, (Mon Nov 1, 2:05 am)
Re: [PATCH v2 5/7] KVM: handle more completed apfs if possible
, Gleb Natapov
, (Mon Nov 1, 2:24 am)
Re: [PATCH v2 4/7] KVM: avoid unnecessary wait for a async pf
, Gleb Natapov
, (Mon Nov 1, 2:25 am)
Re: [PATCH v2 5/7] KVM: handle more completed apfs if possible
, Xiao Guangrong
, (Mon Nov 1, 2:34 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Gleb Natapov
, (Mon Nov 1, 5:55 am)
Re: [RFC PATCH v2 6/7] KVM: fix the race while wakeup all ...
, Gleb Natapov
, (Mon Nov 1, 5:58 am)
Re: [PATCH v2 1/7] KVM: fix tracing kvm_try_async_get_page
, Gleb Natapov
, (Mon Nov 1, 6:09 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Xiao Guangrong
, (Mon Nov 1, 7:30 pm)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Gleb Natapov
, (Mon Nov 1, 11:56 pm)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Xiao Guangrong
, (Tue Nov 2, 12:31 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Gleb Natapov
, (Tue Nov 2, 12:45 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Xiao Guangrong
, (Tue Nov 2, 2:09 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Gleb Natapov
, (Tue Nov 2, 2:14 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Xiao Guangrong
, (Tue Nov 2, 2:30 am)
[PATCH v3 5/7] KVM: handle more completed apfs if possible
, Xiao Guangrong
, (Tue Nov 2, 2:35 am)
Re: [PATCH v3 5/7] KVM: handle more completed apfs if possible
, Gleb Natapov
, (Tue Nov 2, 5:38 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Gleb Natapov
, (Tue Nov 2, 5:39 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Gleb Natapov
, (Wed Nov 3, 2:45 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Xiao Guangrong
, (Wed Nov 3, 2:47 am)
Re: [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' s ...
, Marcelo Tosatti
, (Wed Nov 3, 6:43 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tony Luck
Re: Hardware Error Kernel Mini-Summit
James Bottomley
Re: [PATCH -mm 1/2] scsi: remove dma_is_consistent usage in 53c700
Andrey Borzenkov
Re: [possible regression] 2.6.22 reiserfs/libata sporadically hangs on resume from...
Linus Torvalds
Linux 2.6.26-rc6
Jeffrey V. Merkey
Re: Versioning file system
git
:
Morten Welinder
Re: [PATCH] use xrealloc in help.c
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Jörg Sommer
[PATCH v2 08/13] Unify the lenght of $SHORT* and the commits in the TODO list
Boyd Lynn Gerber
Re: [VOTE] git versus mercurial
Stefan Näwe
Re: [PATCH] git-gui: use --exclude-standard to check for untracked files
linux-netdev
:
Andreas Sundstrom
Re: ~60k interrupts/sec for 1Gb/s iperf with r8169
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Denys Fedoryshchenko
Re: circular locking, mirred, 2.6.24.2
David Miller
Re: [PATCH -next] sfc: Use correct macro to set event bitfield
David Miller
Re: [PATCH] ipv6: fix display of local and remote sit endpoints
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
m68k: amiga - Mouse platform device conversion
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
frantisek holop
Re: mount ffs as msdos, system hangs
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Colocation donated by:
Syndicate