From patchwork Fri Dec 7 18:21:21 2012 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: 204592 Return-Path: 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 F21542C0189 for ; Sat, 8 Dec 2012 05:21:40 +1100 (EST) Received: from localhost ([::1]:41062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th2YN-00038J-3G for incoming@patchwork.ozlabs.org; Fri, 07 Dec 2012 13:21:39 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th2YA-00036M-UL for qemu-devel@nongnu.org; Fri, 07 Dec 2012 13:21:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th2Y9-0002Gy-IR for qemu-devel@nongnu.org; Fri, 07 Dec 2012 13:21:26 -0500 Received: from cantor2.suse.de ([195.135.220.15]:38286 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th2Y9-0002Gu-8n for qemu-devel@nongnu.org; Fri, 07 Dec 2012 13:21:25 -0500 Received: from relay2.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 B6B9CA51D9; Fri, 7 Dec 2012 19:21:24 +0100 (CET) Message-ID: <50C233A1.8010907@suse.de> Date: Fri, 07 Dec 2012 19:21:21 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Organization: SUSE LINUX Products GmbH User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: qemu-devel@nongnu.org References: <1354784817-1340-1-git-send-email-afaerber@suse.de> In-Reply-To: <1354784817-1340-1-git-send-email-afaerber@suse.de> X-Enigmail-Version: 1.4.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: Igor Mammedov , Eduardo Habkost , Paolo Bonzini Subject: Re: [Qemu-devel] [PULL] QOM CPUState patch queue 2012-12-06 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 Am 06.12.2012 10:06, schrieb Andreas Färber: > Hello, > > This is my current QOM CPU patch queue. Please pull. > > Regards, > Andreas > > Cc: Eduardo Habkost > Cc: Igor Mammedov > Cc: Paolo Bonzini Both branches updated with a fix: The following changes since commit 19e6c50d2d843220efbdd3b2db21d83c122c364a: target-mips: Fix incorrect shift for SHILO and SHILOV (2012-12-06 08:12:14 +0100) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git qom-cpu for you to fetch changes up to b34d12d153e6e5c5e5e00eac510b054a94409deb: target-i386: Postpone cpuid_level update to realize time (2012-12-07 19:03:04 +0100) ---------------------------------------------------------------- Eduardo Habkost (11): user: Move *-user/qemu-types.h to main directory user: Rename qemu-types.h to qemu-user-types.h ui/vnc-palette.c: Include headers it needs qapi/qmp-registry.c: Include headers it needs qga/channel-posix.c: Include headers it needs qlist.h: Do not include qemu-common.h Create qemu-types.h for struct typedefs sysemu.h: Include qemu-types.h instead of qemu-common.h qdev: qdev_create(): use error_report() instead of hw_error() target-i386/cpu.c: Coding style fixes target-i386: Separate feature string parsing from CPU model lookup Igor Mammedov (2): target-i386: Use define for cpuid vendor string size target-i386: Postpone cpuid_level update to realize time bsd-user/qemu-types.h | 24 ------ bsd-user/qemu.h | 2 +- cpu-all.h | 2 +- hw/qdev-core.h | 11 +-- hw/qdev.c | 8 +- linux-user/qemu.h | 2 +- qapi/qmp-registry.c | 2 + qemu-common.h | 52 +------------ qemu-types.h | 61 +++++++++++++++ linux-user/qemu-types.h => qemu-user-types.h | 0 qga/channel-posix.c | 5 ++ qlist.h | 1 - sysemu.h | 2 +- target-i386/cpu.c | 105 ++++++++++++++++---------- target-i386/cpu.h | 2 + ui/vnc-palette.c | 2 + 16 Dateien geändert, 149 Zeilen hinzugefügt(+), 132 Zeilen entfernt(-) delete mode 100644 bsd-user/qemu-types.h create mode 100644 qemu-types.h rename linux-user/qemu-types.h => qemu-user-types.h (100%)