public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] (Almost) get rid of kvm vcpu structure
@ 2009-07-29 17:49 Glauber Costa
  2009-07-29 17:49 ` [PATCH 1/9] use coalesced_mmio field from qemu upstream Glauber Costa
  0 siblings, 1 reply; 11+ messages in thread
From: Glauber Costa @ 2009-07-29 17:49 UTC (permalink / raw)
  To: kvm; +Cc: avi

In this patch series, I am folding everything (most things were already available)
from vcpu context into CPUState. After that is done, I'm able to start using
upstream's kvm_vcpu_ioctl, which needs a few tweaks, whenever we test for -1 as a
return value.

I, however, did not remove references to kvm_vcpu_context in functions signature,
to avoid inflating this patch set. Once this is merged, I'll do a separate patch
that does it.

Thanks!


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

end of thread, other threads:[~2009-08-03 13:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 17:49 [PATCH 0/9] (Almost) get rid of kvm vcpu structure Glauber Costa
2009-07-29 17:49 ` [PATCH 1/9] use coalesced_mmio field from qemu upstream Glauber Costa
2009-07-29 17:49   ` [PATCH 2/9] remove kvm_mmio_read and kvm_mmio_write Glauber Costa
2009-07-29 17:49     ` [PATCH 3/9] put env inside vcpu_context Glauber Costa
2009-07-29 17:49       ` [PATCH 4/9] remove opaque field from kvm_context Glauber Costa
2009-07-29 17:49         ` [PATCH 5/9] remove fd from vcpu_context Glauber Costa
2009-07-29 17:49           ` [PATCH 6/9] remove run from vcpu context Glauber Costa
2009-07-29 17:49             ` [PATCH 7/9] remove kvm_context from vcpu_context Glauber Costa
2009-07-29 17:49               ` [PATCH 8/9] use kvm_vcpu_ioctl Glauber Costa
2009-07-29 17:49                 ` [PATCH 9/9] remove id from vcpu context Glauber Costa
2009-08-03 13:12     ` [PATCH 2/9] remove kvm_mmio_read and kvm_mmio_write Avi Kivity

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