Home
last modified time | relevance | path

Searched refs:device_etree (Results 1 – 1 of 1) sorted by relevance

/misc/config_tools/launch_config/
A Dlaunch_cfg_gen.py42 def get_virtual_bdf(self, device_etree=None, options=None): argument
43 if device_etree is not None:
44 bus = eval_xpath(device_etree, "../@address")
45 vendor_id = eval_xpath(device_etree, "vendor/text()")
46 class_code = eval_xpath(device_etree, "class/text()")
72 def get_option(self, device_etree, vm_scenario_etree): argument
74 if device_etree is not None:
75 class_code = eval_xpath(device_etree, "class/text()", "")
212 device_etree = eval_xpath(
217 options = self._passthru_options.get_option(device_etree, self._vm_scenario_etree)
[all …]

Completed in 4 milliseconds