From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [PATCH] qemu-kvm: build system Add link to qemu Date: Mon, 04 May 2009 23:01:01 +0200 Message-ID: <49FF578D.7050905@web.de> References: <49F08BD0.6000706@redhat.com> <49F0A87C.2050604@cs.ualberta.ca> <1240596869.15185.6.camel@k9.localnet> <49F2D6FF.4080500@web.de> <49FD60EC.70002@redhat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig39D5751B79439D9618D0B0CA" Cc: walt , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from fmmailgate01.web.de ([217.72.192.221]:58315 "EHLO fmmailgate01.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869AbZEDVBC (ORCPT ); Mon, 4 May 2009 17:01:02 -0400 In-Reply-To: <49FD60EC.70002@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig39D5751B79439D9618D0B0CA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Avi Kivity wrote: > 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 i= n >> 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 >> =20 >=20 > This shouldn't be needed. Can you confirm this with current qemu-kvm.g= it? >=20 Yes, long solved. Jan --------------enig39D5751B79439D9618D0B0CA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkn/V44ACgkQniDOoMHTA+lhPQCcDRbQ3aQ7v3yZtJdCEGxGCJnh lzwAmwUl3RDbpMxAz5f/mZi+xJU/XqOW =tnRg -----END PGP SIGNATURE----- --------------enig39D5751B79439D9618D0B0CA--