From patchwork Tue Jun 21 17:07:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 101337 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B6A5BB6F71 for ; Wed, 22 Jun 2011 03:44:35 +1000 (EST) Received: from localhost ([::1]:34851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ504-0008Co-Hi for incoming@patchwork.ozlabs.org; Tue, 21 Jun 2011 13:44:32 -0400 Received: from eggs.gnu.org ([140.186.70.92]:56276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ4Ri-0006zd-SM for qemu-devel@nongnu.org; Tue, 21 Jun 2011 13:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ4Rf-0000wW-5Z for qemu-devel@nongnu.org; Tue, 21 Jun 2011 13:09:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ4Re-0000wA-Me for qemu-devel@nongnu.org; Tue, 21 Jun 2011 13:08:58 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5LH8vsO001418 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Jun 2011 13:08:57 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p5LH8vWq019551; Tue, 21 Jun 2011 13:08:57 -0400 Received: from amt.cnet (vpn-9-196.rdu.redhat.com [10.11.9.196]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p5LH8uiD020363; Tue, 21 Jun 2011 13:08:56 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id BBBA66520C3; Tue, 21 Jun 2011 14:08:10 -0300 (BRT) Received: (from marcelo@localhost) by amt.cnet (8.14.5/8.14.5/Submit) id p5LH88nS006965; Tue, 21 Jun 2011 14:08:08 -0300 From: Marcelo Tosatti To: Anthony Liguori Date: Tue, 21 Jun 2011 14:07:49 -0300 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 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/15] [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 eb47d7c5d96060040931c42773ee07e61e547af9: hw/9118.c: Implement active-low interrupt support (2011-06-15 13:23:37 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Andre Przywara (1): KVM: Fix XSAVE feature bit enumeration Jan Kiszka (13): kvm: x86: Save/restore FPU OP, IP and DP Add kernel header update script Import kernel headers Switch build system to accompanied kernel headers kvm: Drop CONFIG_KVM_PARA kvm: ppc: Drop CONFIG_KVM_PPC_PVR kvm: Drop useless zero-initializations kvm: Drop KVM_CAP build dependencies kvm: x86: Drop KVM_CAP build dependencies kvm: ppc: Drop KVM_CAP build dependencies kvm: Clean up stubs kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid Remove unneeded kvm.h from cpu-exec.c Marcelo Tosatti (1): kvm: fix FPU state subsection Makefile.target | 4 +- configure | 149 +------ cpu-exec.c | 1 - hw/kvmclock.c | 9 - kvm-all.c | 13 - kvm-stub.c | 18 +- kvm.h | 2 +- linux-headers/COPYING | 356 +++++++++++++++ linux-headers/README | 2 + linux-headers/asm-powerpc/kvm.h | 275 ++++++++++++ linux-headers/asm-powerpc/kvm_para.h | 53 +++ linux-headers/asm-s390/kvm.h | 44 ++ linux-headers/asm-s390/kvm_para.h | 17 + linux-headers/asm-x86/hyperv.h | 193 ++++++++ linux-headers/asm-x86/kvm.h | 324 ++++++++++++++ linux-headers/asm-x86/kvm_para.h | 79 ++++ linux-headers/linux/kvm.h | 804 ++++++++++++++++++++++++++++++++++ linux-headers/linux/kvm_para.h | 28 ++ linux-headers/linux/vhost.h | 130 ++++++ linux-headers/linux/virtio_config.h | 54 +++ linux-headers/linux/virtio_ring.h | 163 +++++++ scripts/update-linux-headers.sh | 55 +++ target-i386/cpu.h | 4 + target-i386/cpuid.c | 20 +- target-i386/kvm.c | 148 ++----- target-i386/machine.c | 23 + target-ppc/kvm.c | 23 - target-s390x/cpu.h | 10 - target-s390x/op_helper.c | 1 + 29 files changed, 2675 insertions(+), 327 deletions(-) create mode 100644 linux-headers/COPYING create mode 100644 linux-headers/README create mode 100644 linux-headers/asm-powerpc/kvm.h create mode 100644 linux-headers/asm-powerpc/kvm_para.h create mode 100644 linux-headers/asm-s390/kvm.h create mode 100644 linux-headers/asm-s390/kvm_para.h create mode 100644 linux-headers/asm-x86/hyperv.h create mode 100644 linux-headers/asm-x86/kvm.h create mode 100644 linux-headers/asm-x86/kvm_para.h create mode 100644 linux-headers/linux/kvm.h create mode 100644 linux-headers/linux/kvm_para.h create mode 100644 linux-headers/linux/vhost.h create mode 100644 linux-headers/linux/virtio_config.h create mode 100644 linux-headers/linux/virtio_ring.h create mode 100755 scripts/update-linux-headers.sh