From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 29 Jul 2013 17:32:16 +0200 Message-Id: <1375111939-19577-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/3] QOM CPUState patch queue 2013-07-29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Chen Fan , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Anthony Liguori , Eduardo Habkost 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 fdc43322c978d78e79e692872dcec7b4f6a447= f1: Merge remote-tracking branch 'sstabellini/xen-130729' into staging (201= 3-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 +02= 00) ---------------------------------------------------------------- QOM CPUState refactorings * Fix x86 cpu-add * Change KVM PMU behavior for 1.6 ---------------------------------------------------------------- Andreas F=C3=A4rber (1): cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPU= State" 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(-)