summaryrefslogtreecommitdiffstats
path: root/default-configs/pci.mak
diff options
context:
space:
mode:
authorPeter Maydell2017-07-14 10:33:43 +0200
committerPeter Maydell2017-07-20 15:56:20 +0200
commitab7a75b553de295bd308884122101d9afed1d147 (patch)
tree5e9a5cae9881b14cbc71a1e6f06e0f90ec27ccf4 /default-configs/pci.mak
parentMerge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request'... (diff)
downloadqemu-ab7a75b553de295bd308884122101d9afed1d147.tar.gz
qemu-ab7a75b553de295bd308884122101d9afed1d147.tar.xz
qemu-ab7a75b553de295bd308884122101d9afed1d147.zip
configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICE
The current CONFIG_IVSHMEM is confusing, because it looks like it's a flag for "do we have ivshmem support?", but actually it's a flag for "is the ivshmem PCI device being compiled?" (and implicitly "do we have ivshmem support?" is tested with CONFIG_EVENTFD). Rename it to CONFIG_IVSHMEM_DEVICE to clear this confusion up; shortly we will add a new CONFIG_IVSHMEM which really does indicate whether the host can support ivshmem. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: 1500021225-4118-2-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'default-configs/pci.mak')
-rw-r--r--default-configs/pci.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
index 53ff10975c..2451eb26c7 100644
--- a/default-configs/pci.mak
+++ b/default-configs/pci.mak
@@ -41,6 +41,6 @@ CONFIG_SDHCI=y
CONFIG_EDU=y
CONFIG_VGA=y
CONFIG_VGA_PCI=y
-CONFIG_IVSHMEM=$(CONFIG_EVENTFD)
+CONFIG_IVSHMEM_DEVICE=$(CONFIG_EVENTFD)
CONFIG_ROCKER=y
CONFIG_VHOST_USER_SCSI=$(CONFIG_LINUX)