kqemu-kmod port
Norikatsu Shigemura
nork at FreeBSD.org
Wed Oct 26 06:44:06 PDT 2005
On Tue, 25 Oct 2005 21:11:41 +0200
Juergen Lock <nox at jelal.kn-bremen.de> wrote:
> > I want kqemu only port to make buildkernel with PORTS_MODULES.
> > I tested that make buildworld PORTS_MODULES=emulators/qemu,
> > but no good. So I decided to make kqemu-kmod port.
> > If I commit following port, I'll remove kqemu related code
> > from emulators/qemu/Makefile and add dependency on kqemu-kmod.
> >[...]
> Err. You may be able to build the kld seperately like that, but the
> qemu build also needs the kqemu bits in place in the build dir to add in
> kqemu support... So if you remove it from the qemu port the kld wont
> get used.
$ grep -r kqemu .
./kqemu.c:#include "kqemu/kqemu.h"
Ah! OK. Hum...
I'll install to ${LOCALBASE}/include/kqemu/kqemu.h:-).
I'll try to make a patch for qemu, because it seems to be
unquestionable.
More information about the freebsd-emulation
mailing list