Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115324
b: refs/heads/master
c: 2259e3a
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Avi Kivity committed Oct 15, 2008
1 parent dca3897 commit c92b446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4c2155ce81c193788082d4b8cdbc26d79edebc58
refs/heads/master: 2259e3a7a6089007839cd4bbf7c9867190c67238
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -3611,7 +3611,7 @@ static int load_segment_descriptor_to_kvm_desct(struct kvm_vcpu *vcpu,
return 0;
}

int kvm_load_realmode_segment(struct kvm_vcpu *vcpu, u16 selector, int seg)
static int kvm_load_realmode_segment(struct kvm_vcpu *vcpu, u16 selector, int seg)
{
struct kvm_segment segvar = {
.base = selector << 4,
Expand Down

0 comments on commit c92b446

Please sign in to comment.