From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] qemu-kvm: build system Add link to qemu Date: Sun, 03 May 2009 12:16:28 +0300 Message-ID: <49FD60EC.70002@redhat.com> References: <49F08BD0.6000706@redhat.com> <49F0A87C.2050604@cs.ualberta.ca> <1240596869.15185.6.camel@k9.localnet> <49F2D6FF.4080500@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: walt , kvm@vger.kernel.org To: Jan Kiszka Return-path: Received: from mx2.redhat.com ([66.187.237.31]:34849 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750730AbZECJQp (ORCPT ); Sun, 3 May 2009 05:16:45 -0400 In-Reply-To: <49F2D6FF.4080500@web.de> Sender: kvm-owner@vger.kernel.org List-ID: Jan Kiszka wrote: > I'm getting closer to a working qemu-kvm, but there are still a few > messy parts. The magic dance goes like this: > > cd qemu-kvm/kvm > ln -s .. qemu (or apply patch below) > ./configure -whatever > make > > Still, this is unintuitive. As both top-level configure and Makefile > already differ from upstream, I see no reason not tweaking them also in > way that ./configure && make from the top-level directory behaves as > expected again. May look into this later (and the other warnings the > build threw at me), now I've to understand an ugly shadow page table > inconsistency of kvm... > > Jan > > -------> > > Subject: [PATCH] qemu-kvm: build system Add link to qemu > > Signed-off-by: Jan Kiszka > --- > kvm/qemu | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > create mode 120000 kvm/qemu > > diff --git a/kvm/qemu b/kvm/qemu > new file mode 120000 > index 0000000..a96aa0e > --- /dev/null > +++ b/kvm/qemu > @@ -0,0 +1 @@ > +.. > \ No newline at end of file > This shouldn't be needed. Can you confirm this with current qemu-kvm.git? -- error compiling committee.c: too many arguments to function