commit | 685bbf4ac406364a84a1d4237b4970dc570fd4cb | [log] [tgz] |
---|---|---|
author | Bandan Das <bsd@redhat.com> | Wed Apr 16 12:46:10 2014 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jul 11 09:14:00 2014 +0200 |
tree | ac41b20b2aaedd273872c5542290fd94ffcb8447 | |
parent | 1498507a47867596de158d4db8728e92385a4919 [diff] |
KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checks The same information can be gleaned from ctxt->d and avoids having to zero/NULL initialize intercept and check_perm Signed-off-by: Bandan Das <bsd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>