From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq3zR-0007MY-NF for qemu-devel@nongnu.org; Tue, 22 Sep 2009 07:57:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq3zM-0007K4-86 for qemu-devel@nongnu.org; Tue, 22 Sep 2009 07:57:00 -0400 Received: from [199.232.76.173] (port=50851 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq3zK-0007Js-Iq for qemu-devel@nongnu.org; Tue, 22 Sep 2009 07:56:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42801) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq3zJ-0006q3-UP for qemu-devel@nongnu.org; Tue, 22 Sep 2009 07:56:54 -0400 Date: Tue, 22 Sep 2009 17:26:06 +0530 From: Amit Shah Message-ID: <20090922115606.GC23746@amit-x200.redhat.com> References: <4AB4BD2B.4090809@web.de> <4AB4C761.5030909@mail.berlios.de> <4AB510A1.9010702@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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" 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