Re: KVM_CREATE_VCPU max vcpu ABI

2011-05-07 Thread Pekka Enberg
On Sat, 2011-05-07 at 13:12 +0200, Jan Kiszka wrote: > On 2011-05-07 12:16, Pekka Enberg wrote: > > Hi! > > > > Documentation/kvm/api.txt says the following: > > > > 4.6 KVM_CREATE_VCPU > > > > Capability: basic > > Architectures: all > > Type: vm ioctl > > Parameters: vcpu id (apic id

Re: KVM_CREATE_VCPU max vcpu ABI

2011-05-07 Thread Jan Kiszka
On 2011-05-07 12:16, Pekka Enberg wrote: > Hi! > > Documentation/kvm/api.txt says the following: > > 4.6 KVM_CREATE_VCPU > > Capability: basic > Architectures: all > Type: vm ioctl > Parameters: vcpu id (apic id on x86) > Returns: vcpu fd on success, -1 on error > > This API adds

KVM_CREATE_VCPU max vcpu ABI

2011-05-07 Thread Pekka Enberg
Hi! Documentation/kvm/api.txt says the following: 4.6 KVM_CREATE_VCPU Capability: basic Architectures: all Type: vm ioctl 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 t