Home
last modified time | relevance | path

Searched +full:- +full:- +full:- (Results 251 – 275 of 8680) sorted by relevance

1...<<11121314151617181920>>...348

/qemu/tests/qemu-iotests/tests/
H A Dstream-under-throttle.out2 ----------------------------------------------------------------------
H A Dmigration-permissions.out2 ----------------------------------------------------------------------
H A Dreopen-file.out2 ----------------------------------------------------------------------
H A Dstream-error-on-reset.out2 ----------------------------------------------------------------------
H A Dexport-incoming-iothread.out2 ----------------------------------------------------------------------
H A Dmirror-change-copy-mode.out2 ----------------------------------------------------------------------
H A Dstream-unaligned-prefetch.out2 ----------------------------------------------------------------------
H A Dmigrate-during-backup.out2 ----------------------------------------------------------------------
H A Dbacking-file-invalidation.out2 ----------------------------------------------------------------------
H A Dbackup-discard-source.out2 ----------------------------------------------------------------------
H A Dmirror-ready-cancel-error.out2 ----------------------------------------------------------------------
H A Dnbd-multiconn.out2 ----------------------------------------------------------------------
H A Dmigrate-bitmaps-postcopy-test.out2 ----------------------------------------------------------------------
H A Dluks-detached-header.out2 ----------------------------------------------------------------------
H A Dgraph-changes-while-io.out2 ----------------------------------------------------------------------
/qemu/tests/qemu-iotests/
H A D096.out2 ----------------------------------------------------------------------
H A D196.out2 ----------------------------------------------------------------------
H A D132.out2 ----------------------------------------------------------------------
H A D165.out2 ----------------------------------------------------------------------
H A D264.out2 ----------------------------------------------------------------------
H A D152.out2 ----------------------------------------------------------------------
H A D148.out2 ----------------------------------------------------------------------
H A D129.out2 ----------------------------------------------------------------------
/qemu/tests/lcitool/
H A Drefresh3 # Re-generate container recipes
7 # https://gitlab.com/libvirt/libvirt-ci
13 # the top-level directory.
28 lcitool_path = Path(self_dir, "libvirt-ci", "bin", "lcitool")
30 lcitool_cmd = [lcitool_path, "--data-dir", self_dir]
63 " id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi\n"
70 cmd.extend(["--cross", cross])
82 filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars")
83 cmd = lcitool_cmd + ["variables", "--format", "shell", target, "qemu"]
89 cmd = lcitool_cmd + ["variables", "--format", "json", target, "qemu"]
[all …]
/qemu/bsd-user/freebsd/
H A Dos-stat.c32 return -TARGET_EFAULT; in h2t_freebsd11_stat()
35 __put_user(host_st->st_dev, &target_st->st_dev); in h2t_freebsd11_stat()
36 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd11_stat()
37 __put_user(host_st->st_mode, &target_st->st_mode); in h2t_freebsd11_stat()
38 __put_user(host_st->st_nlink, &target_st->st_nlink); in h2t_freebsd11_stat()
39 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd11_stat()
40 __put_user(host_st->st_gid, &target_st->st_gid); in h2t_freebsd11_stat()
41 __put_user(host_st->st_rdev, &target_st->st_rdev); in h2t_freebsd11_stat()
42 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd11_stat()
43 __put_user(host_st->st_atim.tv_nsec, &target_st->st_atim.tv_nsec); in h2t_freebsd11_stat()
[all …]

1...<<11121314151617181920>>...348