From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Subject: Re: Vista Support and USB2 Support??? Date: Sat, 19 Jul 2008 06:47:25 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:54643 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750736AbYGSGri (ORCPT ); Sat, 19 Jul 2008 02:47:38 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KK6E8-0001ht-NH for kvm@vger.kernel.org; Sat, 19 Jul 2008 06:47:32 +0000 Received: from 217-162-206-199.dclient.hispeed.ch ([217.162.206.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jul 2008 06:47:32 +0000 Received: from thomas by 217-162-206-199.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jul 2008 06:47:32 +0000 Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 18 Jul 2008 07:16:46 -0400, George Styles wrote: > > uname -a > Linux ubuntu 2.6.24-16-generic #1 SMP > > it looks like KVM 1:62 is the version in the Ubuntu repo. > > So my question is > 1. Should I build a more recent verison of KVM from source? google says > that Vista support was added in KVM 21 in May 2007 - im guessing that > has made it to Ubuntu by now! i find the version numbering of KVM very > confusing... > > i got Windows Vista Business 64bit running with kvm-70. kvm-69 didn't work for me. also check what version of kvm modules you are runnig with "modinfo kvm". had once the problem, that there were the vanilla kernel kvm modules used instead of the self compiled ones. - Thomas