WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] why xen use x86_emulation() in page_fault

To: Tim Deegan <tim@xxxxxxx>
Subject: Re: [Xen-devel] why xen use x86_emulation() in page_fault
From: "Zhengwang Ruan (Royo)" <zhengwang.ruan@xxxxxxxxx>
Date: Tue, 11 Oct 2011 21:21:08 +0800
Cc: cc Luit <universalbillow@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 11 Oct 2011 06:22:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=wCU7005d6Tcix8RTyIT07r2xPZogVSWCTPXweYMwVRk=; b=ZxaEK3XehDKZuQiZ2Lii/dIT+3xUrti/0QWa76Ml1XsFIZ0mxyqhxG/F+V0gkCt8r7 6HHs2NUfWrwrFrHrOcVaO19gN3F80vOtwabGJyUBOL12VL9/kwwoPPihIvYoWZa/UVnO MKO+60iMZlA+LiYcEW4mlMQZe5GjHIHBLGf78=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20111011081829.GB88076@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <CADWh-PE3tdCP5UshkwH0VX9J0aJaxBLfQdiN1u9WF+Q--x4ejA@xxxxxxxxxxxxxx> <20111011081829.GB88076@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.23) Gecko/20110920 Thunderbird/3.1.15
Hi Tim,

I am a freshman to this member-list and interested in some contents in
your reply, looking forward to your answer. :)


At 2011-10-11 16:18, Tim Deegan wrote:
At 09:39 +0800 on 11 Oct (1318325957), cc Luit wrote:
Hi, everyone, I have a question,
in the shadow_page_fault or ept mechanism, xen will use the x86_emulation
for some instructions, I'm wondering why it must use it, if after we fix the
SPT or EPT table, just VMEntry to HVM to re-excute this instruction  but not
emulate in xen, is there some problems?
In the shadow pagetable code, we keep the shadows up-to-date by:
  1 - making all shadowed pagetables read-only;
  2 - intercepting the page faults when the guest writes to them; and
  3 - updating the guest pagetable and the shadow at the same time,
      with whatever change the guest was making.

For step 3 we need to emulate the instruction that caused the pagefault
so that we can tell what was being written.

There are other reasons for the emulator to be called (emulating MMIO
instructions, emulating real-mode&c) but that's why the shadow
pagetable code uses it.

1, Does this emulator set up a emulation environment to execute
instructions for a VM(guest OS)?
2, Real-mode code you talked above is used to execute the first 16-bit
initial code of a guest OS? Does it have other usages in current Xen
implementation?

Thanks,
Royo (Zhengwang)


Cheers,

Tim.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel