• A
    conf: Introduce isolation groups · b8b6abbc
    Andrea Bolognani 提交于
    Isolation groups will eventually allow us to make sure certain
    devices, eg. PCI hostdevs, are assigned to guest PCI buses in
    a way that guarantees improved isolation, error detection and
    recovery for machine types and hypervisors that support it,
    eg. pSeries guest on QEMU.
    
    This patch merely defines storage for the new information
    we're going to need later on and makes sure it is passed from
    the hypervisor driver (QEMU / bhyve) down to the generic PCI
    address allocation code.
    Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
    Reviewed-by: NLaine Stump <laine@laine.org>
    b8b6abbc
domain_conf.c 852.9 KB