Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 70) sorted by relevance

123

/qemu/docs/devel/testing/
A Dblkverify.rst41 00000000: cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd ................
42 00000010: cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd ................
44 000001e0: cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd ................
45 000001f0: cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd ................
/qemu/include/qemu/
A Dxxhash.h51 static inline uint32_t qemu_xxhash8(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash8() argument
60 uint32_t c = cd; in qemu_xxhash8()
61 uint32_t d = cd >> 32; in qemu_xxhash8()
111 static inline uint32_t qemu_xxhash4(uint64_t ab, uint64_t cd) in qemu_xxhash4() argument
113 return qemu_xxhash8(ab, cd, 0, 0, 0); in qemu_xxhash4()
116 static inline uint32_t qemu_xxhash5(uint64_t ab, uint64_t cd, uint32_t e) in qemu_xxhash5() argument
118 return qemu_xxhash8(ab, cd, 0, e, 0); in qemu_xxhash5()
121 static inline uint32_t qemu_xxhash6(uint64_t ab, uint64_t cd, uint32_t e, in qemu_xxhash6() argument
124 return qemu_xxhash8(ab, cd, 0, e, f); in qemu_xxhash6()
127 static inline uint32_t qemu_xxhash7(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash7() argument
[all …]
/qemu/.gitlab-ci.d/custom-runners/
A Dubuntu-22.04-aarch64.yml17 - cd build
42 - cd build
64 - cd build
82 - cd build
105 - cd build
126 - cd build
147 - cd build
A Dubuntu-22.04-s390x.yml17 - cd build
37 - cd build
59 - cd build
82 - cd build
103 - cd build
124 - cd build
A Dubuntu-22.04-aarch32.yml21 - cd build
/qemu/hw/intc/
A Dopenpic_kvm.c201 struct kvm_create_device cd = {0}; in kvm_openpic_realize() local
223 cd.type = kvm_openpic_model; in kvm_openpic_realize()
224 ret = kvm_vm_ioctl(s, KVM_CREATE_DEVICE, &cd); in kvm_openpic_realize()
227 cd.type, strerror(errno)); in kvm_openpic_realize()
230 opp->fd = cd.fd; in kvm_openpic_realize()
A Ds390_flic_kvm.c612 struct kvm_create_device cd = {0}; in DECLARE_CLASS_CHECKERS() local
624 cd.type = KVM_DEV_TYPE_FLIC; in DECLARE_CLASS_CHECKERS()
625 ret = kvm_vm_ioctl(kvm_state, KVM_CREATE_DEVICE, &cd); in DECLARE_CLASS_CHECKERS()
631 flic_state->fd = cd.fd; in DECLARE_CLASS_CHECKERS()
/qemu/tests/avocado/
A Dreplay_linux.py32 cd = 'ide-cd' variable in ReplayLinux
71 self.vm_add_cdrom(vm, self.cloudinit_path, 1, self.cd)
151 cd = 'virtio-blk-pci' variable in ReplayLinuxX8664Virtio
180 cd = 'virtio-blk-device' variable in ReplayLinuxAarch64
/qemu/hw/char/
A Dxen_console.c538 Chardev *cd = NULL; in type_init() local
577 cd = qemu_chr_new_mux_mon(label, output, NULL); in type_init()
578 if (!cd) { in type_init()
584 cd = serial_hd(number); in type_init()
585 if (!cd) { in type_init()
592 cd = qemu_chr_new(label, "null", NULL); in type_init()
593 if (!cd) { in type_init()
599 if (!qemu_chr_fe_init(&con->chr, cd, errp)) { in type_init()
/qemu/.gitlab-ci.d/
A Dbuildtest-template.yml23 - cd build
69 - build/pyvenv/bin/meson subprojects download $(cd build/subprojects && echo *)
70 - cd build
125 - cd build
A Dcrossbuild-template.yml23 - cd build
74 - cd build
105 - cd build
A Dbuildtest.yml106 - cd build
164 - cd build
228 - cd build-previous
355 - cd build
362 - cd tests/qemu-iotests/
370 - cd ../..
616 - cd build
663 - cd build
703 - cd subprojects/libvhost-user/build
/qemu/tests/qemu-iotests/
A D186.out22 Testing: -device ide-cd
30 Testing: -device ide-cd,id=qdev_id
38 Testing: -device scsi-cd
46 Testing: -device scsi-cd,id=qdev_id
123 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null
141 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null
306 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=none0
368 Testing: -drive if=none -device ide-cd,drive=none0
376 Testing: -drive if=none -device ide-cd,drive=none0,id=qdev_id
384 Testing: -drive if=none -device scsi-cd,drive=none0
[all …]
/qemu/hw/arm/
A Dsmmuv3.c723 if (!CD_VALID(cd) || !CD_AARCH64(cd)) { in decode_cd()
726 if (!CD_A(cd)) { in decode_cd()
729 if (CD_S(cd)) { in decode_cd()
732 if (CD_HA(cd) || CD_HD(cd)) { in decode_cd()
741 cfg->tbi = CD_TBI(cd); in decode_cd()
742 cfg->asid = CD_ASID(cd); in decode_cd()
743 cfg->affd = CD_AFFD(cd); in decode_cd()
757 tsz = CD_TSZ(cd, i); in decode_cd()
762 tg = CD_TG(cd, i); in decode_cd()
778 tt->ttb = CD_TTB(cd, i); in decode_cd()
[all …]
/qemu/tests/tcg/mips/user/ase/msa/
A DREADME16 cd <QEMU root directory>
17 cd tests/tcg/mips/user/ase/msa
/qemu/docs/specs/
A Dspdm.rst42 $ cd spdm-emu
44 $ mkdir build; cd build
81 $ cd bin
93 $ cd qemu-spdm/linux/image
/qemu/target/loongarch/tcg/insn_trans/
A Dtrans_fcmp.c.inc46 tcg_gen_st8_tl(var, tcg_env, offsetof(CPULoongArchState, cf[a->cd]));
70 tcg_gen_st8_tl(var, tcg_env, offsetof(CPULoongArchState, cf[a->cd]));
/qemu/target/rx/
A Dinsns.decode21 &bcnd cd dsp sz
31 &mcnd ld sz rd cd
35 @b1_bcnd_s .... cd:1 ... &bcnd dsp=%b1_bdsp sz=1
51 @b2_bcnd_b .... cd:4 dsp:s8 &bcnd sz=2
71 @b3_bcnd_w .... ... cd:1 .... .... .... .... &bcnd dsp=%b3_bdsp sz=3
74 @b3_sz_ld_rd_cd .... .... .... sz:2 ld:2 rd:4 cd:4 &mcnd
150 BMCnd_im 1111 1100 111 imm:3 ld:2 rd:4 cd:4
157 BMCnd_ir 1111 1101 111 imm:5 cd:4 rd:4
A Ddisas.c883 static void rx_bcnd_main(DisasContext *ctx, int cd, int len, int dst) in rx_bcnd_main() argument
886 prt("b%s.%c\t%08x", cond[cd], sz[len - 1], ctx->pc + dst); in rx_bcnd_main()
900 rx_bcnd_main(ctx, a->cd, a->sz, a->dsp); in trans_BCnd()
1322 prt("bm%s\t#%d, %s[r%d]", cond[a->cd], a->imm, dsp, a->rd); in trans_BMCnd_im()
1329 prt("bm%s\t#%d, r%d", cond[a->cd], a->imm, a->rd); in trans_BMCnd_ir()
1417 prt("sc%s.%c\t%s[r%d]", cond[a->cd], size[a->sz], dsp, a->rd); in trans_SCCnd()
1419 prt("sc%s.%c\tr%d", cond[a->cd], size[a->sz], a->rd); in trans_SCCnd()
/qemu/tests/qtest/
A Dbios-tables-test.c87 const char *cd; member
827 if (data->cd) { in test_acpi_create_args()
834 data->uefi_fl1, data->uefi_fl2, data->cd, params ? params : ""); in test_acpi_create_args()
1622 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg_memhp()
1717 .cd = "tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2", in test_acpi_riscv64_virt_tcg_numamem()
1743 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg_numamem()
1841 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg_acpi_hmat()
2095 .cd = "tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2", in test_acpi_riscv64_virt_tcg()
2117 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg()
2138 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg_topology()
[all …]
/qemu/docs/system/ppc/
A Damigang.rst109 At the firmware ``ok`` prompt enter ``boot cd install/pegasos``.
155 -drive if=none,id=cd,format=raw,file=crux-ppc-2.7a.iso \
156 -device ide-cd,drive=cd,bus=ide.1
/qemu/docs/system/riscv/
A Dshakti-c.rst42 $ cd shakti-sdk
70 $ cd opensbi
/qemu/tests/docker/dockerfiles/
A Ddebian.docker160 RUN cd /usr/src/netmap && git checkout v11.3
161 RUN cd /usr/src/netmap/LINUX && \
/qemu/util/
A Dqsp.c143 uint64_t cd = (uint64_t)(uintptr_t)callsite->obj; in do_qsp_callsite_hash() local
147 return qemu_xxhash8(ab, cd, 0, e, f); in do_qsp_callsite_hash()
176 uint64_t cd = callsite->line; in qsp_entry_no_thread_obj_hash() local
179 return qemu_xxhash5(ab, cd, e); in qsp_entry_no_thread_obj_hash()
/qemu/
A D.gitlab-ci.yml19 # See https://qemu-project.gitlab.io/qemu/devel/ci.html#custom-ci-cd-variables

Completed in 50 milliseconds

123