qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH v5 4/6] module: implement module loading fun


From: Fam Zheng
Subject: Re: [Qemu-devel] [RFC PATCH v5 4/6] module: implement module loading function
Date: Thu, 12 Sep 2013 11:12:28 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, 09/11 15:24, Peter Maydell wrote:
> On 11 September 2013 06:38, Fam Zheng <address@hidden> wrote:
> > --- a/linux-user/main.c
> > +++ b/linux-user/main.c
> > @@ -34,6 +34,7 @@
> >  #include "qemu/timer.h"
> >  #include "qemu/envlist.h"
> >  #include "elf.h"
> > +#include <qemu/module.h>
> >
> >  char *exec_path;
> >
> > @@ -3551,6 +3552,8 @@ int main(int argc, char **argv, char **envp)
> >      int i;
> >      int ret;
> >
> > +    module_load(MODULE_LOAD_UI);
> > +    module_load(MODULE_LOAD_NET);
> >      module_call_init(MODULE_INIT_QOM);
> 
> This looks kind of fishy. The *-user binaries don't even
> have any UI, and they shouldn't be using the networking
> either. For that matter it's really unclear to me that they
> should have any kind of loadable modules at all.
> 
I see, dropping this change.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]