projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04083c2
)
Disable build of ivshmem on non-KVM systems
author
Cam Macdonell
<cam@cs.ualberta.ca>
Sat, 14 Aug 2010 23:47:31 +0000
(17:47 -0600)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 15 Aug 2010 09:44:53 +0000
(09:44 +0000)
Signed-off-by: Cam Macdonell <cam@cs.ualberta.ca>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index
b791492
..
c8281e9
100644
(file)
--- 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