Re: [Qemu-devel] [PATCH] Some tweaks to make some features only built-in when necessary

2010-09-25 Thread Brian Jackson
On 9/25/2010 3:27 AM, Blue Swirl wrote: On Fri, Sep 24, 2010 at 9:10 PM, Brian Jackson wrote: In trying to make the qemu binary size smaller, I've come across some things that can be left out of the binary without affecting the binary working. I've got more patches in the pipeline but the more

Re: [Qemu-devel] [PATCH] Some tweaks to make some features only built-in when necessary

2010-09-25 Thread Blue Swirl
On Fri, Sep 24, 2010 at 9:10 PM, Brian Jackson wrote: > In trying to make the qemu binary size smaller, I've come across some things > that can be left out of the binary without affecting the binary working. I've > got more patches in the pipeline but the more I try to take out, the more > invasiv

[Qemu-devel] [PATCH] Some tweaks to make some features only built-in when necessary

2010-09-24 Thread Brian Jackson
In trying to make the qemu binary size smaller, I've come across some things that can be left out of the binary without affecting the binary working. I've got more patches in the pipeline but the more I try to take out, the more invasive the patch. These are pretty simple to get started. Binary sa