Re: [Qemu-devel] [PATCH 2/2] guest agent: remove uneeded dependencies

2011-08-12 Thread Michael Roth
On 08/12/2011 09:07 AM, Anthony Liguori wrote: On 08/11/2011 03:38 PM, Michael Roth wrote: This patch tries to cull any uneeded library dependencies from the guest agent to improve portability across various distros. We do so by being as explicit as possible about in-tree dependencies rather tha

Re: [Qemu-devel] [PATCH 2/2] guest agent: remove uneeded dependencies

2011-08-12 Thread Anthony Liguori
On 08/11/2011 03:38 PM, Michael Roth wrote: This patch tries to cull any uneeded library dependencies from the guest agent to improve portability across various distros. We do so by being as explicit as possible about in-tree dependencies rather than relying on existing *-obj-y targets, and by ma

[Qemu-devel] [PATCH 2/2] guest agent: remove uneeded dependencies

2011-08-11 Thread Michael Roth
This patch tries to cull any uneeded library dependencies from the guest agent to improve portability across various distros. We do so by being as explicit as possible about in-tree dependencies rather than relying on existing *-obj-y targets, and by manually setting LIBS for the qemu-ga target to