FreeBSD Alpha5 amd64 - Citrix Xen 6.2 problem
Roger Pau Monné
roger.pau at citrix.com
Mon Oct 14 14:29:00 UTC 2013
On 14/10/13 15:57, Mark Felder wrote:
> Patching 9-STABLE with this applies cleanly, but I'm guessing the work
> done with the restructuring so it fits in GENERIC is not permitting it
> to build.
>
>
> /usr/src/sys/dev/xen/blkfront/blkfront.c: In function 'blkfront_probe':
> /usr/src/sys/dev/xen/blkfront/blkfront.c:405: warning: implicit
> declaration of function 'xen_hvm_domain'
> /usr/src/sys/dev/xen/blkfront/blkfront.c:405: warning: nested extern
> declaration of 'xen_hvm_domain' [-Wnested-externs]
> *** [blkfront.o] Error code 1
>
> Stop in /usr/obj/usr/src/sys/XENHVM.
> *** [buildkernel] Error code 1
>
> Stop in /usr/src.
> *** [buildkernel] Error code 1
>
> Stop in /usr/src.
Yes, the xen_hvm_domain function is not available in 9-STABLE, you
should be able to replace the 'if' gate with a '#ifdef XENHVM .. #endif'
(not pretty, but should do it's job).
Roger.
More information about the freebsd-xen
mailing list