From: Andreas Färber Date: Tue, 18 Jun 2013 00:22:13 +0000 (+0200) Subject: cpu: Fix cpu_class_set_vmsd() documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=76d5f0294a744fa6786683760aa33e2b7fae6d8f;p=qemu.git cpu: Fix cpu_class_set_vmsd() documentation It's CPUClass::vmsd, not CPUState::vmsd. Reviewed-by: liguang Reviewed-by: Juan Quintela Signed-off-by: Andreas Färber --- diff --git a/include/qom/cpu.h b/include/qom/cpu.h index a5bb515978..55a85c1a7d 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 targets * to avoid linker errors or excessive preprocessor usage. If this behavior - * 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,