From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] qemu-kvm: remove unused setupcpuid Date: Mon, 29 Nov 2010 12:42:31 -0200 Message-ID: <20101129144231.GA13859@amt.cnet> References: <20101123145442.GA31464@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:4692 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117Ab0K2PBz (ORCPT ); Mon, 29 Nov 2010 10:01:55 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oATF1sw8003908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 29 Nov 2010 10:01:55 -0500 Content-Disposition: inline In-Reply-To: <20101123145442.GA31464@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Nov 23, 2010 at 04:54:42PM +0200, Michael S. Tsirkin wrote: > kvm_setup_cpuid seems unused, so remove it. > > Signed-off-by: Michael S. Tsirkin Applied, thanks.