commit | 4d4ec0874583b127caac1d0f84033c8971b2fd2a | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Dec 29 18:07:30 2009 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:35:50 2010 -0300 |
tree | 2ed5d1edff6a5253561fff0593e89d1c49518b1b | |
parent | a1f83a74feaa9718a5c61587256ea6cc1b993d16 [diff] |
KVM: Replace read accesses of vcpu->arch.cr0 by an accessor 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>