From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPaht-0003do-Ay for qemu-devel@nongnu.org; Thu, 04 Sep 2014 13:20:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPahm-0005Nd-AS for qemu-devel@nongnu.org; Thu, 04 Sep 2014 13:20:25 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43850 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPahm-0005Mm-3E for qemu-devel@nongnu.org; Thu, 04 Sep 2014 13:20:18 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 4 Sep 2014 19:20:10 +0200 Message-Id: <1409851213-14330-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 2014-09-04 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Eduardo Habkost Hello Peter, This is my QOM CPU patch queue. Please pull. Regards, Andreas Cc: Peter Maydell Cc: Eduardo Habkost The following changes since commit 01eb313907dda97313b8fea62e5632fca64f06= 9c: Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-09-= 03' into staging (2014-09-04 13:33:53 +0100) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter for you to fetch changes up to 295efacb5eaae69f0b69d91bb7e9f7b3ead9ca3e: target-i386: Reject invalid CPU feature names on the command-line (2014= -09-04 19:06:19 +0200) ---------------------------------------------------------------- X86CPU * Fix -cpu *,migratable=3Dfoo * Error out on unknown -cpu *,+foo,-bar ---------------------------------------------------------------- Eduardo Habkost (2): target-i386: Support migratable=3Dno properly target-i386: Reject invalid CPU feature names on the command-line Pavel Dovgaluk (1): exec: Save CPUState::exception_index field exec.c | 35 +++++++++++++++++++++++++++++++++++ target-i386/cpu-qom.h | 1 + target-i386/cpu.c | 32 ++++++++++++++++++++------------ 3 files changed, 56 insertions(+), 12 deletions(-)