From patchwork Thu Aug 2 00:48:33 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: 174663 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 7E5482C0093 for ; Thu, 2 Aug 2012 12:31:56 +1000 (EST) Received: from localhost ([::1]:36298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwjbP-0001Ib-P1 for incoming@patchwork.ozlabs.org; Wed, 01 Aug 2012 20:49:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swjar-0000DU-C9 for qemu-devel@nongnu.org; Wed, 01 Aug 2012 20:48:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Swjap-00075X-Uc for qemu-devel@nongnu.org; Wed, 01 Aug 2012 20:48:49 -0400 Received: from cantor2.suse.de ([195.135.220.15]:32954 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swjap-00075Q-Nx for qemu-devel@nongnu.org; Wed, 01 Aug 2012 20:48:47 -0400 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 B2AEDA2FD6; Thu, 2 Aug 2012 02:48:46 +0200 (CEST) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Thu, 2 Aug 2012 02:48:33 +0200 Message-Id: <1343868517-11852-1-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.7 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= , anthony@codemonkey.ws Subject: [Qemu-devel] [PULL for-1.2] QOM CPUState, part 4: initial field movements 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, Please pull a next batch of QOM CPUState refactorings, cherry-picked from my long-standing QOM CPUState part 4 series. Some parts of that series (s390 and xen) had already been merged. This batch now includes actual field movements common to softmmu and *-user. Patches depending on changes to APIC modelling are postponed pending v2. Tested on Linux/x86_64 and compile-tested for mingw32/64. Regards, Andreas Cc: Anthony Liguori Cc: Igor Mammedov The following changes since commit 02d2bd5d57812154cfb978bc2098cf49d551583d: Replace 'struct siginfo' with 'siginfo_t'. (2012-08-01 08:54:07 -0500) are available in the git repository at: git://repo.or.cz/qemu/afaerber.git qom-cpu-4 Andreas Färber (4): qemu-thread: Let qemu_thread_is_self() return bool cpu: Move CPU_COMMON_THREAD into CPUState cpu: Move thread field into CPUState cpu: Move thread_kicked to CPUState cpu-defs.h | 11 ---------- cpus.c | 56 +++++++++++++++++++++++++++++++------------------- include/qemu/cpu.h | 7 ++++++ qemu-thread-posix.c | 2 +- qemu-thread-win32.c | 2 +- qemu-thread.h | 3 +- 6 files changed, 46 insertions(+), 35 deletions(-)