Searched refs:serial (Results 1 – 16 of 16) sorted by relevance
| /tools/virtio/virtio-trace/ |
| A D | README | 19 write the data to virtio-serial. 38 To use this trace agent for virtio-trace, we need to prepare some virtio-serial 42 virtio-trace uses virtio-serial pipe as trace data paths as to the number 53 2) Set up of virtio-serial pipe in a host 54 Add qemu option to use virtio-serial pipe. 56 ##virtio-serial device## 57 -device virtio-serial-pci,id=virtio-serial0\ 74 <address type='virtio-serial' controller='0' bus='0' port='0'/> 79 <address type='virtio-serial' controller='0' bus='0' port='1'/> 113 A host injects read start order to the guest via virtio-serial. [all …]
|
| /tools/testing/selftests/kho/ |
| A D | vmtest.sh | 103 local serial="$tmp_dir/qemu.serial" 109 -serial file:"$serial" \ 114 grep "KHO restore succeeded" "$serial" &> /dev/null || fail "KHO failed"
|
| /tools/arch/x86/dell-uart-backlight-emulator/ |
| A D | README | 23 3. A second DB9 serial port, this can e.g. be a USB to serial converter 30 the 2 serial ports run: 34 For example when using an USB to serial converter for the second port:
|
| /tools/testing/kunit/qemu_configs/ |
| A D | sh.py | 16 serial='null',
|
| /tools/testing/kunit/ |
| A D | qemu_config.py | 20 serial: str = 'stdio' variable in QemuArchParams
|
| A D | kunit_kernel.py | 113 self._serial = qemu_arch_params.serial
|
| /tools/testing/selftests/wireguard/qemu/ |
| A D | Makefile | 61 QEMU_VPORT_RESULT := virtio-serial-device 73 QEMU_VPORT_RESULT := virtio-serial-device 85 QEMU_VPORT_RESULT := virtio-serial-device 97 QEMU_VPORT_RESULT := virtio-serial-device 110 QEMU_VPORT_RESULT := virtio-serial-device 121 QEMU_VPORT_RESULT := virtio-serial-device 211 QEMU_VPORT_RESULT := virtio-serial-device 222 QEMU_VPORT_RESULT := virtio-serial-device 233 QEMU_VPORT_RESULT := virtio-serial-device 245 QEMU_VPORT_RESULT := virtio-serial-ccw [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_lookup_key.c | 21 extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;
|
| A D | rcu_read_lock.c | 23 struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;
|
| A D | verifier_ref_tracking.c | 30 extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;
|
| /tools/testing/selftests/tc-testing/ |
| A D | tdc.py | 585 serial = [] 590 serial.append(test) 594 serial.append(test) 598 return (serial, parallel) 607 (serial, parallel) = mp_bins(alltests) 610 batches.insert(0, serial) 612 print("Executing {} tests in parallel and {} in serial".format(len(parallel), len(serial)))
|
| /tools/testing/selftests/bpf/ |
| A D | bpf_kfuncs.h | 72 extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;
|
| A D | vmtest.sh | 292 -serial mon:stdio \
|
| /tools/testing/selftests/hid/tests/ |
| A D | test_wacom_generic.py | 115 serial = attr.ib() variable in ToolID 125 reportdata.transducerserialnumber = self.serial & 0xFFFFFFFF 126 reportdata.serialhi = (self.serial >> 32) & 0xFFFFFFFF 643 toolid=ToolID(serial=1, tooltype=1), 700 toolid=ToolID(serial=1, tooltype=1), 788 toolid=ToolID(serial=1, tooltype=0x822),
|
| /tools/testing/selftests/nolibc/ |
| A D | Makefile.nolibc | 205 QEMU_ARGS_sh4 = -M r2d -serial file:/dev/stdout -append "console=ttySC1,115200 panic=-1 $(TE… 357 …RCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial file:/dev/stdout $… 362 …RCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial file:/dev/stdout $…
|
| /tools/testing/cxl/test/ |
| A D | mem.c | 1736 cxlds->serial = pdev->id + 1; in cxl_mock_mem_probe()
|
Completed in 29 milliseconds