From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: qemu-kvm-test.git Date: Wed, 22 Apr 2009 08:45:44 -0500 Message-ID: <49EF1F88.6040908@codemonkey.ws> References: <49EEEF6B.3090007@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM list To: Avi Kivity Return-path: Received: from rv-out-0506.google.com ([209.85.198.231]:62945 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752551AbZDVNpt (ORCPT ); Wed, 22 Apr 2009 09:45:49 -0400 Received: by rv-out-0506.google.com with SMTP id f9so2906177rvb.1 for ; Wed, 22 Apr 2009 06:45:49 -0700 (PDT) In-Reply-To: <49EEEF6B.3090007@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm-test.git > > This is kvm-userspace.git, rewritten as follows: > > - everything under qemu/ has been moved to the top-level directory > - everything not under qemu/ has been moved under a new top-level > directory, kvm/ > - all qemu subversion commits have been rewritten to be compatible > with what will become the master qemu git repository > - all branches and tags have been converted > > Still to do: > - hack the configuration and build system to work with the new layout > - copy the kernel headers to allow a standalone build Looks like libkvm isn't buildable and doesn't get built by default? I can get thinks building with: ./configure --kerneldir=/home/anthony/git/kvm-userspace/kernel --target-list=x86_64-softmmu --extra-cflags=-I$(pwd)/kvm/libkvm/ But it won't link. Seems to be hard coding ../libkvm/libkvm.a Regards, Anthony Liguori