From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZSGK-0007Wg-Ee for qemu-devel@nongnu.org; Mon, 06 May 2013 16:44:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZSG6-0005As-UZ for qemu-devel@nongnu.org; Mon, 06 May 2013 16:43:56 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48351 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZSG6-0005Ab-LQ for qemu-devel@nongnu.org; Mon, 06 May 2013 16:43:42 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 6 May 2013 22:43:20 +0200 Message-Id: <1367873011-7402-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 for-1.5 00/11] QOM CPUState patch queue 2013-05-06 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Anthony Liguori , Eduardo Habkost Hello, This is my current QOM CPU patch queue. Please pull. It includes: * x86 CPU feature-words and filtered-features properties for libvirt, * x86 CPU fixes and backwards compatibility support. Regards, Andreas Cc: Anthony Liguori Cc: Eduardo Habkost Cc: Igor Mammedov The following changes since commit 8e515b125d5f7849167dbee6cbe6ef61636607= d4: configure: Check that "libtool" is not the MacOSX one (2013-05-06 06:52= :03 -0500) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git qom-cpu for you to fetch changes up to 4458c23672904fa131e69897007eeb7c953be7e5: target-i386: n270 can MOVBE (2013-05-06 22:27:49 +0200) ---------------------------------------------------------------- Andreas F=C3=A4rber (4): qdev: Let qdev_prop_parse() pass through Error qdev: Introduce qdev_prop_set_globals_for_type() target-i386: Emulate X86CPU subclasses for global properties target-i386: Change CPUID model of 486 to 8 Borislav Petkov (1): target-i386: n270 can MOVBE Eduardo Habkost (6): target-i386: Add ECX information to FeatureWordInfo target-i386: Use FeatureWord loop on filter_features_for_kvm() target-i386: Add "feature-words" property to X86CPU target-i386: Introduce X86CPU::filtered_features field target-i386: Add "filtered-features" property to X86CPU target-i386: Introduce generic CPUID feature compat function Makefile.objs | 7 +- hw/core/qdev-properties.c | 51 +++++++++------ hw/core/qdev.c | 7 +- hw/i386/pc_piix.c | 1 + hw/i386/pc_q35.c | 1 + include/hw/i386/pc.h | 4 ++ include/hw/qdev-properties.h | 7 +- qapi-schema.json | 32 +++++++++ qdev-monitor.c | 6 +- target-i386/cpu-qom.h | 3 + target-i386/cpu.c | 150 +++++++++++++++++++++++++++++++++----= ------ target-i386/cpu.h | 4 ++ 12 files changed, 214 insertions(+), 59 deletions(-)