OSDN Git Service

configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICE
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Jul 2017 08:33:43 +0000 (09:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Jul 2017 13:56:20 +0000 (14:56 +0100)
commitab7a75b553de295bd308884122101d9afed1d147
tree5e9a5cae9881b14cbc71a1e6f06e0f90ec27ccf4
parent8dbcd0e5e7cdef9ce0532f454a40e64bc2a1c283
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
default-configs/pci.mak
hw/misc/Makefile.objs