mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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>
This commit is contained in:
parent
43849424cf
commit
f6584ee203
4 changed files with 42 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue