Searched refs:eval_xpath_all (Results 1 – 1 of 1) sorted by relevance
| /misc/config_tools/launch_config/ |
| A D | launch_cfg_gen.py | 26 def eval_xpath_all(element, xpath): function 269 cpus = set(eval_xpath_all(vm_scenario_etree, ".//cpu_affinity//pcpu_id[text() != '']/text()")) 330 for usb_xhci in eval_xpath_all(vm_scenario_etree, ".//usb_xhci/usb_dev[text() != '']/text()"): 336 for virtio_input_etree in eval_xpath_all(vm_scenario_etree, ".//virtio_devices/input"): 344 for virtio_console_etree in eval_xpath_all(vm_scenario_etree, ".//virtio_devices/console"): 363 for virtio_network_etree in eval_xpath_all(vm_scenario_etree, ".//virtio_devices/network"): 387 for gpu_etree in eval_xpath_all(vm_scenario_etree, ".//virtio_devices/gpu[./display_type]"): 390 for display_etree in eval_xpath_all(gpu_etree, "./displays/display"): 401 for vsock in eval_xpath_all(vm_scenario_etree, ".//virtio_devices/vsock[text() != '']/text()"): 406 for passthru_device in eval_xpath_all(vm_scenario_etree, ".//pci_devs/*/text()"): [all …]
|
Completed in 3 milliseconds