From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cam Macdonell Subject: Re: qemu-kvm.git now live Date: Thu, 23 Apr 2009 11:42:20 -0600 Message-ID: <49F0A87C.2050604@cs.ualberta.ca> References: <49F08BD0.6000706@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 fleet.cs.ualberta.ca ([129.128.22.22]:34847 "EHLO fleet.cs.ualberta.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419AbZDWRma (ORCPT ); Thu, 23 Apr 2009 13:42:30 -0400 Received: from fleet.cs.ualberta.ca (localhost.localdomain [127.0.0.1]) by fleet-spampd (Postfix) with ESMTP id 2C16628016 for ; Thu, 23 Apr 2009 11:42:21 -0600 (MDT) 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) > Hi Avi, When I run configure on a clean copy I get this error: KVM support no - (field 'arch' has incomplete type, field 'arch' has incomplete type) I think it's caused by the include/asm and include-compat/asm symlinks not being created until the kvm/configure script runs. Should configure call the qemu-kvm/kvm configure script? Is "make" supposed to build the host kernel module? Thanks, Cam