From: Nadav Amit Date: Sun, 2 Nov 2014 09:54:55 +0000 (+0200) Subject: KVM: x86: Combine the lgdt and lidt emulation logic X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7f6a1e6f6cb6537694a9bbd43bb4ee5a6d8bc2;p=pandora-kernel.git KVM: x86: Combine the lgdt and lidt emulation logic LGDT and LIDT emulation logic is almost identical. Merge the logic into a single point to avoid redundancy. This will be used by the next patch that will ensure the bases of the loaded GDTR and IDTR are canonical. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed