mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
save more CPU state
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4669 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
33c263df7f
commit
5cc1d1e628
3 changed files with 38 additions and 6 deletions
|
@ -541,8 +541,8 @@ typedef struct CPUX86State {
|
|||
uint64_t efer;
|
||||
uint64_t star;
|
||||
|
||||
target_phys_addr_t vm_hsave;
|
||||
target_phys_addr_t vm_vmcb;
|
||||
uint64_t vm_hsave;
|
||||
uint64_t vm_vmcb;
|
||||
uint64_t tsc_offset;
|
||||
uint64_t intercept;
|
||||
uint16_t intercept_cr_read;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue