* [kvm-ppc-devel] [PATCH] enable virtio for kvmppc in kconfig
@ 2008-03-13 13:17 ehrhardt
2008-03-17 20:28 ` Hollis Blanchard
0 siblings, 1 reply; 2+ messages in thread
From: ehrhardt @ 2008-03-13 13:17 UTC (permalink / raw)
To: kvm-ppc
Subject: [PATCH] enable virtio for kvmppc in kconfig
From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
This proivdes the option to select virtio for kvm on ppc.
It includes the virtio driver section as e.g. x86 does
Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
---
[diffstat]
Kconfig | 11 +++++++++++
1 files changed, 11 insertions(+)
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -41,5 +41,16 @@ config KVM_POWERPC_440
---help---
Provides support for KVM on 440 processors.
+config KVM_PPC_VIRTIO
+ bool "Virtio Support"
+ select VIRTIO
+ select VIRTIO_RING
+ ---help---
+ Say yes here to activate virtio support
+
+# OK, it's a little counter-intuitive to do this, but it puts it neatly under
+# the virtualization menu.
+source drivers/virtio/Kconfig
+
endif # VIRTUALIZATION
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [kvm-ppc-devel] [PATCH] enable virtio for kvmppc in kconfig
2008-03-13 13:17 [kvm-ppc-devel] [PATCH] enable virtio for kvmppc in kconfig ehrhardt
@ 2008-03-17 20:28 ` Hollis Blanchard
0 siblings, 0 replies; 2+ messages in thread
From: Hollis Blanchard @ 2008-03-17 20:28 UTC (permalink / raw)
To: kvm-ppc
On Thu, 2008-03-13 at 14:17 +0100, ehrhardt@linux.vnet.ibm.com wrote:
> Subject: [PATCH] enable virtio for kvmppc in kconfig
> From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
>
> This proivdes the option to select virtio for kvm on ppc.
> It includes the virtio driver section as e.g. x86 does
>
> Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
> ---
>
> [diffstat]
> Kconfig | 11 +++++++++++
> 1 files changed, 11 insertions(+)
>
> diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
> --- a/arch/powerpc/kvm/Kconfig
> +++ b/arch/powerpc/kvm/Kconfig
> @@ -41,5 +41,16 @@ config KVM_POWERPC_440
> ---help---
> Provides support for KVM on 440 processors.
>
> +config KVM_PPC_VIRTIO
> + bool "Virtio Support"
> + select VIRTIO
> + select VIRTIO_RING
> + ---help---
> + Say yes here to activate virtio support
> +
> +# OK, it's a little counter-intuitive to do this, but it puts it neatly under
> +# the virtualization menu.
> +source drivers/virtio/Kconfig
> +
> endif # VIRTUALIZATION
Applied, thanks.
I don't think that comment makes sense though (it was originally about
lguest in drivers/kvm/Kconfig), so I removed it.
--
Hollis Blanchard
IBM Linux Technology Center
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-17 20:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-13 13:17 [kvm-ppc-devel] [PATCH] enable virtio for kvmppc in kconfig ehrhardt
2008-03-17 20:28 ` Hollis Blanchard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox