qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] QEMU kvm: Adding KICK_VCPU capability to i386 kvm
@ 2011-12-04 18:25 Raghavendra K T
  2011-12-04 18:25 ` [Qemu-devel] [PATCH 1/3] QEMU kvm: Syncing linux headers to 3.2.0-rc1 Raghavendra K T
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Raghavendra K T @ 2011-12-04 18:25 UTC (permalink / raw)
  To: Alexander Graf, kvm, qemu-devel, Marcelo Tosatti, Avi Kivity,
	Jan Kiszka
  Cc: Raghavendra K T, Suzuki Poulose, Srivatsa Vaddagiri

From: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com>

Three patch series following this, extends KVM-hypervisor
and Linux guest running on KVM-hypervisor to support pv-ticket spinlocks.

PV ticket spinlock helps to solve Lock Holder Preemption problem discussed in
http://www.amd64.org/fileadmin/user_upload/pub/LHP-commented_slides.pdf.

When spinlock is contended,a guest vcpu relinqueshes cpu by halt().
Correspondingly, One hypercall is introduced in KVM hypervisor,that allows
a vcpu to kick the halted vcpu to continue with execution.

The series will : 
- Update qemu with latest linux header files (to 3.2.0-rc1).
- Enable KICK_VCPU capability in kvm/i386.

Raghavendra K T(3):
  Sync the linux headers to 3.2.0-rc1
  Sync the linux headers to patched linux kernel with 
	KICK_VCPU capability.
  Add KICK_VCPU support in i386 target

---
The corresponding kernel patch is available in the thread
https://lkml.org/lkml/2011/11/30/62

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

end of thread, other threads:[~2011-12-26 17:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 18:25 [Qemu-devel] [PATCH 0/3] QEMU kvm: Adding KICK_VCPU capability to i386 kvm Raghavendra K T
2011-12-04 18:25 ` [Qemu-devel] [PATCH 1/3] QEMU kvm: Syncing linux headers to 3.2.0-rc1 Raghavendra K T
2011-12-19 13:51   ` Alexander Graf
2011-12-04 18:26 ` [Qemu-devel] [PATCH 2/3] QEMU kvm: Syncing linux headers to support KICK_VCPU capability Raghavendra K T
2011-12-19 13:52   ` Alexander Graf
2011-12-04 18:26 ` [Qemu-devel] [PATCH 3/3] QEMU kvm/i386 : Adding KICK_VCPU capability support in i386 target Raghavendra K T
2011-12-19 13:54   ` Alexander Graf
2011-12-19 13:59     ` Avi Kivity
2011-12-19 14:03       ` Alexander Graf
2011-12-19 14:11         ` Jan Kiszka
2011-12-26 14:07           ` Avi Kivity
2011-12-26 17:13             ` Raghavendra K T

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).