public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] KVM: halt_polling: provide a way to qualify wakeups during poll
@ 2016-05-03 12:37 Christian Borntraeger
  2016-05-03 12:37 ` [PATCH 1/1] " Christian Borntraeger
  0 siblings, 1 reply; 11+ messages in thread
From: Christian Borntraeger @ 2016-05-03 12:37 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář
  Cc: KVM, Cornelia Huck, linux-s390, Christian Borntraeger,
	Jens Freimann, David Hildenbrand, Wanpeng Li, David Matlack

I removed all Reviewed-by/Acks as the patch has changed in several places
- got rid of two new lines in Kconfig
- changed comment in interrupt.c
- added kvm_arch_vcpu_block_finish
- got rid of vcpu_reset_wakeup and vcpu_set_valid_wakeup
- add new kvm_stat 
- adopt tracing
- rebase from 4.5 to kvm/next

Better names/descriptions for
- kvm_stat "halt_poll_no_tuning"
- the trace text
- function names 
are welcome

Christian Borntraeger (1):
  KVM: halt_polling: provide a way to qualify wakeups during poll

 arch/arm/include/asm/kvm_host.h     |  2 ++
 arch/arm64/include/asm/kvm_host.h   |  2 ++
 arch/mips/include/asm/kvm_host.h    |  1 +
 arch/mips/kvm/mips.c                |  1 +
 arch/powerpc/include/asm/kvm_host.h |  2 ++
 arch/powerpc/kvm/book3s.c           |  1 +
 arch/powerpc/kvm/booke.c            |  1 +
 arch/s390/include/asm/kvm_host.h    |  3 +++
 arch/s390/kvm/Kconfig               |  1 +
 arch/s390/kvm/interrupt.c           |  5 +++++
 arch/s390/kvm/kvm-s390.c            |  6 ++++++
 arch/x86/include/asm/kvm_host.h     |  2 ++
 arch/x86/kvm/x86.c                  |  1 +
 include/linux/kvm_host.h            | 15 +++++++++++++++
 include/trace/events/kvm.h          | 11 +++++++----
 virt/kvm/Kconfig                    |  3 +++
 virt/kvm/kvm_main.c                 |  8 ++++++--
 17 files changed, 59 insertions(+), 6 deletions(-)

-- 
2.3.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-05-13 10:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-03 12:37 [PATCH v2] KVM: halt_polling: provide a way to qualify wakeups during poll Christian Borntraeger
2016-05-03 12:37 ` [PATCH 1/1] " Christian Borntraeger
2016-05-03 12:41   ` David Hildenbrand
2016-05-03 12:56   ` Cornelia Huck
2016-05-03 15:03     ` Radim Krčmář
2016-05-03 18:12       ` Christian Borntraeger
2016-05-04  6:22         ` Cornelia Huck
2016-05-03 15:09   ` Radim Krčmář
2016-05-04  7:50     ` Christian Borntraeger
2016-05-04  8:05       ` Cornelia Huck
2016-05-13 10:18         ` Christian Borntraeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox