From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIXYs-00033I-Fz for qemu-devel@nongnu.org; Thu, 30 Jun 2016 04:43:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIXYq-00060P-IG for qemu-devel@nongnu.org; Thu, 30 Jun 2016 04:43:01 -0400 Received: from mail-oi0-x22c.google.com ([2607:f8b0:4003:c06::22c]:35325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIXYq-00060H-Dx for qemu-devel@nongnu.org; Thu, 30 Jun 2016 04:43:00 -0400 Received: by mail-oi0-x22c.google.com with SMTP id r2so55310004oih.2 for ; Thu, 30 Jun 2016 01:43:00 -0700 (PDT) MIME-Version: 1.0 From: Yunqiang Gao Date: Thu, 30 Jun 2016 16:42:58 +0800 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] About the interaction between KVM and QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi,alls, in Qemu 1.2.5,we can interact with kvm by kvm_vm_ioctl(),kvm_ioctl() and so on.But in Qemu1.5.3,I find that the function kvm_vm_ioctl() is not called. Anybody knows how to interect between Qemu and KVM in Qemu1.5.3 or higher version? Maybe you just tell me a function. Thanks