From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Khlebnikov Subject: Re: [PATCH] kvm tools: ignore nonexisting custom stage2 Date: Wed, 21 Dec 2011 14:15:07 +0400 Message-ID: <4EF1B1AB.7060102@openvz.org> References: <20111221091509.19899.90043.stgit@zurg> <1324460817.4579.11.camel@lappy> <4EF1ABA5.4050402@openvz.org> <1324462260.3914.0.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "penberg@kernel.org" , "kvm@vger.kernel.org" To: Sasha Levin Return-path: Received: from mail-wi0-f174.google.com ([209.85.212.174]:39255 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751652Ab1LUKPN (ORCPT ); Wed, 21 Dec 2011 05:15:13 -0500 Received: by wibhm6 with SMTP id hm6so1847968wib.19 for ; Wed, 21 Dec 2011 02:15:12 -0800 (PST) In-Reply-To: <1324462260.3914.0.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: Sasha Levin wrote: > On Wed, 2011-12-21 at 13:49 +0400, Konstantin Khlebnikov wrote: >> Sasha Levin wrote: >>> On Wed, 2011-12-21 at 13:15 +0300, Konstantin Khlebnikov wrote: >>>> fix permanent failing with message "Fatal: Failed linking stage 2 of init." >>>> if there is no custom init_stage2. >>> >>> Why would it happen? whats the usecase? >>> >> >> run "lkvm run" in dir there is no "guest" subdirectory > > Yup, but how would that happen? 'guest' is part of the git tree and the > makefile builds the executables in it. > Current wokring directory can be anything, or lkvm supposed to work only if cwd is .../linux-kvm/tools/kvm ? =)