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] Question about alignment check in sh_x86_emulate_write

To: "Tim Deegan" <Tim.Deegan@xxxxxxxxxx>
Subject: RE: [Xen-devel] Question about alignment check in sh_x86_emulate_write
From: "Su, Disheng" <disheng.su@xxxxxxxxx>
Date: Tue, 4 Dec 2007 21:03:02 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 04 Dec 2007 05:52:08 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20071204124334.GB2062@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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <FF386CB4AE0E4648B0A96060EC00F36C5BB8FA@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <20071204124334.GB2062@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acg2c1XpvrL4qYwPRVKIEenj+7LTzQAABvLw
Thread-topic: [Xen-devel] Question about alignment check in sh_x86_emulate_write
Tim Deegan wrote:
> At 20:38 +0800 on 04 Dec (1196800681), Su, Disheng wrote:
>> In in sh_x86_emulate_write:
>>      if ( vaddr & (bytes-1) )
>>              return X86EMUL_UNHANDLE;
>> I met a problem the vaddr is not aligned on word or dword, but have
>> to emulate it.
> 
> Have you got an OS that does unaligned writes to its pagetables?
> Exciting!  What is it doing?
> 
It does not write to pagetable. I am doing CR0.wp emulation(don't let
guest turn off CR0.wp, but emulate the trapped instructions in shadow).
Some applications like Anti-virus tools will turn off CR0.wp to change
guest IDT etc.
>> I am wordering about the reason for this check. Is it safe to get
>> rid of it?
> 
> Not really.  Among other things, self-aligned writes never cross page
> boundaries.
> 
Is it Ok to add the checking for cross page boundaries instead?
> Tim.



Best Regards,
Disheng, Su

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

<Prev in Thread] Current Thread [Next in Thread>