KVM: Hoist SVM's get_cs_db_l_bits into core code.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 5 Sep 2007 15:21:32 +0000 (01:21 +1000)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:27 +0000 (10:18 +0200)
SVM gets the DB and L bits for the cs by decoding the segment.  This
is in fact the completely generic code, so hoist it for kvm-lite to use.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found