From patchwork Wed Oct 9 10:49:19 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: 281807 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 882B12C0096 for ; Wed, 9 Oct 2013 21:50:51 +1100 (EST) Received: from localhost ([::1]:41128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTrLo-0007ZO-BR for incoming@patchwork.ozlabs.org; Wed, 09 Oct 2013 06:50:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTrL6-0007W2-6H for qemu-devel@nongnu.org; Wed, 09 Oct 2013 06:50:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTrL0-0005rP-1Z for qemu-devel@nongnu.org; Wed, 09 Oct 2013 06:50:00 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44681 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTrKz-0005rI-OD for qemu-devel@nongnu.org; Wed, 09 Oct 2013 06:49:53 -0400 Received: from relay1.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id A5328A51FF; Wed, 9 Oct 2013 12:49:52 +0200 (CEST) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Wed, 9 Oct 2013 12:49:19 +0200 Message-Id: <1381315764-2814-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: Eduardo Habkost , Juergen Lock , "Jason J. Herne" , Anthony Liguori , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PULL 0/5] QOM CPUState patch queue 2013-10-09 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. Please pull. Thanks, Andreas Cc: Anthony Liguori Cc: Eduardo Habkost Cc: Igor Mammedov Cc: Jason J. Herne Cc: Juergen Lock The following changes since commit a684f3cf9b9b9c3cb82be87aafc463de8974610c: Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into staging (2013-09-30 17:15:27 -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 51fb256ab5ebc3e1879eb1df9c828866a2ef8141: cpu: Drop cpu_model_str from CPU_COMMON (2013-10-07 11:48:47 +0200) ---------------------------------------------------------------- QOM CPUState refactorings / X86CPU * Fix for X86CPU model field of qemu32/qemu64 CPU models * Bug fix for longjmp on FreeBSD * Removal of unused function * Confinement of clone syscall infrastructure to linux-user ---------------------------------------------------------------- Andreas Färber (2): cpu: Move cpu_copy() into linux-user cpu: Drop cpu_model_str from CPU_COMMON Eduardo Habkost (1): target-i386: Set model=6 on qemu64 & qemu32 CPU models Juergen Lock (1): cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec() liguang (1): cputlb: Remove dead function tlb_update_dirty() cpu-exec.c | 4 ++++ cputlb.c | 15 --------------- exec.c | 32 -------------------------------- include/exec/cpu-defs.h | 2 -- include/hw/i386/pc.h | 8 ++++++++ linux-user/main.c | 33 ++++++++++++++++++++++++++++++++- target-alpha/cpu.c | 4 ---- target-arm/helper.c | 3 --- target-i386/cpu.c | 7 ++----- target-m68k/helper.c | 1 - target-mips/translate.c | 1 - target-moxie/cpu.c | 1 - target-openrisc/cpu.c | 1 - target-ppc/translate_init.c | 3 --- target-s390x/helper.c | 3 --- target-sh4/cpu.c | 3 --- target-sparc/cpu.c | 1 - target-unicore32/helper.c | 1 - 18 files changed, 46 insertions(+), 77 deletions(-)