/qemu/docs/devel/testing/ |
H 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 ................
|
H A D | ci-runners.rst.inc | 54 cd scripts/ci/setup 73 * CI/CD, then 85 cd scripts/ci/setup 92 * CI/CD, then
|
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
H A D | build-toolchain.sh | 49 cd src-linux 51 cd .. 57 cd bld-binu 62 cd .. 68 cd bld-gcc 75 cd .. 83 cd bld-musl 87 cd .. 93 cd bld-gcc 96 cd ..
|
/qemu/include/qemu/ |
H 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/tests/functional/ |
H A D | test_x86_64_hotplug_cpu.py | 44 'cd /sys/devices/system/cpu/cpu0', 47 'cd /sys/devices/system/cpu/cpu1', 59 'cd /sys/devices/system/cpu/cpu1', 62 exec_command_and_wait_for_pattern(self, 'cd ..', prompt) 66 'while cd /sys/devices/system/cpu/cpu1 ;'
|
/qemu/.gitlab-ci.d/custom-runners/ |
H 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
|
H A D | ubuntu-22.04-s390x.yml | 17 - cd build 39 - cd build 61 - cd build 84 - cd build 105 - cd build 126 - cd build
|
/qemu/tests/qemu-iotests/ |
H 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 132 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null,id=qdev_id 141 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null 150 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null,id=qdev_… 211 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null,id=q… 224 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null,id=… [all …]
|
/qemu/.gitlab-ci.d/ |
H A D | buildtest-template.yml | 23 - cd build 70 - build/pyvenv/bin/meson subprojects download $(cd build/subprojects && echo *) 71 - cd build 116 - cd build 133 - cd build
|
H A D | static_checks.yml | 57 - cd build 87 - cd build 90 - cd ..
|
/qemu/tests/qtest/ |
H A D | cdrom-test.c | 2 * Various tests for emulated CD-ROM drives. 142 "-device virtio-scsi -device scsi-cd,drive=cdr " in add_x86_tests() 149 "-device am53c974 -device scsi-cd,drive=cd1 " in add_x86_tests() 155 "-device dc390 -device scsi-cd,drive=cd1 " in add_x86_tests() 161 "-device lsi53c895a -device scsi-cd,drive=cd1 " in add_x86_tests() 179 "-device megasas -device scsi-cd,drive=cd1 " in add_x86_tests() 185 "-device megasas-gen2 -device scsi-cd,drive=cd1 " in add_x86_tests() 208 "-device virtio-scsi -device scsi-cd,drive=cdr " in add_s390x_tests() 238 "-device scsi-cd,drive=d8,bootindex=8 " in add_s390x_tests()
|
/qemu/docs/system/s390x/ |
H A D | bootdevices.rst | 23 For booting from a CD-ROM ISO image (which needs to include El-Torito boot 24 information in order to be bootable), it is recommended to specify a ``scsi-cd`` 29 -device scsi-cd,drive=c1,bootindex=1 51 ``-cdrom`` option even does not give you a real (virtio-scsi) CD-ROM device on 55 recommended to specify a CD-ROM device via ``-device scsi-cd`` (as mentioned
|
/qemu/hw/arm/ |
H A D | smmuv3.c | 353 uint32_t ssid, CD *buf, SMMUEventInfo *event) in smmu_get_cd() 366 /* Same PTW faults are reported but with CLASS = CD. */ in smmu_get_cd() 716 CD *cd, SMMUEventInfo *event) in decode_cd() argument 724 if (!CD_VALID(cd) || !CD_AARCH64(cd)) { in decode_cd() 727 if (!CD_A(cd)) { in decode_cd() 730 if (CD_S(cd)) { in decode_cd() 733 if (CD_HA(cd) || CD_HD(cd)) { in decode_cd() 740 cfg->oas = oas2bits(CD_IPS(cd)); in decode_cd() 742 cfg->tbi = CD_TBI(cd); in decode_cd() 743 cfg->asid = CD_ASID(cd); in decode_cd() [all …]
|
/qemu/docs/system/ppc/ |
H A D | amigang.rst | 110 At the firmware ``ok`` prompt enter ``boot cd install/pegasos``. 115 extract the kernel ``install/powerpc/vmlinuz-chrp.initrd`` from the CD 156 -drive if=none,id=cd,format=raw,file=crux-ppc-2.7a.iso \ 157 -device ide-cd,drive=cd,bus=ide.1
|
/qemu/docs/specs/ |
H A D | spdm.rst | 42 $ cd spdm-emu 44 $ mkdir build; cd build 81 $ cd bin 93 $ cd qemu-spdm/linux/image
|
/qemu/hw/intc/ |
H 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()
|
/qemu/tests/vm/ |
H A D | haiku.x86_64 | 86 cd $(mktemp -d /tmp/qemu-test.XXXXXX); 87 mkdir src build; cd src; 91 cd ../build
|
H A D | netbsd | 68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX); 69 mkdir src build; cd src; 71 cd ../build 124 self.console_wait_send("a: CD-ROM", "a\n")
|
/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 132 cd "$COVERITY_TOOL_BASE" 152 cd coverity_tool 154 cd .. 159 cd "$SRCDIR" 315 cd "$SRCDIR" 397 TOOLBIN="$(cd "$COVERITY_TOOL_BASE" && echo $PWD/coverity_tool/cov-analysis-*/bin)" 406 cd "$SRCDIR" 411 cd +build
|
/qemu/tests/docker/ |
H A D | test-block | 15 cd "$BUILD_DIR" 18 cd tests/qemu-iotests
|
H A D | test-fuzz | 17 cd "$BUILD_DIR" 19 cd src
|
/qemu/scripts/ |
H A D | make-release | 61 (cd roms/seabios && git describe --tags --long --dirty > .version) 62 (cd roms/skiboot && ./make_version.sh > .version) 70 (cd roms/edk2 && \
|
/qemu/tests/tcg/mips/user/ase/msa/ |
H A D | README | 16 cd <QEMU root directory> 17 cd tests/tcg/mips/user/ase/msa
|
/qemu/pc-bios/ |
HD | hppa-firmware.img | ... -Disk (%u %ciBytes) DVD/CD [AHCI/%d: %s ATAPI- ... |
/qemu/ |
H A D | .gitlab-ci.yml | 10 # you need to set the location of your custom yml file at "custom CI/CD 19 # See https://qemu-project.gitlab.io/qemu/devel/ci.html#custom-ci-cd-variables
|