Searched +full:ubuntu +full:- +full:20 (Results 1 – 3 of 3) sorted by relevance
/qemu/tests/vm/ |
H A D | ubuntuvm.py | 3 # Ubuntu VM testing library 10 # Originally based on ubuntu.i386 Fam Zheng <famz@redhat.com> 13 # the COPYING file in the top-level directory. 22 self.login_prompt = "ubuntu-{}-guest login:".format(self.arch) 26 """Build an Ubuntu VM image. The child class will 31 subprocess.check_call(["cp", "-f", os_img, img_tmp]) 35 self.boot(img_tmp, extra_args = [ "-device", "VGA", "-cdrom", ci_img, ]) 39 cmd="chmod -x /etc/update-motd.d/*") 42 cmd="ls /var/lib/cloud/instance/boot-finished") 43 self.ssh_root("touch /etc/cloud/cloud-init.disabled") [all …]
|
/qemu/docs/devel/migration/ |
H A D | qatzip-compression.rst | 21 |-----------|--------|---------|----------|----------|------|------| 24 |-----------|--------|---------|----------|----------|------|------| 26 |-----------|--------|---------|----------|----------|------|------| 28 |-----------|--------|---------|----------|----------|------|------| 30 |-----------|--------|---------|----------|----------|------|------| 41 <https://github.com/intel/QATzip?tab=readme-ov-file#introductionl>`_ 45 +----------------+ 47 +-------+--------+ 50 +-------+--------+ 52 +-------+--------+ [all …]
|
/qemu/roms/ |
H A D | edk2-build.py | 4 https://gitlab.com/kraxel/edk2-build-config 19 # pylint: disable=unused-variable 21 """ detect 'git rebase -x edk2-build.py master' testbuilds """ 27 with open(gitdir, 'r', encoding = 'utf-8') as f: 30 if not os.path.exists(f'{gitdir}/rebase-merge/msgnum'): 32 with open(f'{gitdir}/rebase-merge/msgnum', 'r', encoding = 'utf-8') as f: 34 with open(f'{gitdir}/rebase-merge/end', 'r', encoding = 'utf-8') as f: 36 with open(f'{gitdir}/rebase-merge/head-name', 'r', encoding = 'utf-8') as f: 39 rebase_prefix = f'[ {int(msgnum/2)} / {int(end/2)} - {head[-1]} ] ' 42 version_override = "test-build-patch-series" [all …]
|