Re: [Qemu-devel] [PATCH 0/2] Dynamic module support for block drivers

2015-09-07 Thread Stefan Hajnoczi
On Thu, Sep 03, 2015 at 08:07:40PM +0200, Marc Marí wrote: > On Thu, 3 Sep 2015 17:12:29 +0100 > Stefan Hajnoczi wrote: > > > On Mon, Aug 17, 2015 at 10:09:33AM +0200, Marc Marí wrote: > > > The current module infrastructure has been improved to enable > > > dynamic module

Re: [Qemu-devel] [PATCH 0/2] Dynamic module support for block drivers

2015-09-03 Thread Stefan Hajnoczi
On Mon, Aug 17, 2015 at 10:09:33AM +0200, Marc Marí wrote: > The current module infrastructure has been improved to enable dynamic module > loading. > > This reduces the load time for very simple guests. For the following > configuration (very loaded) > > ./configure --enable-sdl --enable-gtk

Re: [Qemu-devel] [PATCH 0/2] Dynamic module support for block drivers

2015-09-03 Thread Marc Marí
On Thu, 3 Sep 2015 17:12:29 +0100 Stefan Hajnoczi wrote: > On Mon, Aug 17, 2015 at 10:09:33AM +0200, Marc Marí wrote: > > The current module infrastructure has been improved to enable > > dynamic module loading. > > > > This reduces the load time for very simple guests. For

Re: [Qemu-devel] [PATCH 0/2] Dynamic module support for block drivers

2015-08-27 Thread Marc Marí
Ping On Mon, 17 Aug 2015 10:09:33 +0200 Marc Marí mar...@redhat.com wrote: The current module infrastructure has been improved to enable dynamic module loading. This reduces the load time for very simple guests. For the following configuration (very loaded) ./configure --enable-sdl

[Qemu-devel] [PATCH 0/2] Dynamic module support for block drivers

2015-08-17 Thread Marc Marí
The current module infrastructure has been improved to enable dynamic module loading. This reduces the load time for very simple guests. For the following configuration (very loaded) ./configure --enable-sdl --enable-gtk --enable-vte --enable-curses \ --enable-vnc