| Submitter | Andreas Färber |
|---|---|
| Date | Feb. 1, 2013, 12:44 a.m. |
| Message ID | <1359679480-32356-1-git-send-email-afaerber@suse.de> |
| Download | mbox |
| Permalink | /patch/217311/ |
| State | New |
| Headers | show
Return-Path: <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6E21C2C0291 for <incoming@patchwork.ozlabs.org>; Fri, 1 Feb 2013 11:45:16 +1100 (EST) Received: from localhost ([::1]:38404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>) id 1U14kk-0001zC-D5 for incoming@patchwork.ozlabs.org; Thu, 31 Jan 2013 19:45:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <afaerber@suse.de>) id 1U14kY-0001wr-WE for qemu-devel@nongnu.org; Thu, 31 Jan 2013 19:45:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <afaerber@suse.de>) id 1U14kX-0004jI-KS for qemu-devel@nongnu.org; Thu, 31 Jan 2013 19:45:02 -0500 Received: from cantor2.suse.de ([195.135.220.15]:34403 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <afaerber@suse.de>) id 1U14kX-0004hW-Ba for qemu-devel@nongnu.org; Thu, 31 Jan 2013 19:45:01 -0500 Received: from relay1.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id EBE35A3E1C; Fri, 1 Feb 2013 01:44:59 +0100 (CET) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <afaerber@suse.de> To: qemu-devel@nongnu.org Date: Fri, 1 Feb 2013 01:44:28 +0100 Message-Id: <1359679480-32356-1-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: Igor Mammedov <imammedo@redhat.com>, =?UTF-8?q?Andreas=20F=C3=A4rber?= <afaerber@suse.de>, Anthony Liguori <anthony@codemonkey.ws>, Eduardo Habkost <ehabkost@redhat.com> Subject: [Qemu-devel] [PULL 00/12] QOM CPUState patch queue 2013-02-01 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org |
Hello, This is my current QOM CPU patch queue to complete the Soft Freeze. Please pull. It includes various cleanups: * unmigratable CPUs, * CPU model types as <name>-<arch>-cpu, * x86 preparations for further CPUState refactorings, * x86 double CPU reset (partial fix). Regards, Andreas Cc: Anthony Liguori <anthony@codemonkey.ws> Cc: Eduardo Habkost <ehabkost@redhat.com> Cc: Igor Mammedov <imammedo@redhat.com> The following changes since commit 6b2578d678497dbce44ed7999d269fc973ae6e8f: ide/mmio: QOM'ify MMIO IDE for R2D (2013-02-01 00:13:41 +0100) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git qom-cpu for you to fetch changes up to 77868120cfe93ad7816dfac6546684e5a6c6e256: linux-user: bsd-user: Don't reset X86CPU twice (2013-02-01 01:35:43 +0100) ---------------------------------------------------------------- Andreas Färber (12): target-unicore32: Mark as unmigratable target-microblaze: Mark as unmigratable target-xtensa: Mark as unmigratable target-sh4: Mark as unmigratable target-s390x: Mark as unmigratable target-m68k: Mark as unmigratable target-m68k: Rename CPU subtypes target-openrisc: TYPE_OPENRISC_CPU should be abstract target-openrisc: Rename CPU subtypes target-unicore32: Rename CPU subtypes target-i386: Pass X86CPU to cpu_x86_set_a20() linux-user: bsd-user: Don't reset X86CPU twice bsd-user/main.c | 2 +- hw/pc.c | 7 ++++--- linux-user/main.c | 2 +- target-i386/cpu.h | 2 +- target-i386/helper.c | 4 +++- target-m68k/Makefile.objs | 1 - target-m68k/cpu.c | 16 ++++++++++++++-- target-m68k/helper.c | 11 ++++++++--- target-microblaze/Makefile.objs | 2 +- target-microblaze/cpu.c | 9 +++++++++ target-microblaze/cpu.h | 2 -- target-microblaze/machine.c | 11 ----------- target-openrisc/cpu.c | 17 ++++++++++++----- target-s390x/Makefile.objs | 2 +- target-s390x/cpu.c | 10 +++++++++- target-s390x/machine.c | 30 ------------------------------ target-sh4/Makefile.objs | 1 - target-sh4/cpu.c | 9 +++++++++ target-unicore32/Makefile.objs | 2 +- target-unicore32/cpu.c | 17 ++++++++++++++--- target-unicore32/cpu.h | 2 -- target-unicore32/helper.c | 1 + target-unicore32/machine.c | 23 ----------------------- target-xtensa/Makefile.objs | 1 - target-xtensa/cpu.c | 9 +++++++++ target-xtensa/machine.c | 38 -------------------------------------- 26 Dateien geändert, 98 Zeilen hinzugefügt(+), 133 Zeilen entfernt(-) delete mode 100644 target-m68k/machine.c delete mode 100644 target-microblaze/machine.c delete mode 100644 target-s390x/machine.c delete mode 100644 target-sh4/machine.c delete mode 100644 target-unicore32/machine.c delete mode 100644 target-xtensa/machine.c