diff options
author | Andreas Färber <afaerber@suse.de> | 2013-02-02 13:38:08 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-03-12 10:35:54 +0100 |
commit | f56e3a147683f0ed69d8339e497b7a36e3260c86 (patch) | |
tree | 112d348b191f5f155af6e077721bd09d072731a8 /target-i386/cpu.h | |
parent | ca91b15f2d2e43eba8f9a3ec5090f0a11b861ba4 (diff) |
target-i386: Update VMStateDescription to X86CPU
Expose vmstate_cpu as vmstate_x86_cpu and hook it up to CPUClass::vmsd.
Adapt opaques and VMState fields to X86CPU. Drop cpu_{save,load}().
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 493dda8bb..0c1c5c54a 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -1092,8 +1092,6 @@ static inline CPUX86State *cpu_init(const char *cpu_model) #define cpu_list x86_cpu_list #define cpudef_setup x86_cpudef_setup -#define CPU_SAVE_VERSION 12 - /* MMU modes definitions */ #define MMU_MODE0_SUFFIX _kernel #define MMU_MODE1_SUFFIX _user |