summaryrefslogtreecommitdiffstats
path: root/default-configs/pci.mak
diff options
context:
space:
mode:
authorDavid Gibson2015-02-27 07:04:37 +0100
committerPaolo Bonzini2015-02-27 15:17:46 +0100
commit8af738b3eecf69a795c6ff78121edbb81ab03684 (patch)
tree518748ab98841800446ec825e235732883cb4ebd /default-configs/pci.mak
parentCreate specific config option for "platform-bus" (diff)
downloadqemu-8af738b3eecf69a795c6ff78121edbb81ab03684.tar.gz
qemu-8af738b3eecf69a795c6ff78121edbb81ab03684.tar.xz
qemu-8af738b3eecf69a795c6ff78121edbb81ab03684.zip
Give ivshmem its own config option
Currently the ivshmem device is built whenever both PCI and KVM support are included. This patch gives it its own config option to allow easier customization of whether to include it. It's enabled by default in the same circumstances as now - when both PCI and KVM are available. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-Id: <1425017077-18487-4-git-send-email-david@gibson.dropbear.id.au> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/pci.mak')
-rw-r--r--default-configs/pci.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
index bea6b01553..58a2c0ace1 100644
--- a/default-configs/pci.mak
+++ b/default-configs/pci.mak
@@ -35,3 +35,4 @@ CONFIG_SDHCI=y
CONFIG_EDU=y
CONFIG_VGA=y
CONFIG_VGA_PCI=y
+CONFIG_IVSHMEM=$(CONFIG_KVM)