qemu coredumps on RELENG_7
Boris Samorodov
bsam at ipt.ru
Thu Mar 20 20:37:50 UTC 2008
On Thu, 20 Mar 2008 22:28:52 +0200 Kostik Belousov wrote:
> > Index: qemu/vl.c
> > @@ -8423,6 +8423,12 @@
> > nb_nics = 0;
> > /* default mac address of the first network interface */
> >
> > +#ifdef __FreeBSD__
> > + loadmodules(0, "aio", NULL);
> > + if (modfind("aio") == -1)
> > + fprintf(stderr, "warning: aio not (kld)loaded, may cause `Invalid system call' traps on disk IO\n");
> > +#endif
> > +
> > optind = 1;
> > for(;;) {
> > if (optind >= argc)
> >
> > Would everybody be satisfied with this now? :)
> Me not :). Better print the message without the module load attempt.
I'm irrelevant to loading module or not, but PLEASE leave the message! :)
WBR
--
bsam
More information about the freebsd-emulation
mailing list