From patchwork Wed Oct 31 09:39:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 195812 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 287712C0040 for ; Wed, 31 Oct 2012 21:10:48 +1100 (EST) Received: from localhost ([::1]:39278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTUoF-00021e-JC for incoming@patchwork.ozlabs.org; Wed, 31 Oct 2012 05:42:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTUmo-0007sx-Uu for qemu-devel@nongnu.org; Wed, 31 Oct 2012 05:40:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTUmi-000357-Jd for qemu-devel@nongnu.org; Wed, 31 Oct 2012 05:40:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTUmi-00034P-Bp for qemu-devel@nongnu.org; Wed, 31 Oct 2012 05:40:28 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9V9eRmZ006590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 31 Oct 2012 05:40:27 -0400 Received: from amt.cnet (vpn1-4-142.gru2.redhat.com [10.97.4.142]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q9V9eQUn027588; Wed, 31 Oct 2012 05:40:27 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id 6BE39652289; Wed, 31 Oct 2012 07:40:10 -0200 (BRST) Received: (from marcelo@localhost) by amt.cnet (8.14.5/8.14.5/Submit) id q9V9e8SW025059; Wed, 31 Oct 2012 07:40:08 -0200 From: Marcelo Tosatti To: Anthony Liguori Date: Wed, 31 Oct 2012 07:39:38 -0200 Message-Id: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org Subject: [Qemu-devel] [PATCH 00/28] [PULL] qemu-kvm.git uq/master queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit aee0bf7d8d7564f8f2c40e4501695c492b7dd8d1: tap-win32: stubs to fix win32 build (2012-10-30 19:18:53 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Don Slutz (1): target-i386: Add missing kvm cpuid feature name Eduardo Habkost (19): i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loop i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features check i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable i386: kvm: extract register switch to cpuid_entry_get_reg() function i386: kvm: extract CPUID entry lookup to cpuid_find_entry() function i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() function i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if' i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid() i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid() i386: kvm: x2apic is not supported without in-kernel irqchip i386: kvm: mask cpuid_kvm_features earlier i386: kvm: mask cpuid_ext4_features bits earlier i386: kvm: filter CPUID feature words earlier, on cpu.c i386: kvm: reformat filter_features_for_kvm() code i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too i386: cpu: add missing CPUID[EAX=7,ECX=0] flag names target-i386: make cpu_x86_fill_host() void target-i386: cpu: make -cpu host/check/enforce code KVM-specific target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUID Jan Kiszka (6): Use machine options to emulate -no-kvm-irqchip Issue warning when deprecated -no-kvm-pit is used Use global properties to emulate -no-kvm-pit-reinjection Issue warning when deprecated drive parameter boot=on|off is used Issue warning when deprecated -tdf option is used Emulate qemu-kvms -no-kvm option Marcelo Tosatti (1): cirrus_vga: allow configurable vram size Peter Maydell (1): update-linux-headers.sh: Handle new kernel uapi/ directories blockdev.c | 6 ++ hw/cirrus_vga.c | 21 ++++-- kvm.h | 1 + qemu-config.c | 4 + qemu-options.hx | 16 ++++ scripts/update-linux-headers.sh | 3 +- target-i386/cpu.c | 98 +++++++++++++++++++------- target-i386/kvm.c | 153 +++++++++++++++++++++++---------------- vl.c | 33 +++++++++ 9 files changed, 242 insertions(+), 93 deletions(-)