From patchwork Sat Aug 14 23:47:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cam Macdonell X-Patchwork-Id: 119605 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7ENmCgB014621 for ; Sat, 14 Aug 2010 23:48:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757356Ab0HNXr5 (ORCPT ); Sat, 14 Aug 2010 19:47:57 -0400 Received: from fleet.cs.ualberta.ca ([129.128.22.22]:39773 "EHLO fleet.cs.ualberta.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757330Ab0HNXr4 (ORCPT ); Sat, 14 Aug 2010 19:47:56 -0400 Received: from localhost.localdomain (botha-w4.cs.ualberta.ca [129.128.184.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.cs.ualberta.ca (Postfix) with ESMTP id 031F528011; Sat, 14 Aug 2010 17:47:56 -0600 (MDT) From: Cam Macdonell To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org, Cam Macdonell Subject: [PATCH 2/2] RESEND: Disable build of ivshmem on non-KVM systems Date: Sat, 14 Aug 2010 17:47:31 -0600 Message-Id: <1281829651-17738-2-git-send-email-cam@cs.ualberta.ca> X-Mailer: git-send-email 1.6.2.5 In-Reply-To: <1281829651-17738-1-git-send-email-cam@cs.ualberta.ca> References: <1281829651-17738-1-git-send-email-cam@cs.ualberta.ca> Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 14 Aug 2010 23:48:12 +0000 (UTC) diff --git a/Makefile.target b/Makefile.target index b791492..c8281e9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -191,7 +191,7 @@ obj-y += rtl8139.o obj-y += e1000.o # Inter-VM PCI shared memory -obj-y += ivshmem.o +obj-$(CONFIG_KVM) += ivshmem.o # Hardware support obj-i386-y += vga.o