Hi, Keir, Attached are the necessary changes in control panel to support ia64/vti domain builder. One is in common side, and the other is in vti specific image builder. Please take a look, and if no objection, I''d like to ask Dan''s help to check into xen-ia64-unstable.hg first. Signed-off-by Ke Yu <ke.yu@intel.com> Signed-off-by Anthony Xu <anthony.xu@intel.com> Signed-off-by Kevin Tian <kevin.tian@intel.com> Thanks, Kevin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Oct-22 06:25 UTC
[Xen-ia64-devel] Re: [Xen-devel] [PATCH] Control panel changes for IA64/VTI
On 22 Oct 2005, at 04:20, Tian, Kevin wrote:> Attached are the necessary changes in control panel to support > ia64/vti domain builder. One is in common side, and the other is in vti > specific image builder. Please take a look, and if no objection, I''d > like to ask Dan''s help to check into xen-ia64-unstable.hg first.The common changes to libxc look ia64 specific. Why not stick all of them in ia64_stubs? Adding code to memset to force into the TLB won''t be accepted. Either those whole functions are ia64 specific or (better) replace use of mlock/munlock with map_to_hypervisor/unmap_from_hypervisor which do mlock/memset/munlock on ia64 and skip the memset on x86. -- Keir _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
Maybe Matching Threads
- Re: [Xen-changelog] [xen-unstable] [IA64][HVM] Enable CGA acceleration for VTI.
- [Xen-ia64-devel] RE: IPF/Xen VTI domain testing report for Xen 3.0.3 RC1
- [Xen-ia64-devel][PATCH] Fix Xen crash when creating VTI in some machines.
- [PATCH] Enable VGA acceleration for VTI domain
- [PATCH][XEND]Fix memory allocation for VTi domain with new Qemu on xen-unstagle.hg