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

[XenPPC] [xenppc-unstable] [ppc] fix differ in signednes warnings

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] fix differ in signednes warnings
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Jun 2006 19:06:02 +0000
Delivery-date: Tue, 13 Jun 2006 12:11:40 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 32b10ed507f1f4c8ce4f0e10c9f8a2e4e124e2ae
# Parent  c0c2944f31649ae98d57d80d7f7df8b5c2fbf19e
[ppc] fix differ in signednes warnings
---
 tools/libxc/xc_ppc_linux_build.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r c0c2944f3164 -r 32b10ed507f1 tools/libxc/xc_ppc_linux_build.c
--- a/tools/libxc/xc_ppc_linux_build.c  Tue Jun 13 10:35:59 2006 -0500
+++ b/tools/libxc/xc_ppc_linux_build.c  Tue Jun 13 15:00:54 2006 -0400
@@ -184,7 +184,7 @@ unsigned long spin_list[] = {
 };
 
 /* XXX yes, this is a hack */
-static void hack_kernel_img(uint8_t *img)
+static void hack_kernel_img(char *img)
 {
     const off_t file_offset = 0x10000;
     unsigned long *addr = spin_list;
@@ -205,7 +205,7 @@ static int load_kernel(
     xen_pfn_t *page_array)
 {
     struct load_funcs load_funcs;
-    uint8_t *kernel_img;
+    char *kernel_img;
     unsigned long kernel_size;
     int rc;
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [xenppc-unstable] [ppc] fix differ in signednes warnings, Xen patchbot-xenppc-unstable <=