Home
last modified time | relevance | path

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

/openbmc/qemu/tests/avocado/
H A Dboot_xen.py44 def launch_xen(self, xen_path): argument
48 self.log.info("launch with xen_path: %s", xen_path)
55 '-kernel', xen_path,
73 xen_path = self.extract_from_deb(xen_deb, "/boot/xen-4.11-arm64")
75 self.launch_xen(xen_path)
84 xen_path = self.extract_from_deb(xen_deb, "/boot/xen-4.14-arm64")
86 self.launch_xen(xen_path)
94 xen_path = self.extract_from_deb(xen_deb, "/boot/xen-4.15-unstable")
96 self.launch_xen(xen_path)