Skip to content
GitLab
  • Explore
  • Sign in
  • Register
  • xcap
  • xcap-capability-linux
  • Repository
  • xcap-capability-linux
  • arch
  • x86
  • kvm
  • emulate.c
Find file Blame History Permalink
  • Gleb Natapov's avatar
    KVM: emulator: optimize "rep ins" handling · b3356bf0
    Gleb Natapov authored Sep 03, 2012
    
    
    Optimize "rep ins" by allowing emulator to write back more than one
    datum at a time. Introduce new operand type OP_MEM_STR which tells
    writeback() that dst contains pointer to an array that should be written
    back as opposite to just one data element.
    
    Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    b3356bf0