/qemu/rust/qemu-api/src/ |
H A D | cell.rs | 265 fn clone(&self) -> BqlCell<T> { in clone() method 703 fn clone(&self) -> BqlRefCell<T> { in clone() method 704 BqlRefCell::new(self.borrow().clone()) in clone() 809 fn clone(&self) -> Self { in clone() method 848 pub fn clone(orig: &BqlRef<'b, T>) -> BqlRef<'b, T> { in clone() method 851 borrow: orig.borrow.clone(), in clone()
|
H A D | qom.rs | 672 fn clone(&self) -> Self { in clone() method
|
/qemu/docs/system/riscv/ |
H A D | shakti-c.rst | 41 $ git clone https://gitlab.com/behindbytes/shakti-sdk.git 69 $ git clone https://github.com/riscv/opensbi.git -b v0.9
|
/qemu/docs/system/loongarch/ |
H A D | virt.rst | 69 git clone https://github.com/loongson/linux.git 85 git clone https://github.com/yangxiaojuan-loongson/qemu-binary
|
/qemu/system/ |
H A D | async-teardown.c | 106 clone(async_teardown_fn, new_stack_for_clone(), CLONE_VM, NULL); in init_async_teardown()
|
H A D | qemu-seccomp.c | 76 { SCMP_SYS(clone), QEMU_SECCOMP_SET_SPAWN, \ 222 { SCMP_SYS(clone), QEMU_SECCOMP_SET_SPAWN,
|
/qemu/scripts/ |
H A D | make-release | 53 git clone --single-branch -b "v${version}" -c advice.detachedHead=false \
|
/qemu/subprojects/packagefiles/syn-2-rs/ |
H A D | meson.build | 27 '--cfg', 'feature="clone-impls"',
|
/qemu/tests/docker/dockerfiles/ |
H A D | debian-bootstrap.pre | 69 git clone ${DEBOOTSTRAP_SOURCE} ./debootstrap.git
|
H A D | emsdk-wasm32-cross.docker | 61 RUN git clone https://github.com/libffi/libffi /libffi 75 RUN git clone https://gitlab.freedesktop.org/pixman/pixman /pixman/
|
H A D | debian.docker | 160 RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap
|
/qemu/rust/qemu-api/tests/ |
H A D | tests.rs | 138 assert_eq!(p.clone().typename(), "dummy"); in test_clone()
|
/qemu/qapi/ |
H A D | meson.build | 3 'qapi-clone-visitor.c',
|
/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-test.c | 413 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE, in test_clone() 419 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()
|
/qemu/ |
H A D | README.rst | 74 git clone https://gitlab.com/qemu-project/qemu.git 94 git clone https://gitlab.com/qemu-project/qemu-web.git
|
/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 121 [ 120] = 5, /* clone */
|
/qemu/rust/qemu-api-macros/src/ |
H A D | bits.rs | 67 self.typ.clone(), in parse_primary()
|
/qemu/docs/devel/migration/ |
H A D | uadk-compression.rst | 69 git clone https://github.com/Linaro/uadk.git
|
H A D | qpl-compression.rst | 49 $git clone --recursive https://github.com/intel/qpl.git qpl
|
/qemu/docs/system/devices/ |
H A D | canokey.rst | 56 git clone https://github.com/canokeys/canokey-qemu
|
/qemu/tests/unit/ |
H A D | meson.build | 16 'test-clone-visitor': [testqapi],
|
/qemu/docs/user/ |
H A D | main.rst | 37 On Linux, QEMU can emulate the ``clone`` syscall and create a real
|
/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 65 55 n64 clone __sys_clone
|
/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 264 220 common clone sys_clone
|
/qemu/linux-user/hexagon/ |
H A D | syscall.tbl | 264 220 common clone sys_clone
|