diff options
author | Andreas Färber <afaerber@suse.de> | 2013-06-18 02:22:13 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-06-28 13:25:11 +0200 |
commit | 76d5f0294a744fa6786683760aa33e2b7fae6d8f (patch) | |
tree | 9dcbf16537ffdcfbd990238951759ccdf1bcf2a1 /include/qom/cpu.h | |
parent | ec3f8c9913c1eeab78a02711be7c2a803dfb4d62 (diff) | |
download | hqemu-76d5f0294a744fa6786683760aa33e2b7fae6d8f.zip hqemu-76d5f0294a744fa6786683760aa33e2b7fae6d8f.tar.gz |
cpu: Fix cpu_class_set_vmsd() documentation
It's CPUClass::vmsd, not CPUState::vmsd.
Reviewed-by: liguang <lig.fnst@cn.fujitsu.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/qom/cpu.h')
-rw-r--r-- | include/qom/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 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, |