diff options
author | Gleb Natapov <gleb@redhat.com> | 2010-10-24 14:27:55 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-11-16 08:40:07 -0600 |
commit | f6584ee20338a74ef3b05b38b8f9dc5e7a7276a6 (patch) | |
tree | ec4c09daf1b3af9109ba04c2834e7bb5c60956c9 /target-i386/cpu.h | |
parent | 43849424cff82803011fad21074531a1101e514e (diff) | |
download | qemu-f6584ee20338a74ef3b05b38b8f9dc5e7a7276a6.zip |
Add support for async page fault to qemu
Add save/restore of MSR for migration and cpuid bit.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 2440d6536c..06e40f3e49 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -681,6 +681,7 @@ typedef struct CPUX86State { #endif uint64_t system_time_msr; uint64_t wall_clock_msr; + uint64_t async_pf_en_msr; uint64_t tsc; |