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

[Xen-devel] Compiling Xen unstable with vTPM support failed

To: Xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Compiling Xen unstable with vTPM support failed
From: Yan Wen <celestialwy@xxxxxxxxx>
Date: Mon, 18 May 2009 17:00:04 +0800
Cc:
Delivery-date: Mon, 18 May 2009 02:00:54 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Ej4V3dLY6sku2AtMjZvohIpAk4nsXK8ZmmxXSxRCj+4=; b=twW5i0hzrGV3w9wt5tagSdxf3A9Fbiaw1qzPUHJkzDVKp2JkB0/WNDEHGrs8SMYRWP AD2Bh3zzBQZ35AWMTgX3ixiE37iX8LFsTxFraNKxGoyplkR/67BT83qnT5GEkD1wx7l4 z86afdDlC2EaZe+B6QC0wNn5j3o4ccDnZ4Ivg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vQ5Q31A1bIrq/guiJpuctihrV6LTiNyNbpF3jgqeQBA2d4+Wh2/KAVOTvYiay3Bx+s Nyn+iZXBofMgbGo0klQBuxPZuWu7Bbj03bShJ+OaJwq4ATMQHL1EKPnepQH2aGFGWFbx 0rwppBI30iETNGUifI/nK0L5VSAOT7hZBSsro=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I failed to compile the latest Xen unstable with vTPM support.
The compile error occured in the qemu-xen-unstable/hw/pc.c, line 1054:
     tpm_tis_init(&i8259[11]);
 this usage of tpm_tis_init conflicts with the declaration:
    void tpm_tis_init(SetIRQFunc *set_irq, void *opaque, int irq)

How can I resolve this issue?
Any suggestion will be appreciated!
Thanks in advance.
Best regards.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Compiling Xen unstable with vTPM support failed, Yan Wen <=