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.

_______________________________________________
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to "freebsd-xen-unsubscr...@freebsd.org"

Reply via email to