From: Bernhard Kohl <bernhard.kohl@nsn.com>
To: kvm@vger.kernel.org
Subject: Re: [PATCH] KVM: Improvements for task switching
Date: Fri, 13 Mar 2009 14:17:13 +0000 (UTC) [thread overview]
Message-ID: <loom.20090313T134953-152@post.gmane.org> (raw)
In-Reply-To: 49B957BD.7000107@siemens.com
Jan Kiszka <jan.kiszka <at> siemens.com> writes:
>
> Bernhard Kohl wrote:
> > NSN's proprietary OS DMX sometimes does task switches.
> > To get it running in KVM the following changes were necessary:
> > Interrupt injection only with interrupt flag set.
> > Linking the tss->prev_task_link to itself removed.
> > Task linking is required for CALL and GATE.
> > Do not call skip_emulated_instruction() for GATE.
>
> Please post independent changes as separate patches. I guess the task
> linking changes belong together, but surely not to the IRQ injection
> patch. And the last change looks independent, too.
>From my point of view it is one patch. The DMX OS crashed during its task
switch. After fixing the first problem we got the 2nd, then the 3rd and 4th.
It can only complete a complete task switch with all this fixed. Obviously
all other guests don't do this kind of task switches.
>
> Another wish (specifically as this is tricky stuff): also describe in
> the commit log, why you changed something.
OK, I will do that.
>
> That causes concerns on my side as we had a hard time stabilizing this
> code. Need to think about it. Do you happen to have a test case for this
> (if it's not publicly shareable, contact me directly)? Did you check
> that this change causes no obvious regressions to other guests? What
> about the user-inject IRQ case, does it already work for you as-is?
The test case is our DMX OS (no public availability). Without these changes it
crashes the VM. No known other problems. Linux guests run well with these
changes. Others not tested.
>
> What about 16-bit switches, are they already correct?
Maybe similar changes are needed for 16-bit switches. DMX does not do that.
So I have no guest to test this.
Bernhard
next prev parent reply other threads:[~2009-03-13 14:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-12 17:06 [PATCH] KVM: Improvements for task switching Bernhard Kohl
2009-03-12 18:43 ` Jan Kiszka
2009-03-12 19:12 ` Jan Kiszka
2009-03-13 14:17 ` Bernhard Kohl [this message]
2009-03-13 15:17 ` Jan Kiszka
2009-03-13 15:55 ` Kohl, Bernhard (NSN - DE/Munich)
2009-03-13 15:58 ` Jan Kiszka
2009-03-23 18:15 ` Julian Stecklina
2009-04-12 17:31 ` Julian Stecklina
2009-03-18 0:38 ` Andi Kleen
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=loom.20090313T134953-152@post.gmane.org \
--to=bernhard.kohl@nsn.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