From: Carsten Otte Date: Mon, 29 Oct 2007 15:08:51 +0000 (+0100) Subject: KVM: Portability: Move memory segmentation to x86.c X-Git-Tag: v2.6.25-rc1~1138^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb76f9be1a050a25e21a44ab2003c9d36a72a77;p=pandora-kernel.git KVM: Portability: Move memory segmentation to x86.c This patch moves the definition of segment_descriptor_64 for AMD64 and EM64T from kvm_main.c to segment_descriptor.h. It also adds a proper #ifndef...#define...#endif around that header file. The implementation of segment_base is moved from kvm_main.c to x86.c. Signed-off-by: Carsten Otte Reviewed-by: Christian Borntraeger Acked-by: Hollis Blanchard Signed-off-by: Avi Kivity --- Reading git-diff-tree failed