public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] get rid of kvm vcpu structure
@ 2009-10-14 16:29 Glauber Costa
  2009-10-14 16:29 ` [PATCH 1/3] change function signatures so that they don't take a vcpu argument Glauber Costa
  0 siblings, 1 reply; 5+ messages in thread
From: Glauber Costa @ 2009-10-14 16:29 UTC (permalink / raw)
  To: kvm; +Cc: avi

Hello,

Done in three parts, the following patches get rid of vcpu structure in qemu-kvm.
All state is now held in CPUState, getting us a bit closer to upstream qemu again.
The last pass converts us to the use of kvm_vcpu_ioctl, allowing more code to be shared.


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

end of thread, other threads:[~2009-10-15 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14 16:29 [PATCH 0/3] get rid of kvm vcpu structure Glauber Costa
2009-10-14 16:29 ` [PATCH 1/3] change function signatures so that they don't take a vcpu argument Glauber Costa
2009-10-14 16:29   ` [PATCH 2/3] get rid of vcpu structure Glauber Costa
2009-10-14 16:29     ` [PATCH 3/3] use upstream kvm_vcpu_ioctl Glauber Costa
2009-10-15 15:57       ` Marcelo Tosatti

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