From: Glauber Costa <glommer@redhat.com>
To: kvm@vger.kernel.org
Cc: avi@redhat.com
Subject: [PATCH 0/9] (Almost) get rid of kvm vcpu structure
Date: Wed, 29 Jul 2009 13:49:10 -0400 [thread overview]
Message-ID: <1248889759-25063-1-git-send-email-glommer@redhat.com> (raw)
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!
next reply other threads:[~2009-07-29 17:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-29 17:49 Glauber Costa [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1248889759-25063-1-git-send-email-glommer@redhat.com \
--to=glommer@redhat.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox