From: Cam Macdonell <cam@cs.ualberta.ca>
To: qemu-devel@nongnu.org
Cc: Cam Macdonell <cam@cs.ualberta.ca>, kvm@vger.kernel.org
Subject: [Qemu-devel] [PATCH 2/2] Disable build of ivshmem on non-KVM systems
Date: Wed, 11 Aug 2010 12:16:23 -0600 [thread overview]
Message-ID: <1281550583-11908-2-git-send-email-cam@cs.ualberta.ca> (raw)
In-Reply-To: <1281550583-11908-1-git-send-email-cam@cs.ualberta.ca>
---
Makefile.target | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
--
1.6.2.5
next prev parent reply other threads:[~2010-08-11 18:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-11 18:16 [Qemu-devel] [PATCH 1/2] Add kvm_set_ioeventfd_mmio_long definition for non-KVM systems Cam Macdonell
2010-08-11 18:16 ` Cam Macdonell [this message]
2010-08-11 18:28 ` Stefan Weil
2010-08-11 18:32 ` Cam Macdonell
2010-08-11 22:07 ` Paolo Bonzini
2010-08-14 17:24 ` Andreas Färber
2010-08-14 23:47 ` [Qemu-devel] [PATCH 1/2] RESEND: " Cam Macdonell
2010-08-14 23:47 ` [Qemu-devel] [PATCH 2/2] RESEND: Disable build of ivshmem on " Cam Macdonell
2010-08-15 9:47 ` Blue Swirl
2010-08-15 9:47 ` [Qemu-devel] [PATCH 1/2] RESEND: Add kvm_set_ioeventfd_mmio_long definition for " Blue Swirl
2010-08-14 23:56 ` [Qemu-devel] [PATCH 1/2] " Cam Macdonell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1281550583-11908-2-git-send-email-cam@cs.ualberta.ca \
--to=cam@cs.ualberta.ca \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).