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

Re: [Xen-ia64-devel] [PATCH] Clean up warnings related to VTi code.

To: "Zhang, Xiantao" <xiantao.zhang@xxxxxxxxx>
Subject: Re: [Xen-ia64-devel] [PATCH] Clean up warnings related to VTi code.
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Mon, 27 Feb 2006 09:51:39 +0900
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 27 Feb 2006 00:52:09 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <9FBCE015AF479F46B3B410499F3AE05B169F8B@pdsmsx405>
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>
References: <9FBCE015AF479F46B3B410499F3AE05B169F8B@pdsmsx405>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Xiantao/Kevin,

Sorry. it is too late, but I have one comment.
"extern do_sched_op()" is declared in xen/include/xen/hypercall.h.

diff -r 111af742e414 xen/arch/ia64/vmx/vmx_hypercall.c
--- a/xen/arch/ia64/vmx/vmx_hypercall.c Sun Feb 19 04:25:31 2006
+++ b/xen/arch/ia64/vmx/vmx_hypercall.c Fri Feb 24 10:16:17 2006
@@ -31,6 +31,11 @@
 #include <xen/mm.h>
 #include <xen/multicall.h>
 #include <xen/hypercall.h>
+#include <public/version.h>
+#include <asm/dom_fw.h>
+#include <xen/domain.h>
+
+extern long do_sched_op(int cmd, unsigned long arg);

Best regards,
 Kan

Zhang, Xiantao wrote:
>Hi Dan/Alex,
>These two patches intend to clean up lots of warnings related to VTi
>code.
>
>1. clean_up_warnings_c_file.patch removes  most of the warnings such as
>incompatible assignment, unused variables, return value type of some
>functions  and so on.
>
>2. clean_up_warnings_header_file.patch adds some functions' prototype
>declaration in corresponding header file and removes issues redefinition
>of some macros.
>Currently lots of warnings even errors have impacted debugging severely,
>so it's time to solve this issue.
>Please help to check in.
>Signed-off-by : Zhang Xiantao <Xiantao.zhang@xxxxxxxxx>
>Signed-off-by : Kevin Tian    <Kevin.tian@xxxxxxxxx>
>               Thanks  
>     Xiantao Zhang
>CSD-OTC PRC Virtualization 
>Intel (China) Limited
>______________________________________________________________________
>
>_______________________________________________
>Xen-ia64-devel mailing list
>Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-ia64-devel


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