From: Jan Kiszka <jan.kiszka@siemens.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Clemens Kolbitsch <kolbitsch@lastline.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Disabling KVM "on the fly"
Date: Wed, 17 Oct 2012 20:37:14 +0200 [thread overview]
Message-ID: <507EFADA.7080700@siemens.com> (raw)
In-Reply-To: <507EE07E.20504@redhat.com>
On 2012-10-17 18:44, Paolo Bonzini wrote:
> Il 17/10/2012 18:37, Clemens Kolbitsch ha scritto:
>> Guys,
>>
>> I know this is question might seem a bit odd, but I'm curious:
>>
>> Has anyone ever tried to write code to disable KVM on the fly / is it
>> at all possible? I have a situation where I need to use TCG for
>> certain parts of the code, but would love to have acceleration for
>> everything else. My idea was to pause the VM, then use the
>> snapshotting mechanism to dump the state, and then to resume the
>> snapshot, but writing the KVM state into the non-KVM structures.
>
> As a start, you can try using "migrate exec:cat>foo.save" with a KVM
> machine and "-incoming 'exec:cat foo.save'" with a TCG machine. The
> main problem should be that TCG doesn't implement kvmclock.
>
> If you disable the KVM interrupt controller and timer (which is just an
> implementation detail, not a hardware difference),
Unnecessary. Both models (KVM in-kernel and QEMU userspace) are
compatible - in the absence of bugs.
> the differences
> between KVM and TCG are just that KVM doesn't initialize some TCG-only
> data structure, and that KVM uses many CPU threads; TCG uses one that
> goes through CPUs round-robin. The CPU threads of course execute
> different code.
>
> So no, in theory there is nothing that prevents this from working in
> principle, except for kvmclock.
-cpu qemu64,-kvmclock should solve that.
You also need -global pc-sysfw.rom_only=1 as KVM does not support write
protected memory areas and creates an "old-style" BIOS region.
But loading a KVM image into TCG lets non-trival guests lock up. Likely
due to differences in the CPU virtualization/emulation (MSRs...). Also,
certain KVM specific CPU states cannot be easily translated into TCG
(and are definitely just ignored in TCG so far).
Jan
--
Siemens AG, Corporate Technology, CT RTC ITP SDP-DE
Corporate Competence Center Embedded Linux
next prev parent reply other threads:[~2012-10-17 18:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-17 16:37 [Qemu-devel] Disabling KVM "on the fly" Clemens Kolbitsch
2012-10-17 16:44 ` Paolo Bonzini
2012-10-17 18:37 ` Jan Kiszka [this message]
2012-10-18 6:29 ` Paolo Bonzini
2012-10-18 17:24 ` Jan Kiszka
2012-10-18 17:38 ` Clemens Kolbitsch
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=507EFADA.7080700@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=kolbitsch@lastline.com \
--cc=pbonzini@redhat.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 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).