From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 1/4] kvm: Add support for querying supported cpu features Date: Fri, 08 May 2009 16:09:42 -0500 Message-ID: <4A049F96.90502@us.ibm.com> References: <1241359444-8538-1-git-send-email-avi@redhat.com> <1241359444-8538-2-git-send-email-avi@redhat.com> <4A049B0B.9030405@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , qemu-devel@nongnu.org, kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from e32.co.us.ibm.com ([32.97.110.150]:58171 "EHLO e32.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522AbZEHVLA (ORCPT ); Fri, 8 May 2009 17:11:00 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e32.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n48L7hDv013330 for ; Fri, 8 May 2009 15:07:43 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n48L9iOR145854 for ; Fri, 8 May 2009 15:09:44 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n48L9hFI015897 for ; Fri, 8 May 2009 15:09:44 -0600 In-Reply-To: <4A049B0B.9030405@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Anthony Liguori wrote: > > kvm_check_extension doesn't exist in upstream QEMU. It's a good idea > though so I added it in a previous commit. However, I changed the > signature to it to take a KVMState * as the first argument (which is > available in env->kvm_state). I updated this patch to pass the extra > 's' parameter. Ah, you had a patch, I just didn't notice in my queue. Still wanted to make the KVMState change though. -- Regards, Anthony Liguori