From mboxrd@z Thu Jan 1 00:00:00 1970 From: walt Date: Thu, 23 Apr 2009 17:33:38 +0000 Subject: Re: qemu-kvm.git now live Message-Id: List-Id: References: <49F08BD0.6000706@redhat.com> In-Reply-To: <49F08BD0.6000706@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org Avi Kivity wrote: > After a lengthy testing phase, qemu-kvm.git has replaced > kvm-userspace.git as the source repository for kvm userspace development. > > Differences from kvm-userspace.git are 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 > - qemu-kvm.git builds standalone (does not require kvm.git) > > The repository is compatible with upstream qemu.git; merges and > cherry-picking will work fine in either direction > > Still missing: > - I have not tested powerpc or ia64. Patches welcome! > - testsuite (kvm/user/ directory) does not build > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git I just tried running configure on x86 and amd_64 and I got no kvm support (field 'arch' has incomplete type). Is this the expected result? Just for fun I also tried running configure in the top-level kvm directory and got thousands of unkillable 'configure' processes that quickly filled my 1-gig swap partition. I doubt that's the expected result :-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: walt Subject: Re: qemu-kvm.git now live Date: Thu, 23 Apr 2009 10:33:38 -0700 Message-ID: References: <49F08BD0.6000706@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:48528 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754008AbZDWRdR (ORCPT ); Thu, 23 Apr 2009 13:33:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lx2nR-0007Lq-G7 for kvm@vger.kernel.org; Thu, 23 Apr 2009 17:33:13 +0000 Received: from adsl-69-234-181-204.dsl.irvnca.pacbell.net ([69.234.181.204]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Apr 2009 17:33:13 +0000 Received: from w41ter by adsl-69-234-181-204.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Apr 2009 17:33:13 +0000 In-Reply-To: <49F08BD0.6000706@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > After a lengthy testing phase, qemu-kvm.git has replaced > kvm-userspace.git as the source repository for kvm userspace development. > > Differences from kvm-userspace.git are 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 > - qemu-kvm.git builds standalone (does not require kvm.git) > > The repository is compatible with upstream qemu.git; merges and > cherry-picking will work fine in either direction > > Still missing: > - I have not tested powerpc or ia64. Patches welcome! > - testsuite (kvm/user/ directory) does not build > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git I just tried running configure on x86 and amd_64 and I got no kvm support (field 'arch' has incomplete type). Is this the expected result? Just for fun I also tried running configure in the top-level kvm directory and got thousands of unkillable 'configure' processes that quickly filled my 1-gig swap partition. I doubt that's the expected result :-)