]> git.proxmox.com Git - qemu.git/commit
Utilize selective runtime reg sync for hot code paths
authorJason J. Herne <jjherne@us.ibm.com>
Thu, 25 Apr 2013 04:25:51 +0000 (04:25 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:18:25 +0000 (20:18 +0200)
commit3474b679486caa8f6448bae974e131370f360c13
tree89f54e363e4fb01e20409e606ba8f8f89e9836d6
parent420840e58b85f7f4e5493dca3f273566f261090a
Utilize selective runtime reg sync for hot code paths

Make use of new kvm_s390_get_registers_partial() for kvm_handle_css_inst() and
handle_hypercall() since they only need registers from the partial set and they
are called quite frequently.

Signed-off-by: Jason J. Herne <jjherne@us.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/kvm.c