From patchwork Sun Feb 16 21:33:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: BALATON Zoltan X-Patchwork-Id: 1238861 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=eik.bme.hu Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48LLCt2vXdz9sP7 for ; Mon, 17 Feb 2020 08:41:30 +1100 (AEDT) Received: from localhost ([::1]:36799 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3RfM-0006d4-Bw for incoming@patchwork.ozlabs.org; Sun, 16 Feb 2020 16:41:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47457) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3Rdy-0004bT-Ba for qemu-devel@nongnu.org; Sun, 16 Feb 2020 16:40:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3Rdw-0001as-PR for qemu-devel@nongnu.org; Sun, 16 Feb 2020 16:40:01 -0500 Received: from zero.eik.bme.hu ([152.66.115.2]:35166) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3Rdw-0001O9-If; Sun, 16 Feb 2020 16:40:00 -0500 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id 288CA747DFB; Sun, 16 Feb 2020 22:39:51 +0100 (CET) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 0F9C0745953; Sun, 16 Feb 2020 22:39:51 +0100 (CET) Message-Id: From: BALATON Zoltan Date: Sun, 16 Feb 2020 22:33:54 +0100 Subject: [PATCH 0/2] Small clean up in target/ppc/cpu.h To: qemu-devel@nongnu.org X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 152.66.115.2 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-ppc@nongnu.org, David Gibson Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Just some small clean ups to improve readability of struct CPUPPCState. BALATON Zoltan (2): target/ppc/cpu.h: Move fpu related members closer in cpu env target/ppc/cpu.h: Clean up comments in the struct CPUPPCState definition target/ppc/cpu.h | 146 ++++++++++++++++++----------------------------- 1 file changed, 54 insertions(+), 92 deletions(-)