From: Paolo Bonzini <pbonzini@redhat.com>
To: unlisted-recipients:; (no To-header on input)
Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, gnatapov@redhat.com
Subject: Re: [PATCH] KVM: fix sil/dil/bpl/spl in the mod/rm fields
Date: Thu, 30 May 2013 18:34:48 +0200 [thread overview]
Message-ID: <51A77FA8.6010007@redhat.com> (raw)
In-Reply-To: <51A7717D.6030203@redhat.com>
Il 30/05/2013 17:34, Paolo Bonzini ha scritto:
> Il 30/05/2013 16:35, Paolo Bonzini ha scritto:
>> The x86-64 extended low-byte registers were fetched correctly from reg,
>> but not from mod/rm.
>>
>> This fixes another bug in the boot of RHEL5.9 64-bit, but it is still
>> not enough.
>
> Well, it is enough but it takes 2 minutes to reach the point where
> hardware virtualization is used. It is doing a lot of stuff in
> emulation mode because FS and GS have leftovers from the A20 test:
>
> FS =0000 0000000000000000 0000ffff 00009300 DPL=0 DS16 [-WA]
> GS =ffff 00000000000ffff0 0000ffff 00009300 DPL=0 DS16 [-WA]
>
> 0x00000000000113be: in $0x92,%al
> 0x00000000000113c0: or $0x2,%al
> 0x00000000000113c2: out %al,$0x92
> 0x00000000000113c4: xor %ax,%ax
> 0x00000000000113c6: mov %ax,%fs
> 0x00000000000113c8: dec %ax
> 0x00000000000113c9: mov %ax,%gs
> 0x00000000000113cb: inc %ax
> 0x00000000000113cc: mov %ax,%fs:0x200
> 0x00000000000113d0: cmp %gs:0x210,%ax
> 0x00000000000113d5: je 0x113cb
>
> The DPL < RPL test fails. Any ideas? Should we introduce a new
> intermediate value for emulate_invalid_guest_state (0=none, 1=some, 2=full)?
One idea could be to replace invalid descriptors with NULL ones. Then
you can intercept this in the #GP handler and trigger emulation for that
instruction only.
Paolo
next prev parent reply other threads:[~2013-05-30 16:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-30 14:35 [PATCH] KVM: fix sil/dil/bpl/spl in the mod/rm fields Paolo Bonzini
2013-05-30 15:34 ` Paolo Bonzini
2013-05-30 16:34 ` Paolo Bonzini [this message]
2013-06-03 15:42 ` Avi Kivity
2013-06-03 16:40 ` Gleb Natapov
2013-06-03 16:58 ` Paolo Bonzini
[not found] ` <CAEbWairziqNjujCdGmMsQsb0mqX6HXjyVcJvGriY0wgjJBxjnQ@mail.gmail.com>
2013-06-03 17:45 ` Gleb Natapov
2013-06-03 10:25 ` Gleb Natapov
2013-06-03 12:53 ` Paolo Bonzini
2013-06-02 18:12 ` Gleb Natapov
2013-06-03 6:27 ` Paolo Bonzini
2013-06-03 8:04 ` Gleb Natapov
2013-06-03 8:15 ` Paolo Bonzini
2013-06-03 8:28 ` Gleb Natapov
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=51A77FA8.6010007@redhat.com \
--to=pbonzini@redhat.com \
--cc=gnatapov@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@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