Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 37) sorted by relevance

12

/qemu/tests/tcg/s390x/
H A Dvfminmax.c353 const char *spec = test->table[i2 / 2][i3 / 2]; in main() local
357 if (strcmp(spec, "T(a)") == 0 || in main()
358 strcmp(spec, "Xi: T(a)") == 0) { in main()
360 } else if (strcmp(spec, "T(b)") == 0 || in main()
361 strcmp(spec, "Xi: T(b)") == 0) { in main()
363 } else if (strcmp(spec, "Xi: T(a*)") == 0) { in main()
366 } else if (strcmp(spec, "Xi: T(b*)") == 0) { in main()
369 } else if (strcmp(spec, "T(M(a,b))") == 0) { in main()
388 fprintf(stderr, "Unexpected spec: %s\n", spec); in main()
391 xi_exp |= spec[0] == 'X'; in main()
/qemu/docs/specs/
H A Dindex.rst28 vmw_pvscsi-spec
30 ivshmem-spec
H A Dstandard-vga.rst19 PCI spec
70 MMIO area spec
H A Dpci-ids.rst53 ivshmem device (:doc:`ivshmem-spec`)
H A Dedu.rst38 MMIO area spec
/qemu/python/scripts/
H A Dmkvenv.py758 for spec in dep_specs:
759 name = distlib.version.LegacyMatcher(spec).name
762 spec = spec.strip()
764 ver = spec[pos:].strip()
/qemu/qapi/
H A Dpragma.json102 'BlockdevVmdkAdapterType', # blockdev-create (to match VMDK spec)
103 'BlockdevVmdkSubformat', # blockdev-create (to match VMDK spec)
H A Dcontrol.json28 # docs/interop/qmp-spec.rst)
47 # qmp-spec.rst for more information on OOB)
H A Dqapi-schema.json33 # :doc:`QEMU Machine Protocol Specification </interop/qmp-spec>`
H A Dacpi.json85 # Indication)" chapter of ACPI5.0 spec.
H A Dmachine.json674 # 5.2.27.4: Table 5-146: Field "Flags" of ACPI 6.3 spec.
696 # Table 5-146: Field "Data Type" of ACPI 6.3 spec.
723 # Table 5-146 of ACPI 6.3 spec.
759 # 5.2.27.5: Table 5-147 of ACPI 6.3 spec.
780 # Table 5-147: Field "Cache Attributes" of ACPI 6.3 spec.
800 # Table 5-147: Field "Cache Attributes" of ACPI 6.3 spec.
/qemu/hw/9pfs/
H A D9p-proxy.c336 struct timespec spec[2]; in v9fs_request() local
476 spec[0].tv_sec = va_arg(ap, long); in v9fs_request()
477 spec[0].tv_nsec = va_arg(ap, long); in v9fs_request()
478 spec[1].tv_sec = va_arg(ap, long); in v9fs_request()
479 spec[1].tv_nsec = va_arg(ap, long); in v9fs_request()
481 spec[0].tv_sec, spec[1].tv_nsec, in v9fs_request()
482 spec[1].tv_sec, spec[1].tv_nsec); in v9fs_request()
/qemu/fsdev/
H A Dvirtfs-proxy-helper.c870 struct timespec spec[2]; in process_requests() local
962 &spec[0].tv_sec, &spec[0].tv_nsec, in process_requests()
963 &spec[1].tv_sec, &spec[1].tv_nsec); in process_requests()
965 retval = utimensat(AT_FDCWD, path.data, spec, in process_requests()
/qemu/docs/interop/
H A Dindex.rst18 qmp-spec
H A Dprl-xml.txt92 by this spec, QEMU and other software should not open
/qemu/docs/about/
H A Demulation.rst181 - https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc
/qemu/docs/system/devices/
H A Divshmem.rst36 :doc:`../../specs/ivshmem-spec`).
H A Dccid.rst7 lets one connect smart card readers that implement the same spec. For more
/qemu/target/riscv/insn_trans/
H A Dtrans_privileged.c.inc38 * The RISC-V semihosting spec specifies the following
H A Dtrans_rvf.c.inc417 /* NOTE: This was FMV.X.S in an earlier version of the ISA spec! */
520 /* NOTE: This was FMV.S.X in an earlier version of the ISA spec! */
/qemu/target/riscv/
H A Dxthead.decode10 # https://github.com/T-head-Semi/thead-extension-spec/releases/latest
/qemu/block/
H A Drbd.c760 RbdEncryptionCreateOptions **spec, in qemu_rbd_extract_encryption_create_options() argument
772 *spec = NULL; in qemu_rbd_extract_encryption_create_options()
783 visit_type_RbdEncryptionCreateOptions(v, NULL, spec, errp); in qemu_rbd_extract_encryption_create_options()
785 if (!*spec) { in qemu_rbd_extract_encryption_create_options()
/qemu/docs/
H A Dpcie.txt45 Although the PCI Express spec does not forbid PCI Express devices as
174 Firmware/Guest OS as PCI-PCI Bridges. As required by the PCI spec, each
192 The PCI Express spec requires that PCI Express devices work properly
/qemu/libdecnumber/
H A DdecNumber.c8046 const char *spec; local
8048 spec="%09d ";
8050 spec="%08d ";
8052 spec="%07d ";
8054 spec="%06d ";
8056 spec="%05d ";
8058 spec="%04d ";
8060 spec="%03d ";
8062 spec="%02d ";
8064 spec="%d ";
[all …]
/qemu/linux-user/
H A Dsyscall.c5052 struct dm_target_spec *spec = cur_data; in do_ioctl_dm() local
5056 thunk_convert(spec, gspec, dm_arg_type, THUNK_HOST); in do_ioctl_dm()
5058 next = spec->next; in do_ioctl_dm()
5059 spec->next = sizeof(*spec) + slen; in do_ioctl_dm()
5060 strcpy((char*)&spec[1], gspec + spec_size); in do_ioctl_dm()
5062 cur_data += spec->next; in do_ioctl_dm()
5129 uint32_t next = spec->next; in do_ioctl_dm()
5130 int slen = strlen((char*)&spec[1]) + 1; in do_ioctl_dm()
5132 if (guest_data_size < spec->next) { in do_ioctl_dm()
5137 strcpy(cur_data + spec_size, (char*)&spec[1]); in do_ioctl_dm()
[all …]

12