From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjKf3-0008SF-4V for qemu-devel@nongnu.org; Sun, 02 Jun 2013 22:38:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjKf0-0003SR-Q4 for qemu-devel@nongnu.org; Sun, 02 Jun 2013 22:38:17 -0400 Received: from gw5.4cun.com ([204.45.86.246]:60407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjKf0-0003S9-L1 for qemu-devel@nongnu.org; Sun, 02 Jun 2013 22:38:14 -0400 Received: from mail.ncic.ac.cn (unknown [159.226.40.66]) by gw5.4cun.com (fangmail) with ESMTP id 1E7032510001 for ; Mon, 3 Jun 2013 10:38:07 +0800 (CST) Message-ID: <51AC0183.5050407@ncic.ac.cn> Date: Mon, 03 Jun 2013 10:37:55 +0800 From: "Steven.G" MIME-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Boot guest OS on many nodes? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Dear all, I've a scene, I have many host nodes with linux kernels, and I want to boot one guest OS on all these nodes use QEMU/KVM. In order that I can use all the physical CPUs and Mems distributed on these linux nodes, and the Guest looks like a SMP or shared-memory system. How can I use QEMU/KVM to achieve this?Any one helps me with some basic ideas. Best regards Steven