Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe
  • Repository
Switch branch/tag
  • ipipe
  • arch
  • x86
  • kvm
  • x86.c
Find file BlameHistoryPermalink
  • Avi Kivity's avatar
    KVM: x86 emulator: access GPRs on demand · dd856efa
    Avi Kivity authored Aug 27, 2012
    
    
    Instead of populating the entire register file, read in registers
    as they are accessed, and write back only the modified ones.  This
    saves a VMREAD and VMWRITE on Intel (for rsp, since it is not usually
    used during emulation), and a two 128-byte copies for the registers.
    
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
    dd856efa

Imprint & Privacy Policy