Update git submodules

* Update nova from branch 'master'
  to 96e9124ad705df82fb4866c9241fac5e5e98b761
  - Merge "Ignore PCI devices with 32bit domain"
  - Ignore PCI devices with 32bit domain
    
    Nova and QEMU[1] supports PCI devices with a PCI address that has 16 bit
    domain. However there are hypervisors that reports PCI addresses with
    32 bit domain. While today we cannot assign these to guests this should
    not prevent the nova-compute service to start.
    
    This patch changes the PCI manager to ignore such PCI devices.
    
    Please note that this patch does not change fact that nova does not
    allow specifying PCI addresses with 32bit domain in the
    [pci]/passthrough_whitelist configuration. Such configuration is still
    rejected at nova-compute service startup.
    
    Closes-Bug: #1897528
    
    [1] f2a1cf9180/hw/core/qdev-properties.c (L993)
    
    Change-Id: I59a0746b864610b6a314078cf5661d3d2b84b1d4
This commit is contained in:
Zuul 2020-12-23 13:26:43 +00:00 committed by Gerrit Code Review
parent 8f4b727866
commit add1ff648d
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit d41bcf9d91b1ff11f7bd9d2e557ce1751b460546
Subproject commit 96e9124ad705df82fb4866c9241fac5e5e98b761