KVM: Replace read accesses of vcpu->arch.cr0 by an accessor
authorAvi Kivity <avi@redhat.com>
Tue, 29 Dec 2009 16:07:30 +0000 (18:07 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:35:50 +0000 (12:35 -0300)
Since we'd like to allow the guest to own a few bits of cr0 at times, we need
to know when we access those bits.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found