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-users

[Xen-users] Anyone know how to install pv drivers?

To: Xen-Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Anyone know how to install pv drivers?
From: "Wu Tao" <wutao4xen@xxxxxxx>
Date: Fri, 29 Jul 2011 13:03:12 +0800 (CST)
Delivery-date: Thu, 28 Jul 2011 22:04:38 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Received:Date:From:To:Message-ID:Subject: MIME-Version:Content-Type; bh=PdNCF+UajmgaQVdwTTiIznXUJeNRHxcyfw 7k98AdMDQ=; b=HeHG9gXCci+/vOvDjVpaE7krwGnT2KhOtbniE5qbSqHkBGEYo9 SEN73x04IuyUjPL7aRLuRILBez9PLMsZ/TsJqg2PrRAXotdmfBiFyraGF3mlvj+e 5ZJFZXqSMnab/mZ+CYA6bc5+IS51YeHYJUs+46cATyB4XrSeKhsR4+bpU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,
   i am planning to install pv drivers, when i compiled xen/unmodified_drivers/linux-2.6:
   # ./mkbuildtree 
    #make -C /lib/modules/2.6.23/build/ M=$PWD modules
    it makes following errors:
   
n/balloon.c:101:57: error: macro "DECLARE_WORK" passed 3 arguments, but takes just 2
unmodified_drivers/linux-2.6/balloon/balloon.c:101: warning: type defaults to ‘int’ in declaration of ‘DECLARE_WORK’
unmodified_drivers/linux-2.6/balloon/balloon.c: In function ‘balloon_alarm’:
unmodified_drivers/linux-2.6/balloon/balloon.c:186: error: ‘balloon_worker’ undeclared (first use in this function)
unmodified_drivers/linux-2.6/balloon/balloon.c:186: error: (Each undeclared identifier is reported only once
unmodified_drivers/linux-2.6/balloon/balloon.c:186: error: for each function it appears unmodified_drivers/linux-2.6/balloon/balloon.c: In function ‘balloon_set_new_target’:
unmodified_drivers/linux-2.6/balloon/balloon.c:410: error: ‘balloon_worker’ undeclared (first use in this function)
unmodified_drivers/linux-2.6/balloon/balloon.c: In function ‘alloc_empty_pages_and_pagevec’:
unmodified_drivers/linux-2.6/balloon/balloon.c:649: error: ‘balloon_worker’ undeclared (first use in this function)
unmodified_drivers/linux-2.6/balloon/balloon.c: In function ‘free_empty_pages_and_pagevec’:
unmodified_drivers/linux-2.6/balloon/balloon.c:682: error: ‘balloon_worker’ undeclared (first use in this function)
unmodified_drivers/linux-2.6/balloon/balloon.c: In function ‘balloon_release_driver_page’:
unmodified_drivers/linux-2.6/balloon/balloon.c:694: error: ‘balloon_worker’ undeclared (first use in this function)

how can i fix it? thx.



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