From patchwork Mon Jul 29 15:32:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 262819 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B41AE2C00FB for ; Tue, 30 Jul 2013 01:33:03 +1000 (EST) Received: from localhost ([::1]:34865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pRV-0001q7-3B for incoming@patchwork.ozlabs.org; Mon, 29 Jul 2013 11:33:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pR2-0001oS-Nk for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:32:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3pQx-0001EH-W5 for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:32:32 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44578 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pQx-0001EA-Ps for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:32:27 -0400 Received: from relay1.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E0E57A5359; Mon, 29 Jul 2013 17:32:26 +0200 (CEST) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Mon, 29 Jul 2013 17:32:16 +0200 Message-Id: <1375111939-19577-1-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.8.1.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: Chen Fan , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Anthony Liguori , Eduardo Habkost Subject: [Qemu-devel] [PULL 0/3] QOM CPUState patch queue 2013-07-29 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 Hello Anthony, This is my current QOM CPU patch queue for 1.6. Please pull. Thanks, Andreas Cc: Anthony Liguori Cc: Chen Fan Cc: Eduardo Habkost Cc: Igor Mammedov The following changes since commit fdc43322c978d78e79e692872dcec7b4f6a447f1: Merge remote-tracking branch 'sstabellini/xen-130729' into staging (2013-07-29 07:30:31 -0500) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-anthony for you to fetch changes up to 9337e3b6e1d779215423d9b419d42200506deaab: target-i386: Disable PMU CPUID leaf by default (2013-07-29 15:29:16 +0200) ---------------------------------------------------------------- QOM CPUState refactorings * Fix x86 cpu-add * Change KVM PMU behavior for 1.6 ---------------------------------------------------------------- Andreas Färber (1): cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" Eduardo Habkost (2): target-i386: Pass X86CPU object to cpu_x86_find_by_name() target-i386: Disable PMU CPUID leaf by default include/hw/i386/pc.h | 4 ++++ qom/cpu.c | 2 -- target-alpha/cpu.c | 3 +++ target-arm/cpu.c | 4 +++- target-cris/cpu.c | 5 +++-- target-i386/cpu-qom.h | 7 +++++++ target-i386/cpu.c | 20 ++++++++++++++++---- target-lm32/cpu.c | 6 ++++-- target-m68k/cpu.c | 4 +++- target-microblaze/cpu.c | 5 +++-- target-mips/cpu.c | 5 +++-- target-moxie/cpu.c | 5 +++-- target-openrisc/cpu.c | 5 +++-- target-ppc/translate_init.c | 2 ++ target-s390x/cpu.c | 5 +++-- target-sh4/cpu.c | 5 +++-- target-sparc/cpu.c | 2 ++ target-unicore32/cpu.c | 2 ++ target-xtensa/cpu.c | 2 ++ 19 files changed, 69 insertions(+), 24 deletions(-)