From patchwork Thu Dec 17 13:01:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 68533 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBI4ixuH005715 for ; Fri, 18 Dec 2009 04:47:34 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935368AbZLQNFc (ORCPT ); Thu, 17 Dec 2009 08:05:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934243AbZLQNFR (ORCPT ); Thu, 17 Dec 2009 08:05:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64947 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933910AbZLQNFN (ORCPT ); Thu, 17 Dec 2009 08:05:13 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBHD4W4i010728 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 17 Dec 2009 08:04:32 -0500 Received: from redhat.com (vpn-6-164.tlv.redhat.com [10.35.6.164]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id nBHD4RYk019913; Thu, 17 Dec 2009 08:04:28 -0500 Date: Thu, 17 Dec 2009 15:01:46 +0200 From: "Michael S. Tsirkin" To: rusty@rustcorp.com.au, virtualization@lists.linux-foundation.org Cc: Avi Kivity , Marcelo Tosatti , Xiantao Zhang , Tony Luck , Fenghua Yu , "Michael S. Tsirkin" , Gleb Natapov , kvm@vger.kernel.org, kvm-ia64@vger.kernel.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, linux-s390@vger.kernel.org Subject: [PATCH-cc-fixed] vhost: add missing architectures Message-ID: <20091217130146.GA26726@redhat.com> MIME-Version: 1.0 Content-Disposition: inline Received: from mail.corp.redhat.com [10.5.5.51] by tuck.tlv.redhat.com with IMAP (fetchmail-6.3.9 polling redhat account mtsirkin folder Copy) for (single-drop); Thu, 17 Dec 2009 14:51:06 +0200 (IST) Received: from zmta01.collab.prod.int.phx2.redhat.com (LHLO zmta01.collab.prod.int.phx2.redhat.com) (10.5.5.31) by mail01.corp.redhat.com with LMTP; Thu, 17 Dec 2009 07:53:42 -0500 (EST) Received: from localhost (localhost.localdomain [127.0.0.1]) by zmta01.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id DABE392C26; Thu, 17 Dec 2009 07:53:42 -0500 (EST) Received: from zmta01.collab.prod.int.phx2.redhat.com ([127.0.0.1]) by localhost (zmta01.collab.prod.int.phx2.redhat.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id utronesJ8pdS; Thu, 17 Dec 2009 07:53:42 -0500 (EST) Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by zmta01.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id C6ABF90DBC; Thu, 17 Dec 2009 07:53:42 -0500 (EST) Received: from redhat.com (vpn-6-164.tlv.redhat.com [10.35.6.164]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id nBHCrZDh016614; Thu, 17 Dec 2009 07:53:36 -0500 User-Agent: Mutt/1.5.19 (2009-01-05) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org diff --git a/arch/ia64/kvm/Kconfig b/arch/ia64/kvm/Kconfig index ef3e7be..01c7579 100644 --- a/arch/ia64/kvm/Kconfig +++ b/arch/ia64/kvm/Kconfig @@ -47,6 +47,7 @@ config KVM_INTEL Provides support for KVM on Itanium 2 processors equipped with the VT extensions. +source drivers/vhost/Kconfig source drivers/virtio/Kconfig endif # VIRTUALIZATION diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index c299268..a1b4c5d 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig @@ -58,6 +58,7 @@ config KVM_E500 If unsure, say N. +source drivers/vhost/Kconfig source drivers/virtio/Kconfig endif # VIRTUALIZATION diff --git a/arch/s390/kvm/Kconfig b/arch/s390/kvm/Kconfig index bf164fc..6be6aea 100644 --- a/arch/s390/kvm/Kconfig +++ b/arch/s390/kvm/Kconfig @@ -36,6 +36,7 @@ config KVM # OK, it's a little counter-intuitive to do this, but it puts it neatly under # the virtualization menu. +source drivers/vhost/Kconfig source drivers/virtio/Kconfig endif # VIRTUALIZATION