From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: kvm-tools: can't seem to set guest_mac and KVM_GET_SUPPORTED_CPUID failed. Date: Thu, 17 Nov 2011 18:20:04 +0200 Message-ID: <1321546804.8010.16.camel@lappy> References: <20111117004246.GA1694@dancer.ca.sandia.gov> <1321510055.4221.5.camel@lappy> <1321512998.4221.7.camel@lappy> <20111117153833.GA5915@dancer.ca.sandia.gov> <1321544629.8010.9.camel@lappy> <20111117155000.GB5915@dancer.ca.sandia.gov> <1321545120.8010.10.camel@lappy> <4EC52E0E.1000502@redhat.com> <20111117161200.GB25489@dancer.ca.sandia.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Pekka Enberg , kvm@vger.kernel.org To: David Evensky Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:42376 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752093Ab1KQQUI (ORCPT ); Thu, 17 Nov 2011 11:20:08 -0500 Received: by wwe5 with SMTP id 5so3230601wwe.1 for ; Thu, 17 Nov 2011 08:20:07 -0800 (PST) In-Reply-To: <20111117161200.GB25489@dancer.ca.sandia.gov> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 2011-11-17 at 08:12 -0800, David Evensky wrote: > > evensky@waltz:~/megatux/vmatic$ perl -e 'for $cnt (1..100000){ $o=`./4sasha`; chomp($o); $histogram{$o}++}; for $o (keys %histogram){print "$o: $histogram{$o}\n"}' > Returned entries: 31: 99987 > Returned entries: 56: 1 > KVM_GET_SUPPORTED_CPUID returned -1 with errno 7: 8 > Returned entries: 37: 4 Awesome, thanks! So it's a kernel thing.