From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq82G-0006hj-6E for qemu-devel@nongnu.org; Tue, 22 Sep 2009 12:16:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq82B-0006fs-Jy for qemu-devel@nongnu.org; Tue, 22 Sep 2009 12:16:11 -0400 Received: from [199.232.76.173] (port=43224 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq82B-0006fo-EG for qemu-devel@nongnu.org; Tue, 22 Sep 2009 12:16:07 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:52937) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq82A-00018A-UU for qemu-devel@nongnu.org; Tue, 22 Sep 2009 12:16:07 -0400 Message-ID: <4AB8F83B.3060003@mail.berlios.de> Date: Tue, 22 Sep 2009 18:15:55 +0200 From: Stefan Weil MIME-Version: 1.0 References: <4AB4BD2B.4090809@web.de> <4AB4C761.5030909@mail.berlios.de> <4AB510A1.9010702@mail.berlios.de> <20090922115606.GC23746@amit-x200.redhat.com> In-Reply-To: <20090922115606.GC23746@amit-x200.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: eepro100.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Filka Cc: qemu-devel , "kvm@vger.kernel.org" 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