• P
    configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICE · ab7a75b5
    Peter Maydell 提交于
    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: NPeter Maydell <peter.maydell@linaro.org>
    Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
    Message-id: 1500021225-4118-2-git-send-email-peter.maydell@linaro.org
    ab7a75b5
Makefile.objs 2.0 KB