Add new 'COMPUTE_ADDRESS_SPACE_*' traits

These traits indicate the pass-through or emulated
mode of the guest physical address bits.

blueprint: libvirt-maxphysaddr-support
Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp>
Change-Id: Id3716ea9d8581b3c41604f35ed83fa41a3ce0554
This commit is contained in:
Nobuhiro MIKI 2023-01-20 18:17:26 +09:00
parent feb3e28a00
commit 845e80d606

View File

@ -44,4 +44,8 @@ TRAITS = [
# Nova use this to indicate that an RP has inventories of PCI device(s)
# managed by the nova-compute service
'MANAGED_PCI_DEVICE',
# The virt driver supports pass-through or emulated modes for guest
# physical address bits.
'ADDRESS_SPACE_PASSTHROUGH',
'ADDRESS_SPACE_EMULATED',
]