Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307881
b: refs/heads/master
c: e726b1b
h: refs/heads/master
i:
  307879: 68e0847
v: v3
  • Loading branch information
Christian Borntraeger authored and Marcelo Tosatti committed May 2, 2012
1 parent 4377e53 commit 9486594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c3f61e2ddb6c1845704fd8ef1b999ecd2e4725c
refs/heads/master: e726b1bd64b0b8945c171d2d4bf749fba9fc0800
4 changes: 4 additions & 0 deletions trunk/arch/s390/kvm/kvm-s390.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ int kvm_dev_ioctl_check_extension(long ext)
case KVM_CAP_SYNC_REGS:
r = 1;
break;
case KVM_CAP_NR_VCPUS:
case KVM_CAP_MAX_VCPUS:
r = KVM_MAX_VCPUS;
break;
default:
r = 0;
}
Expand Down

0 comments on commit 9486594

Please sign in to comment.