>> +## >> +# @AcpiGenericInitiatorProperties: >> +# >> +# Properties for acpi-generic-initiator objects. >> +# >> +# @pci-dev: PCI device ID to be associated with the node >> +# >> +# @host-nodes: numa node list associated with the PCI device. > > NUMA > > Suggest "list of NUMA nodes associated with ..."
Ack, will make the change. >> @@ -981,6 +997,7 @@ >> 'id': 'str' }, >> 'discriminator': 'qom-type', >> 'data': { >> + 'acpi-generic-initiator': 'AcpiGenericInitiatorProperties', >> 'authz-list': 'AuthZListProperties', >> 'authz-listfile': 'AuthZListFileProperties', >> 'authz-pam': 'AuthZPAMProperties', > > I'm holding my Acked-by until the interface design issues raised by > Jason have been resolved. I suppose you meant Jonathan here?