From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBFMP-00025r-G5 for qemu-devel@nongnu.org; Sat, 16 Apr 2011 19:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBFMO-0007M2-F2 for qemu-devel@nongnu.org; Sat, 16 Apr 2011 19:57:05 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:38585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBFMO-0007Lr-CZ for qemu-devel@nongnu.org; Sat, 16 Apr 2011 19:57:04 -0400 Received: by gxk26 with SMTP id 26so1831740gxk.4 for ; Sat, 16 Apr 2011 16:57:03 -0700 (PDT) Message-ID: <4DAA2CCC.80009@codemonkey.ws> Date: Sat, 16 Apr 2011 18:57:00 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Jan Kiszka , Glauber Costa , qemu-devel@nongnu.org, kvm@vger.kernel.org On 04/16/2011 05:10 PM, Marcelo Tosatti wrote: > The following changes since commit adc56dda0c4eed62149d28939b7d7e329ad95ae8: > > migration: move some declarations to migration.h (2011-04-15 20:14:54 +0000) > > are available in the git repository at: > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > Glauber Costa (3): > kvm: use kernel-provided para_features instead of statically coming up with new capabilities It's hard to follow this logic, but something in this series introduces a ton of chatter on stdout. For instance: anthony@titi:~/build/qemu$ x86_64-softmmu/qemu-system-x86_64 -hda ~/images/linux.img -snapshot error: feature "sse2" not available in set error: bad option value [feature_edx = sse2 sse fxsr mmx pat cmov pge sep apic cx8 mce pae msr tsc pse de fpu mtrr clflush mca pse36] error: feature "sse2" not available in set error: bad option value [feature_edx = sse2 sse fxsr mmx pat cmov pge sep apic cx8 mce pae msr tsc pse de fpu mtrr clflush mca pse36] error: feature "sse2" not available in set error: bad option value [feature_edx = sse2 sse fxsr mmx pat cmov pge sep apic cx8 mce pae msr tsc pse de fpu mtrr clflush mca pse36] error: feature "sse2" not available in set error: bad option value [feature_edx = sse2 sse fxsr mmx pat cmov pge sep apic cx8 mce pae msr tsc pse de fpu mtrr clflush mca pse36] error: feature "sse2" not available in set error: bad option value [feature_edx = sse2 sse fxsr mmx pat cmov pge sep apic cx8 mce pae msr tsc pse de fpu mtrr clflush mca pse36] error: feature "sse2" not available in set error: bad option value [feature_edx = sse2 sse fxsr mmx pat cmov pge sep apic cx8 mce pae msr tsc pse de fpu mtrr clflush mca pse36] CPU feature hypervisor not found This is with or without KVM enabled. Regards, Anthony Liguori > kvm: add kvmclock to its second bit > kvm: create kvmclock when one of the flags are present > > Jan Kiszka (3): > Break up user and system cpu_interrupt implementations > Redirect cpu_interrupt to callback handler > kvm: Install specialized interrupt handler > > cpu-all.h | 14 ++++++++- > exec.c | 18 ++++++++--- > hw/kvmclock.c | 6 +++- > kvm-all.c | 11 +++++++ > target-i386/cpuid.c | 3 +- > target-i386/kvm.c | 78 ++++++++++++++++++++++++++++++++------------------- > 6 files changed, 92 insertions(+), 38 deletions(-)