qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: qemu device emulation libraries (was [PATCH] Patche


From: Paul Brook
Subject: Re: [Qemu-devel] Re: qemu device emulation libraries (was [PATCH] Patches from the PyQemu project)
Date: Tue, 4 Sep 2007 21:04:58 +0100
User-agent: KMail/1.9.7

> This could be very valuable when thinking about running qemu *on* embedded
> systems with constrained memory and processing power, which is exactly what
> the KVM for embedded PowerPC project is considering. In that scenario,
> being able to strip out all unnecessary functionality (especially
> including devices known to be irrelevant) becomes very important.

If you care about memory overhead the last thing you want is to be loading 
loads of bitty little shared libraries. You want to build a single binary 
with just the features you need.

Paul




reply via email to

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