From: Anthony Liguori <anthony@codemonkey.ws>
To: andrzej zaborowski <balrogg@gmail.com>
Cc: qemu-devel@nongnu.org, Carsten Otte <cotte@de.ibm.com>,
Anthony Liguori <aliguori@us.ibm.com>,
kvm-devel <kvm@vger.kernel.org>,
Hollis Blanchard <hollisb@us.ibm.com>,
Paul Brook <paul@codesourcery.com>
Subject: Re: [Qemu-devel] [PATCH][RFC] Split non-TCG bits out of exec.c
Date: Thu, 13 Nov 2008 10:18:43 -0600 [thread overview]
Message-ID: <491C5363.6010000@codemonkey.ws> (raw)
In-Reply-To: <fb249edb0811130551p5a74304al7a95985fb54e44bc@mail.gmail.com>
andrzej zaborowski wrote:
> Is this going a bit in the opposite direction to where QEMUAccel is
> going? What Fabrice suggests seems to be like QEMUAccel, with TCG
> treated as another accelerator.
>
QEMUAccel is a bit orthogonal to what I'm talking about. There is
already KVM support in QEMU today and I'm merely looking to restructure
existing code so that I can build a version of QEMU that has no TCG
support, only KVM support. TCG is too intimately woven into QEMU right
now. You could think of this perhaps as a precursor to making TCG more
of an "accelerator" than it is today.
But wrt QEMUAccel and KVM, there are 5 places in QEMU where there is KVM
specific code.
One is cpu-exec.c to invoke the kvm exec routine instead of TCG. kqemu
has something similar. Unfortunately, kqemu relies on some state that's
only available in cpu-exec.c so we can't make this a single function
pointer invocation without major surgery on cpu-exec.
One is vl.c to initialize KVM support. kqemu doesn't need this.
One is exec.c, to hook cpu_register_physical_memory. kqemu does this
too so it could conceivably be a hook.
Another one is monitor.c to implement 'info kvm'. Not really a place
for a hook. Ideally we could register the monitor callback from
kvm-all.c when we initialize KVM.
Finally, there is a hook in hw/acpi.c to disable SMM support when using
KVM. This is KVM specific because KVM doesn't support SMM. kqemu uses
TCG to run SMM code.
Since there is only one shared hook ATM, I don't think something like
QEMUAccel is all that useful for KVM. On the other hand, there are 42
places that are kqemu specific. I think kqemu could be refactored to
eliminate most of these.
kqemu relies on TCG so you can't really decouple them from each other.
> BTW It would be great if before merging a change like this you
> review/merge the patches submitted to the list that might touch the
> same area so as not to break them (such as Jan Kiszka's
> single-stepping/watchpoint fixes).
>
Yeah, I will make sure to.
Regards,
Anthony Liguori
> Cheers
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2008-11-13 16:18 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-12 22:10 [PATCH][RFC] Split non-TCG bits out of exec.c Anthony Liguori
2008-11-12 22:48 ` [Qemu-devel] " Fabrice Bellard
2008-11-12 22:53 ` Anthony Liguori
2008-11-13 13:51 ` andrzej zaborowski
2008-11-13 16:18 ` Anthony Liguori [this message]
2008-11-14 3:12 ` andrzej zaborowski
2008-11-14 3:18 ` Anthony Liguori
2008-11-14 13:45 ` andrzej zaborowski
2008-11-14 4:03 ` Jamie Lokier
2008-11-14 9:58 ` Avi Kivity
2008-11-14 13:23 ` Jamie Lokier
2008-11-16 13:07 ` Avi Kivity
2008-11-17 3:57 ` Jamie Lokier
2008-11-14 13:58 ` Anthony Liguori
2008-11-14 14:07 ` Anthony Liguori
2008-11-14 23:13 ` Jamie Lokier
2008-11-14 23:20 ` Anthony Liguori
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=491C5363.6010000@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=aliguori@us.ibm.com \
--cc=balrogg@gmail.com \
--cc=cotte@de.ibm.com \
--cc=hollisb@us.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=paul@codesourcery.com \
--cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.