From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usb1n-0007a7-Mj for qemu-devel@nongnu.org; Fri, 28 Jun 2013 11:56:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Usb1h-0003dd-Pw for qemu-devel@nongnu.org; Fri, 28 Jun 2013 11:56:03 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44116 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usb1h-0003d2-JL for qemu-devel@nongnu.org; Fri, 28 Jun 2013 11:55:57 -0400 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id CA166A51FE for ; Fri, 28 Jun 2013 17:55:56 +0200 (CEST) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 28 Jun 2013 17:55:23 +0200 Message-Id: <1372434946-18489-2-git-send-email-afaerber@suse.de> In-Reply-To: <1372434946-18489-1-git-send-email-afaerber@suse.de> References: <1372434946-18489-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] [PULL 01/24] cpu: Fix cpu_class_set_vmsd() documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= It's CPUClass::vmsd, not CPUState::vmsd. Reviewed-by: liguang Reviewed-by: Juan Quintela Signed-off-by: Andreas F=C3=A4rber --- include/qom/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qom/cpu.h b/include/qom/cpu.h index a5bb515..55a85c1 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -226,7 +226,7 @@ ObjectClass *cpu_class_by_name(const char *typename, = const char *cpu_model); * * The @value argument is intentionally discarded for the non-softmmu ta= rgets * to avoid linker errors or excessive preprocessor usage. If this behav= ior - * is undesired, you should assign #CPUState.vmsd directly instead. + * is undesired, you should assign #CPUClass.vmsd directly instead. */ #ifndef CONFIG_USER_ONLY static inline void cpu_class_set_vmsd(CPUClass *cc, --=20 1.8.1.4