Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248109
b: refs/heads/master
c: 76d2540
h: refs/heads/master
i:
  248107: 71e2498
v: v3
  • Loading branch information
Pekka Enberg authored and Avi Kivity committed May 22, 2011
1 parent 7508095 commit 03d1e56
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8fa2206821953a50a3a02ea33fcfb3ced2fd9997
refs/heads/master: 76d25402dfc972a135a656613736fe3602045a95
5 changes: 4 additions & 1 deletion trunk/Documentation/kvm/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ Parameters: vcpu id (apic id on x86)
Returns: vcpu fd on success, -1 on error

This API adds a vcpu to a virtual machine. The vcpu id is a small integer
in the range [0, max_vcpus).
in the range [0, max_vcpus). You can use KVM_CAP_NR_VCPUS of the
KVM_CHECK_EXTENSION ioctl() to determine the value for max_vcpus at run-time.
If the KVM_CAP_NR_VCPUS does not exist, you should assume that max_vcpus is 4
cpus max.

4.8 KVM_GET_DIRTY_LOG (vm ioctl)

Expand Down

0 comments on commit 03d1e56

Please sign in to comment.