Comment 11 for bug 886521

Revision history for this message
Boris Derzhavets (bderzhavets) wrote :

Official commit for 3.2

commit 5fbdc10395cd500d6ff844825a918c4e6f38de37
Author: Stefano Stabellini <email address hidden>
Date: Thu Sep 29 12:05:58 2011 +0100

    xen: remove XEN_PLATFORM_PCI config option

    Xen PVHVM needs xen-platform-pci, on the other hand xen-platform-pci is
    useless in any other cases.
    Therefore remove the XEN_PLATFORM_PCI config option and compile
    xen-platform-pci built-in if XEN_PVHVM is selected.

    Changes to v1:

    - remove xen-platform-pci.o and just use platform-pci.o since it is not
    externally visible anymore.