commit | d9048d3278ed4d395e63899257c3fa377693968b | [log] [tgz] |
---|---|---|
author | Mikhail Ershov <Mike.Ershov@gmail.com> | Wed Aug 19 14:08:07 2009 +0400 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 10:46:52 2009 +0300 |
tree | 8a1b95d5bb939690ab03513efcc6cd4bff9ab923 | |
parent | 7bdb588827265bf42dd420e95d34275c83603568 [diff] |
KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptors Segment descriptors tables can be placed on two non-contiguous pages. This patch makes reading segment descriptors by linear address. Signed-off-by: Mikhail Ershov <Mike.Ershov@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>