From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Weil Subject: Re: eepro100.c Date: Tue, 22 Sep 2009 18:15:55 +0200 Message-ID: <4AB8F83B.3060003@mail.berlios.de> References: <4AB4BD2B.4090809@web.de> <4AB4C761.5030909@mail.berlios.de> <4AB510A1.9010702@mail.berlios.de> <20090922115606.GC23746@amit-x200.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org" , qemu-devel To: Michal Filka Return-path: Received: from moutng.kundenserver.de ([212.227.17.8]:52002 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753731AbZIVQQA (ORCPT ); Tue, 22 Sep 2009 12:16:00 -0400 In-Reply-To: <20090922115606.GC23746@amit-x200.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Amit Shah schrieb: > On (Tue) Sep 22 2009 [13:31:11], Michal Filka wrote: > >> I don't want to corrupt present kvm installation, or better to say, I want to modify it as small as possible. Could you suggest me what should I replace or how to run new compilation instead of old one without installing? >> > > You can configure with a different prefix, eg: > > ./configure --prefix=/home/foo/tmp/qemu-kvm/ ... > make > make install > > and then run the qemu-system-x86_64 from /home/foo/tmp/qemu-kvm/bin > > Amit ... or run it without installation from the source directory (the directory containing subdirectory pc-bios): BUILDPATH/x86_64-softmmu/qemu-system-x86_64 -L pc-bios ... Stefan