/qemu/tests/qtest/migration/ppc64/ |
H A D | Makefile | 4 a-b-kernel.h: ppc64.kernel 8 ppc64.kernel: ppc64.elf 11 ppc64.elf: a-b-kernel.S
|
/qemu/docs/system/ppc/ |
H A D | ppce500.rst | 39 Both ``qemu-system-ppc`` and ``qemu-system-ppc64`` provide emulation for the 45 Additionally ``qemu-system-ppc64`` provides support for the following 64-bit 57 $ qemu-system-ppc64 -nographic -M ppce500 -cpu e6500 103 $ qemu-system-ppc64 -M ppce500 -cpu e5500 -smp 4 -m 2G \ 117 $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \ 158 $ qemu-system-ppc64 -M ppce500 -smp 4 -m 2G \ 179 $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \ 190 $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \
|
H A D | pseries.rst | 86 ./configure --target-list=ppc64-softmmu && make 96 qemu-system-ppc64 -M pseries <other QEMU arguments> 167 * Use ``qemu-system-ppc64 -M pseries,accel=kvm,kvm-type=PR`` to use the 169 * Use ``qemu-system-ppc64 -M pseries,accel=kvm,kvm-type=HV`` to use ``kvm_hv.ko`` 286 $ qemu-system-ppc64 \
|
/qemu/tests/qtest/libqos/ |
H A D | ppc64_pseries-machine.c | 60 /* ppc64/pseries machine */ 75 fprintf(stderr, "%s not present in ppc64/pseries\n", interface); in spapr_get_driver() 86 fprintf(stderr, "%s not present in ppc64/pseries\n", device); in spapr_get_device() 105 qos_node_create_machine("ppc64/pseries", qos_create_machine_spapr); in spapr_machine_register_nodes() 107 qos_node_contains("ppc64/pseries", "spapr-pci-host-bridge", NULL); in spapr_machine_register_nodes()
|
/qemu/tests/tcg/ppc64/ |
H A D | Makefile.target | 3 # ppc64 specific tweaks 5 VPATH += $(SRC_PATH)/tests/tcg/ppc64 58 # ppc64 ABI uses function descriptors, and thus, QEMU can't find symbol for a
|
/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 175 TARGETS: ppc64-softmmu or1k-softmmu s390x-softmmu 316 ppc64-softmmu rx-softmmu s390x-softmmu sh4-softmmu x86_64-softmmu 510 build-cfi-ppc64-s390x: 522 TARGETS: ppc64-softmmu s390x-softmmu 530 check-cfi-ppc64-s390x: 533 - job: build-cfi-ppc64-s390x 539 functional-cfi-ppc64-s390x: 542 - job: build-cfi-ppc64-s390x 590 TARGETS: x86_64-softmmu ppc64-softmmu riscv64-softmmu x86_64-linux-user 604 TARGETS: aarch64-softmmu ppc64-softmmu s390x-softmmu x86_64-softmmu [all …]
|
/qemu/ |
H A D | .travis.yml | 36 …- MAIN_SYSTEM_TARGETS="aarch64-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,… 82 - name: "[ppc64] Clang check-tcg" 116 --target-list=ppc64-softmmu,ppc64le-linux-user" 151 …--target-list=hppa-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softm…
|
/qemu/tests/qtest/ |
H A D | rtas-test.c | 43 if (strcmp(arch, "ppc64")) { in main() 44 g_printerr("RTAS requires qemu-system-ppc64\n"); in main()
|
H A D | boot-serial-test.c | 164 { "ppc64", "ppce500", "", "U-Boot" }, 165 { "ppc64", "40p", "-m 192", "Memory: 192M" }, 166 { "ppc64", "mac99", "", "PowerPC,970FX" }, 167 { "ppc64", "pseries", 170 { "ppc64", "powernv8", "", "OPAL" }, 171 { "ppc64", "powernv9", "", "OPAL" }, 172 { "ppc64", "sam460ex", "-device pci-bridge,chassis_nr=2", "1b36 0001" },
|
H A D | usb-hcd-uhci-test.c | 78 } else if (strcmp(arch, "ppc64") == 0) { in main() 82 "available on x86 or ppc64\n"); in main()
|
/qemu/tests/functional/ |
H A D | test_ppc64_replay.py | 3 # Replay test that boots a Linux kernel on ppc64 machines 30 'releases/29/Everything/ppc64le/os/ppc/ppc64/vmlinuz'),
|
H A D | test_ppc64_tuxrun.py | 88 'https://storage.tuxboot.com/buildroot/20241119/ppc64/vmlinux', 91 'https://storage.tuxboot.com/buildroot/20241119/ppc64/rootfs.ext4.zst',
|
/qemu/hw/ppc/ |
H A D | Kconfig | 4 depends on PPC64 && FDT 29 depends on PPC64 && FDT
|
/qemu/tests/docker/dockerfiles/ |
H A D | debian-ppc64el-cross.docker | 165 cpu_family = 'ppc64'\n\ 177 ENV DEF_TARGET_LIST ppc64-softmmu,ppc64-linux-user
|
H A D | debian-all-test-cross.docker | 57 libc6-dev-ppc64-cross \ 70 …er,mips64-linux-user,mips64el-linux-user,mipsel-linux-user,ppc-linux-user,ppc64-linux-user,ppc64le…
|
/qemu/tests/qtest/migration/ |
H A D | bootfile.c | 22 #include "ppc64/a-b-kernel.h" 53 } else if (strcmp(arch, "ppc64") == 0) { in bootfile_create()
|
/qemu/scripts/ |
H A D | dump-guest-memory.py | 103 elif arch == 'ppc64-le': 108 elif arch == 'ppc64-be': 117 "ppc64-be, ppc64-le") 488 Currently aarch64-be, aarch64-le, X86_64, 386, s390, ppc64-be, 489 ppc64-le guests are supported.
|
/qemu/target/ppc/ |
H A D | Kconfig | 4 config PPC64 config
|
/qemu/tests/tcg/ppc64le/ |
H A D | Makefile.target | 7 include $(SRC_PATH)/tests/tcg/ppc64/Makefile.target
|
/qemu/configs/devices/ppc64-softmmu/ |
H A D | default.mak | 1 # Default configuration for ppc64-softmmu
|
/qemu/configs/targets/ |
H A D | ppc64-softmmu.mak | 1 TARGET_ARCH=ppc64
|
H A D | ppc64le-linux-user.mak | 1 TARGET_ARCH=ppc64
|
H A D | ppc64-linux-user.mak | 1 TARGET_ARCH=ppc64
|
/qemu/linux-user/ppc/ |
H A D | vdso.S | 23 /* For PPC64, functions have special linkage; we export pointers. */ 164 * for PPC64 is the misalignment, so that we have to use indirection.
|
/qemu/docs/system/ |
H A D | target-ppc.rst | 9 You can get a complete list by running ``qemu-system-ppc64 --machine
|