| /qemu/docs/devel/testing/ |
| A D | blkverify.rst | 41 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 D | xxhash.h | 51 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 D | ubuntu-22.04-aarch64.yml | 17 - cd build 42 - cd build 64 - cd build 82 - cd build 105 - cd build 126 - cd build 147 - cd build
|
| A D | ubuntu-22.04-s390x.yml | 17 - cd build 37 - cd build 59 - cd build 82 - cd build 103 - cd build 124 - cd build
|
| A D | ubuntu-22.04-aarch32.yml | 21 - cd build
|
| /qemu/hw/intc/ |
| A D | openpic_kvm.c | 201 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 D | s390_flic_kvm.c | 612 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 D | replay_linux.py | 32 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 D | xen_console.c | 538 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 D | buildtest-template.yml | 23 - cd build 69 - build/pyvenv/bin/meson subprojects download $(cd build/subprojects && echo *) 70 - cd build 125 - cd build
|
| A D | crossbuild-template.yml | 23 - cd build 74 - cd build 105 - cd build
|
| A D | buildtest.yml | 106 - 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 D | 186.out | 22 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 D | smmuv3.c | 723 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 D | README | 16 cd <QEMU root directory> 17 cd tests/tcg/mips/user/ase/msa
|
| /qemu/docs/specs/ |
| A D | spdm.rst | 42 $ cd spdm-emu 44 $ mkdir build; cd build 81 $ cd bin 93 $ cd qemu-spdm/linux/image
|
| /qemu/target/loongarch/tcg/insn_trans/ |
| A D | trans_fcmp.c.inc | 46 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 D | insns.decode | 21 &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 D | disas.c | 883 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 D | bios-tables-test.c | 87 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 D | amigang.rst | 109 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 D | shakti-c.rst | 42 $ cd shakti-sdk 70 $ cd opensbi
|
| /qemu/tests/docker/dockerfiles/ |
| A D | debian.docker | 160 RUN cd /usr/src/netmap && git checkout v11.3 161 RUN cd /usr/src/netmap/LINUX && \
|
| /qemu/util/ |
| A D | qsp.c | 143 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.yml | 19 # See https://qemu-project.gitlab.io/qemu/devel/ci.html#custom-ci-cd-variables
|