On Mon, 08/03 12:22, Marc Marí wrote:
> On Mon, 3 Aug 2015 17:24:57 +0800
> Fam Zheng wrote:
>
> > On Mon, 08/03 11:01, Marc Marí wrote:
> > > Some profiling:
> > >
> > > A QEMU with this configuration:
> > > ./configure --enable-sparse --enable-sdl --enable-gtk --enable-vte \
> > > --enable-cu
On Mon, 3 Aug 2015 17:24:57 +0800
Fam Zheng wrote:
> On Mon, 08/03 11:01, Marc Marí wrote:
> > Some profiling:
> >
> > A QEMU with this configuration:
> > ./configure --enable-sparse --enable-sdl --enable-gtk --enable-vte \
> > --enable-curses --enable-vnc --enable-vnc-{jpeg,tls,sasl,png,ws} \
On Mon, Aug 03, 2015 at 10:58:41AM +0100, Alex Bennée wrote:
>
> Marc Marí writes:
>
> > On Mon, 03 Aug 2015 10:24:56 +0100
> > Alex Bennée wrote:
> >
> >>
> >> Marc Marí writes:
> >>
> >> > On Mon, 3 Aug 2015 16:22:34 +0800
> >> > Fam Zheng wrote:
> >> >
> >> >> On Mon, 08/03 09:52, Marc M
Marc Marí writes:
> On Mon, 03 Aug 2015 10:24:56 +0100
> Alex Bennée wrote:
>
>>
>> Marc Marí writes:
>>
>> > On Mon, 3 Aug 2015 16:22:34 +0800
>> > Fam Zheng wrote:
>> >
>> >> On Mon, 08/03 09:52, Marc Marí wrote:
>> >> > So any other ideas to reduce the library overhead are
>> >> > apprec
On 03/08/2015 05:09, Fam Zheng wrote:
> bdrv_probe_all is harder. If we modularize a format driver, its .bdrv_probe
> code will be in the module. If we want to do the format detection, we need to
> load all format drivers. This means if the command line has an unspecified
> format, we'll still ne
On Mon, 3 Aug 2015 10:23:37 +0100
"Daniel P. Berrange" wrote:
> On Fri, Jul 31, 2015 at 05:45:42PM +0200, Marc Marí wrote:
> > Hi everyone
> >
> > I propose improving the current modular driver system for QEMU so it
> > can benefit everybody in speed and flexibility. I'm looking for
> > other id
On Mon, Aug 03, 2015 at 10:24:56AM +0100, Alex Bennée wrote:
>
> Marc Marí writes:
>
> > On Mon, 3 Aug 2015 16:22:34 +0800
> > Fam Zheng wrote:
> >
> >> On Mon, 08/03 09:52, Marc Marí wrote:
> >> > So any other ideas to reduce the library overhead are appreciated.
> >>
> >> It would be interes
On Mon, 03 Aug 2015 10:24:56 +0100
Alex Bennée wrote:
>
> Marc Marí writes:
>
> > On Mon, 3 Aug 2015 16:22:34 +0800
> > Fam Zheng wrote:
> >
> >> On Mon, 08/03 09:52, Marc Marí wrote:
> >> > So any other ideas to reduce the library overhead are
> >> > appreciated.
> >>
> >> It would be inter
Marc Marí writes:
> On Mon, 3 Aug 2015 16:22:34 +0800
> Fam Zheng wrote:
>
>> On Mon, 08/03 09:52, Marc Marí wrote:
>> > So any other ideas to reduce the library overhead are appreciated.
>>
>> It would be interesting to see your profiling on the library loading
>> overhead. For example, how m
On Fri, Jul 31, 2015 at 05:45:42PM +0200, Marc Marí wrote:
> Hi everyone
>
> I propose improving the current modular driver system for QEMU so it
> can benefit everybody in speed and flexibility. I'm looking for other
> ideas, comments, critics, etc.
>
> - Background -
> In order to speed up QEMU
On Mon, 08/03 11:01, Marc Marí wrote:
> Some profiling:
>
> A QEMU with this configuration:
> ./configure --enable-sparse --enable-sdl --enable-gtk --enable-vte \
> --enable-curses --enable-vnc --enable-vnc-{jpeg,tls,sasl,png,ws} \
> --enable-virtfs --enable-brlapi --enable-curl --enable-fdt \
>
On Mon, Aug 03, 2015 at 11:09:06AM +0800, Fam Zheng wrote:
> On Fri, 07/31 17:45, Marc Marí wrote:
> > Hi everyone
> >
> > I propose improving the current modular driver system for QEMU so it
> > can benefit everybody in speed and flexibility. I'm looking for other
> > ideas, comments, critics, et
On Mon, 3 Aug 2015 16:22:34 +0800
Fam Zheng wrote:
> On Mon, 08/03 09:52, Marc Marí wrote:
> > So any other ideas to reduce the library overhead are appreciated.
>
> It would be interesting to see your profiling on the library loading
> overhead. For example, how much does it help to reduce the
On Mon, 08/03 09:52, Marc Marí wrote:
> So any other ideas to reduce the library overhead are appreciated.
It would be interesting to see your profiling on the library loading overhead.
For example, how much does it help to reduce the library size, and how much
does it help to reduce the # of libr
On Mon, 3 Aug 2015 11:09:06 +0800
Fam Zheng wrote:
> On Fri, 07/31 17:45, Marc Marí wrote:
> > Hi everyone
> >
> > I propose improving the current modular driver system for QEMU so it
> > can benefit everybody in speed and flexibility. I'm looking for
> > other ideas, comments, critics, etc.
> >
On 3 August 2015 at 04:09, Fam Zheng wrote:
> bdrv_probe_all is harder. If we modularize a format driver, its .bdrv_probe
> code will be in the module. If we want to do the format detection, we need to
> load all format drivers. This means if the command line has an unspecified
> format, we'll sti
On Fri, 07/31 17:45, Marc Marí wrote:
> Hi everyone
>
> I propose improving the current modular driver system for QEMU so it
> can benefit everybody in speed and flexibility. I'm looking for other
> ideas, comments, critics, etc.
>
> - Background -
> In order to speed up QEMU, I'm looking at the
Hi everyone
I propose improving the current modular driver system for QEMU so it
can benefit everybody in speed and flexibility. I'm looking for other
ideas, comments, critics, etc.
- Background -
In order to speed up QEMU, I'm looking at the high number of libraries
and dependencies that it load
18 matches
Mail list logo