--- wikisrc/ports/xen/howto.mdwn 2016/12/20 17:48:53 1.124 +++ wikisrc/ports/xen/howto.mdwn 2016/12/20 18:26:11 1.125 @@ -212,58 +212,64 @@ xl, the NetBSD 7 stable branch, and to u dom0. Either the i386PAE or amd64 version of NetBSD may be used as domUs. -Build problems --------------- +Status +------ Ideally, all versions of Xen in pkgsrc would build on all supported versions of NetBSD/amd64, to the point where this section would be silly. However, that has not always been the case. Besides aging code and aging compilers, qemu (included in xentools for HVM support) is difficult to build. Note that there is intentionally no data for -4.5 and up for i386. The following are known to be ok or FAIL, with -the date last checked (generally on the most recent quarterly branch): +4.5+ up for i386, and often omits xentools info if the corresponding +kernel fails. + +The following table gives status, with the date last checked +(generally on the most recent quarterly branch). The first code is +"builds" if it builds ok, and "FAIL" for a failure to build. The +second code/date only appears for xenkernel* and is "works" if it runs +ok as a dom0, and "FAIL" if it won't boot or run a domU. xenkernel3 netbsd-6 i386 FAIL 201612 xenkernel33 netbsd-6 i386 FAIL 201612 - xenkernel41 netbsd-6 i386 ok 201612 - xenkernel42 netbsd-6 i386 ok 201612 - xentools3 netbsd-6 i386 ok 201412 + xenkernel41 netbsd-6 i386 builds 201612 + xenkernel42 netbsd-6 i386 builds 201612 + xentools3 netbsd-6 i386 builds 201412 xentools3-hvm netbsd-6 i386 FAIL 201412 - xentools33 netbsd-6 i386 ok 201412 - xentools41 netbsd-6 i386 ok 201412 - xentools42 netbsd-6 i386 mixed 201412 + xentools33 netbsd-6 i386 builds 201412 + xentools41 netbsd-6 i386 builds 201612 + xentools42 netbsd-6 i386 ? 201412 xenkernel3 netbsd-7 i386 FAIL 201412 xenkernel33 netbsd-7 i386 FAIL 201412 - xenkernel41 netbsd-7 i386 ok 201412 - xenkernel42 netbsd-7 i386 ok 201412 - xentools41 netbsd-7 i386 ok 201412 + xenkernel41 netbsd-7 i386 builds 201412 + xenkernel42 netbsd-7 i386 builds 201412 + xentools41 netbsd-7 i386 builds 201412 xentools42 netbsd-7 i386 ??FAIL 201412 xenkernel3 netbsd-6 amd64 FAIL 201612 xenkernel33 netbsd-6 amd64 FAIL 201612 - xenkernel41 netbsd-6 amd64 ok 201612 - xenkernel42 netbsd-6 amd64 ok 201612 - xenkernel45 netbsd-6 amd64 ok 201612 - xenkernel46 netbsd-6 amd64 ok 201612 - xentools41 netbsd-6 amd64 ok 201612 - xentools42 netbsd-6 amd64 ok 201612 - xentools45 netbsd-6 amd64 ok 201612 + xenkernel41 netbsd-6 amd64 builds 201612 works 201612 + xenkernel42 netbsd-6 amd64 builds 201612 works 201612 + xenkernel45 netbsd-6 amd64 builds 201612 + xenkernel46 netbsd-6 amd64 builds 201612 + xentools41 netbsd-6 amd64 builds 201612 + xentools42 netbsd-6 amd64 builds 201612 + xentools45 netbsd-6 amd64 builds 201612 xentools46 netbsd-6 amd64 FAIL 201612 - xenkernel3 netbsd-7 amd64 ok 201612 - xenkernel33 netbsd-7 amd64 ok 201612 - xenkernel41 netbsd-7 amd64 ok 201612 - xenkernel42 netbsd-7 amd64 ok 201612 - xenkernel45 netbsd-7 amd64 ok 201612 - xenkernel46 netbsd-7 amd64 ok 201612 - xentools3 netbsd-7 amd64 ok 201612 - xentools3-hvm netbsd-7 amd64 ok 201612 + xenkernel3 netbsd-7 amd64 builds 201612 + xenkernel33 netbsd-7 amd64 builds 201612 + xenkernel41 netbsd-7 amd64 builds 201612 + xenkernel42 netbsd-7 amd64 builds 201612 + xenkernel45 netbsd-7 amd64 builds 201612 + xenkernel46 netbsd-7 amd64 builds 201612 + xentools3 netbsd-7 amd64 builds 201612 + xentools3-hvm netbsd-7 amd64 builds 201612 xentools33 netbsd-7 amd64 FAIL 201612 - xentools41 netbsd-7 amd64 ok 201612 - xentools42 netbsd-7 amd64 ok 201612 - xentools45 netbsd-7 amd64 ok 201612 - xentools46 netbsd-7 amd64 ok 201612 + xentools41 netbsd-7 amd64 builds 201612 + xentools42 netbsd-7 amd64 builds 201612 + xentools45 netbsd-7 amd64 builds 201612 + xentools46 netbsd-7 amd64 builds 201612 NetBSD as a dom0 ================