Lock writes: > Is kqemu and the freebsd wrapper smp aware? I just saw this panic > report again, > http://lists.freebsd.org/pipermail/freebsd-current/2005-May/050161.html > and noticed it apparently happened with an smp kernel.
My guess is .d_flags = D_NEEDGIANT, needs to be added to the initializer of kqemu_cdevsw for the freebsd-current case. AFAIK this flag ensures only one thread can be in this driver at a time (but caveat emptor: I don't play in the kernel these days). _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel