Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2008 23:37:13 +0300
From:      Boris Samorodov <bsam@ipt.ru>
To:        Kostik Belousov <kostikbel@gmail.com>
Cc:        freebsd-emulation@freebsd.org, Juergen Lock <nox@jelal.kn-bremen.de>
Subject:   Re: qemu coredumps on RELENG_7
Message-ID:  <49891606@ipt.ru>
In-Reply-To: <20080320202852.GR10374@deviant.kiev.zoral.com.ua> (Kostik Belousov's message of "Thu\, 20 Mar 2008 22\:28\:52 %2B0200")
References:  <alpine.BSF.1.00.0803171507450.23872@duane.dbq.yournetplus.com> <200803202015.m2KKFTBX080186@saturn.kn-bremen.de> <20080320202852.GR10374@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49891606>