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-ia64-devel

[Xen-ia64-devel] [PATCH] preparation for vga acceleration of VTI domain

To: <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] [PATCH] preparation for vga acceleration of VTI domain
From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
Date: Tue, 30 May 2006 23:18:58 +0800
Delivery-date: Tue, 30 May 2006 08:19:19 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcaD/F9E+PELXKFGRMSlE7WoD20x3g==
Thread-topic: [PATCH] preparation for vga acceleration of VTI domain
This patch fixes several minor issues, as a prepare step to support VGA 
acceleration for VTI domain:

- shared vram buffer needs to be mapped as WB in both sides, because 
the shared vram is the true WB memory though VTI domain is told as UC
- Introduced a new pte_mem to indicate p2m entry containing valid mfn 
when replace p2m entry. Pte_none doesn't work for VTI case, since IO 
type is encoded into p2m entry which however doesn't contain valid mfn.
  
After above change, guest_physmap_add/remove_page is available to 
be used by qemu to setup linear buffer for VTI domain.

Signed-off-by Kevin Tian <kevin.tian@xxxxxxxxx>

Thanks,
Kevin

Attachment: vga_accl_prepare.patch
Description: vga_accl_prepare.patch

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>