From: Avi Kivity Date: Tue, 1 Sep 2009 09:34:07 +0000 (+0300) Subject: KVM: Use thread debug register storage instead of kvm specific data X-Git-Tag: v2.6.32-rc1~693^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d53c27d05950390712f92c5ad1604c60190ed64;p=pandora-kernel.git KVM: Use thread debug register storage instead of kvm specific data Instead of saving the debug registers from the processor to a kvm data structure, rely in the debug registers stored in the thread structure. This allows us not to save dr6 and dr7. Reduces lightweight vmexit cost by 350 cycles, or 11 percent. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed