From: Avi Kivity <avi@redhat.com>
To: Gleb Natapov <gleb@redhat.com>
Cc: mtosatti@redhat.com, kvm@vger.kernel.org
Subject: Re: [PATCH 1/2] KVM: x86 emulator: don't update vcpu state if instruction is restarted.
Date: Mon, 02 Aug 2010 12:08:29 +0300 [thread overview]
Message-ID: <4C568B0D.4020304@redhat.com> (raw)
In-Reply-To: <20100802090537.GO24773@redhat.com>
On 08/02/2010 12:05 PM, Gleb Natapov wrote:
>>>
>>> We did it with unmapped pages in the middles of the slot recently.
>> What guests did we break?
>>
> The one that uses device assignment with old qemu-kvm userspace. Old
> qemu-kvm copied assigned card's ROM into memory and made it read
> only (mprotect(RO)) to get MMIO exists on it. Even older device
> assignment code unmapped one page in the middle of a slot to get mmio
> exist if the page is accessed (and this breaks if mmap decides to mmap
> something else there).
That's fine, device assignment is specialized enough. I'm more worried
about everyday workloads.
>>>> IIRC it leaves fs and gs pointing to large segments, but it never
>>>> accesses them. Since we can't tell whether the guest will use those
>>>> segments, we can't avoid emulating big real mode. Right now most
>>>> things work, but that's because we hacked around everything.
>>>>
>>> We have logic in TPR patching code that tries to detect WindowsXP guest
>>> and if XP is detected it enables vapic. We can disable e_i_g_s if vapic
>>> is enabled.
>> That code is in userspace. If we can change userspace, the whole
>> problem is gone.
> Userspace calls kvm_enable_vapic() to let kernel know that vapic is
> enabled.
This happens before the vapic is detected.
In fact, this particular port is during option rom initialization; I
don't think it's in big real mode.
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2010-08-02 9:08 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-29 12:11 [PATCH 0/2] Speedup ins instruction emulation a little Gleb Natapov
2010-07-29 12:11 ` [PATCH 1/2] KVM: x86 emulator: don't update vcpu state if instruction is restarted Gleb Natapov
2010-07-31 17:25 ` Avi Kivity
2010-08-01 8:28 ` Gleb Natapov
2010-08-01 8:54 ` Avi Kivity
2010-08-01 9:01 ` Gleb Natapov
2010-08-01 9:14 ` Avi Kivity
2010-08-01 9:24 ` Gleb Natapov
2010-08-01 10:00 ` Avi Kivity
2010-08-01 10:53 ` Gleb Natapov
2010-08-01 12:17 ` Avi Kivity
2010-08-01 12:23 ` Gleb Natapov
2010-08-01 12:35 ` Avi Kivity
2010-08-01 13:27 ` Gleb Natapov
2010-08-02 5:04 ` Avi Kivity
2010-08-02 7:58 ` Gleb Natapov
2010-08-02 8:03 ` Avi Kivity
2010-08-02 8:17 ` Gleb Natapov
2010-08-02 8:24 ` Avi Kivity
2010-08-02 8:34 ` Gleb Natapov
2010-08-02 8:54 ` Avi Kivity
2010-08-02 9:05 ` Gleb Natapov
2010-08-02 9:08 ` Avi Kivity [this message]
2010-07-29 12:11 ` [PATCH 2/2] KVM: x86 emulator: check io permissions only once for string pio Gleb Natapov
2010-07-31 1:59 ` Marcelo Tosatti
2010-07-29 12:19 ` [PATCH 0/2] Speedup ins instruction emulation a little 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=4C568B0D.4020304@redhat.com \
--to=avi@redhat.com \
--cc=gleb@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/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.