From: Gleb Natapov Date: Mon, 3 Sep 2012 12:24:29 +0000 (+0300) Subject: KVM: emulator: optimize "rep ins" handling X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3356bf0dbb34980620f2f7def7d1b9a0d325225;p=pandora-kernel.git KVM: emulator: optimize "rep ins" handling 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: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed