From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: KVM_SET_MP_STATE is undocumented Date: Thu, 22 Apr 2010 20:18:31 +0300 Message-ID: <4BD084E7.3020609@cs.helsinki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Avi Kivity , KVM General Return-path: Received: from courier.cs.helsinki.fi ([128.214.9.1]:39641 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751319Ab0DVRSp (ORCPT ); Thu, 22 Apr 2010 13:18:45 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hi! I noticed that QEMU uses KVM_SET_MP_STATE but the ioctl() is completely undocumented. I assume it has something to do with multiprocessor but I am unable to work out the details unless I take a peek at arch/x86/kvm. Pekka