commit | 1747fb71fd7c9389696e91f354d2f841b5c85790 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 06 01:21:32 2007 +1000 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:27 2007 +0200 |
tree | 8c0658884e62693a94c2ebd35f83331ffa083a7d | |
parent | 81f50e3bfdf864103ef890ca156e7a9c922c7089 [diff] |
KVM: Hoist SVM's get_cs_db_l_bits into core code. 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>