From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Thu, 17 Apr 2008 11:14:37 +0000 Subject: Re: [kvm-ppc-devel] [PATCH 4 of 4] [KVM POWERPC] PowerPC 440 KVM Message-Id: <4807311D.3020402@qumranet.com> List-Id: References: <442f314cd08ea6addd39.1208406489@localhost.localdomain> In-Reply-To: <442f314cd08ea6addd39.1208406489@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Hollis Blanchard Cc: kvm-ppc-devel@lists.sourceforge.net, linuxppc-dev@ozlabs.org, kvm-devel@lists.sourceforge.net Hollis Blanchard wrote: > +config KVM > + tristate "Kernel-based Virtual Machine (KVM) support" > + depends on EXPERIMENTAL > + select PREEMPT_NOTIFIERS > + select ANON_INODES > + ---help--- > + Support hosting virtualized guest machines. You will also > + need to select one or more of the processor modules below. > + > + This module provides access to the hardware capabilities through > + a character device node named /dev/kvm. > + > + To compile this as a module, choose M here: the module > + will be called kvm. > + > + If unsure, say N. > In my ignorance, I set KVM=m on a non-44x build, which then failed. This needs either to depend on 44x, or to be fixed to compile. > + > +config KVM_BOOKE_HOST > + tristate "KVM host support for Book E PowerPC processors" > + depends on KVM && 44x > + ---help--- > + Provides host support for KVM on Book E PowerPC processors. Currently > + this works on 440 processors only. > + > -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ kvm-ppc-devel mailing list kvm-ppc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from il.qumranet.com (bzq-179-150-194.static.bezeqint.net [212.179.150.194]) by ozlabs.org (Postfix) with ESMTP id DBC37DE12B for ; Thu, 17 Apr 2008 21:14:39 +1000 (EST) Message-ID: <4807311D.3020402@qumranet.com> Date: Thu, 17 Apr 2008 14:14:37 +0300 From: Avi Kivity MIME-Version: 1.0 To: Hollis Blanchard Subject: Re: [PATCH 4 of 4] [KVM POWERPC] PowerPC 440 KVM implementation References: <442f314cd08ea6addd39.1208406489@localhost.localdomain> In-Reply-To: <442f314cd08ea6addd39.1208406489@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: kvm-ppc-devel@lists.sourceforge.net, linuxppc-dev@ozlabs.org, kvm-devel@lists.sourceforge.net List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hollis Blanchard wrote: > +config KVM > + tristate "Kernel-based Virtual Machine (KVM) support" > + depends on EXPERIMENTAL > + select PREEMPT_NOTIFIERS > + select ANON_INODES > + ---help--- > + Support hosting virtualized guest machines. You will also > + need to select one or more of the processor modules below. > + > + This module provides access to the hardware capabilities through > + a character device node named /dev/kvm. > + > + To compile this as a module, choose M here: the module > + will be called kvm. > + > + If unsure, say N. > In my ignorance, I set KVM=m on a non-44x build, which then failed. This needs either to depend on 44x, or to be fixed to compile. > + > +config KVM_BOOKE_HOST > + tristate "KVM host support for Book E PowerPC processors" > + depends on KVM && 44x > + ---help--- > + Provides host support for KVM on Book E PowerPC processors. Currently > + this works on 440 processors only. > + > -- error compiling committee.c: too many arguments to function From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 4 of 4] [KVM POWERPC] PowerPC 440 KVM implementation Date: Thu, 17 Apr 2008 14:14:37 +0300 Message-ID: <4807311D.3020402@qumranet.com> References: <442f314cd08ea6addd39.1208406489@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-ppc-devel@lists.sourceforge.net, linuxppc-dev@ozlabs.org, kvm-devel@lists.sourceforge.net To: Hollis Blanchard Return-path: In-Reply-To: <442f314cd08ea6addd39.1208406489@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces@lists.sourceforge.net Errors-To: kvm-devel-bounces@lists.sourceforge.net List-Id: kvm.vger.kernel.org Hollis Blanchard wrote: > +config KVM > + tristate "Kernel-based Virtual Machine (KVM) support" > + depends on EXPERIMENTAL > + select PREEMPT_NOTIFIERS > + select ANON_INODES > + ---help--- > + Support hosting virtualized guest machines. You will also > + need to select one or more of the processor modules below. > + > + This module provides access to the hardware capabilities through > + a character device node named /dev/kvm. > + > + To compile this as a module, choose M here: the module > + will be called kvm. > + > + If unsure, say N. > In my ignorance, I set KVM=m on a non-44x build, which then failed. This needs either to depend on 44x, or to be fixed to compile. > + > +config KVM_BOOKE_HOST > + tristate "KVM host support for Book E PowerPC processors" > + depends on KVM && 44x > + ---help--- > + Provides host support for KVM on Book E PowerPC processors. Currently > + this works on 440 processors only. > + > -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone