From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPgAd-0004ph-T3 for qemu-devel@nongnu.org; Wed, 02 May 2012 16:29:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPgAc-00052w-8i for qemu-devel@nongnu.org; Wed, 02 May 2012 16:29:07 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 2 May 2012 22:28:58 +0200 Message-Id: <1335990538-20025-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-1.1] cpu: Update documentation and comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= State struct CPU had been renamed to CPUState, former CPUState to CPUArchState. Signed-off-by: Andreas F=C3=A4rber --- include/qemu/cpu.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qemu/cpu.h b/include/qemu/cpu.h index 4291279..78b65b3 100644 --- a/include/qemu/cpu.h +++ b/include/qemu/cpu.h @@ -39,7 +39,7 @@ typedef struct CPUState CPUState; =20 /** * CPUClass: - * @reset: Callback to reset the #CPU to its initial state. + * @reset: Callback to reset the #CPUState to its initial state. * * Represents a CPU family or model. */ @@ -61,7 +61,7 @@ struct CPUState { Object parent_obj; /*< public >*/ =20 - /* TODO Move common fields from CPUState here. */ + /* TODO Move common fields from CPUArchState here. */ }; =20 =20 --=20 1.7.7