From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH V2] kvm tools: Add build target for statically-linked binary Date: Mon, 09 Jan 2012 14:09:19 +0200 Message-ID: <1326110959.30169.1.camel@lappy> References: <4F0A76AD.6070506@ozlabs.org> <4F0A8D22.1030302@ozlabs.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Matt Evans , KVM list , mingo@elte.hu To: Pekka Enberg Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:39635 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230Ab2AIMJY (ORCPT ); Mon, 9 Jan 2012 07:09:24 -0500 Received: by wgbdr10 with SMTP id dr10so1693949wgb.1 for ; Mon, 09 Jan 2012 04:09:23 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, 2012-01-09 at 09:07 +0200, Pekka Enberg wrote: > On Mon, 9 Jan 2012, Matt Evans wrote: > > This commit adds a target for 'lkvm-static' which is linked -static. > > > > (This can be useful to construct kvmtool binaries for minimalist > > auto-test host filesystems.) > > > > Signed-off-by: Matt Evans > > I'm fine with this. Ingo, Sasha? The tool has some dependencies which are currently dynamically linked, we should either link them statically or disable them if we can't do that. -- Sasha.