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

[Xen-devel] Fix another obvious MMIO error

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Fix another obvious MMIO error
From: "Yang, Xiaowei" <xiaowei.yang@xxxxxxxxx>
Date: Mon, 16 Oct 2006 00:57:14 +0800
Delivery-date: Sun, 15 Oct 2006 09:57:41 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbwevRl6SeTfAnoTByRoWLAmz5odA==
Thread-topic: Fix another obvious MMIO error
 <<mmio.patch>> In send_mmio_req, p->u.data is assigned guest pa, while
in hvm_mmio_access it uses hvm_copy_to_guest_virt, which translates
p->u.data from gva to gpa again.

Signed-off-by: Xiaowei Yang <xiaowei.yang@xxxxxxxxx>

Thanks, 
Xiaowei 


Attachment: mmio.patch
Description: mmio.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Fix another obvious MMIO error, Yang, Xiaowei <=