From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDbhP-0003d7-Iq for qemu-devel@nongnu.org; Mon, 17 Sep 2012 09:49:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDbhJ-0006ha-Rc for qemu-devel@nongnu.org; Mon, 17 Sep 2012 09:49:19 -0400 Received: from hub021-nj-6.exch021.serverdata.net ([206.225.164.222]:14043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDbhJ-0006hW-O7 for qemu-devel@nongnu.org; Mon, 17 Sep 2012 09:49:13 -0400 Message-ID: <50572A58.3040800@CloudSwitch.Com> Date: Mon, 17 Sep 2012 09:49:12 -0400 From: Don Slutz MIME-Version: 1.0 References: <1346354435-21685-1-git-send-email-Don@CloudSwitch.com> <1347889189-9199-2-git-send-email-Don@CloudSwitch.com> In-Reply-To: <1347889189-9199-2-git-send-email-Don@CloudSwitch.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/17] *** SUBJECT HERE *** List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Don Slutz Cc: peter.maydell@linaro.org, ehabkost@redhat.com, kvm@vger.kernel.org, mtosatti@redhat.com, qemu-devel@nongnu.org, avi@redhat.com, anthony@codemonkey.ws, imammedo@redhat.com, afaerber@suse.de forgot to delete the backup versions. :( -Don On 09/17/12 09:39, Don Slutz wrote: > *** BLURB HERE *** > > Don Slutz (17): > target-i386: Allow tsc-frequency to be larger then 2.147G > target-i386: Add missing kvm bits. > target-i386: Add Hypervisor level. > target-i386: Add cpu object access routines for Hypervisor level. > target-i386: Add x86_set_hyperv. > target-i386: Use Hypervisor level in -machine pc,accel=kvm. > target-i386: Use Hypervisor level in -machine pc,accel=tcg. > target-i386: Add Hypervisor vendor. > target-i386: Add cpu object access routines for Hypervisor vendor. > target-i386: Use Hypervisor vendor in -machine pc,accel=kvm. > target-i386: Use Hypervisor vendor in -machine pc,accel=tcg. > target-i386: Add some known names to Hypervisor vendor. > target-i386: Add optional Hypervisor leaf extra. > target-i386: Add cpu object access routines for Hypervisor leaf > extra. > target-i386: Add setting of Hypervisor leaf extra for known vmare4. > target-i386: Use Hypervisor leaf extra in -machine pc,accel=kvm. > target-i386: Use Hypervisor leaf extra in -machine pc,accel=tcg. > > target-i386/cpu.c | 261 ++++++++++++++++++++++++++++++++++++++++++++++++++++- > target-i386/cpu.h | 21 +++++ > target-i386/kvm.c | 33 ++++++-- > 3 files changed, 304 insertions(+), 11 deletions(-) >