Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373055
b: refs/heads/master
c: 79558f1
h: refs/heads/master
i:
  373053: 64e42e3
  373051: d0e5a60
  373047: ede5cbe
  373039: 071de94
  373023: 1203115
  372991: f9d1bb1
v: v3
  • Loading branch information
Alexander Graf authored and Marcelo Tosatti committed Apr 16, 2013
1 parent f970617 commit 41ed46b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5a71785dde307f6ac80e83c0ad3fd694912010a1
refs/heads/master: 79558f112fc0352e057f7b5e158e3d88b8b62c60
3 changes: 2 additions & 1 deletion trunk/arch/arm/kvm/arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,8 @@ static int vcpu_interrupt_line(struct kvm_vcpu *vcpu, int number, bool level)
return 0;
}

int kvm_vm_ioctl_irq_line(struct kvm *kvm, struct kvm_irq_level *irq_level)
int kvm_vm_ioctl_irq_line(struct kvm *kvm, struct kvm_irq_level *irq_level,
bool line_status)
{
u32 irq = irq_level->irq;
unsigned int irq_type, vcpu_idx, irq_num;
Expand Down

0 comments on commit 41ed46b

Please sign in to comment.