Home
last modified time | relevance | path

Searched full:x86_64 (Results 1 – 25 of 218) sorted by relevance

123456789

/qemu/tests/docker/dockerfiles/
H A Ddebian-amd64-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch x86_64 debian-12 qemu
160 c = '/usr/bin/x86_64-linux-gnu-gcc'\n\
161 ar = '/usr/bin/x86_64-linux-gnu-gcc-ar'\n\
162 strip = '/usr/bin/x86_64-linux-gnu-strip'\n\
163 pkgconfig = '/usr/bin/x86_64-linux-gnu-pkg-config'\n\
167 cpu_family = 'x86_64'\n\
168 cpu = 'x86_64'\n\
169 endian = 'little'\n" > /usr/local/share/meson/cross/x86_64-linux-gnu && \
172 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-linux-gnu-cc && \
173 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-linux-gnu-gcc
[all …]
H A Dfedora-win64-cross.docker103 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-c++ && \
104 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-cc && \
105 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-g++ && \
106 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-gcc
108 ENV ABI "x86_64-w64-mingw32"
110 ENV QEMU_CONFIGURE_OPTS --cross-prefix=x86_64-w64-mingw32-
111 ENV DEF_TARGET_LIST x86_64-softmmu
/qemu/.gitlab-ci.d/
H A Dwindows.yml36 "https://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe.sig"
58 "https://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe"
78 mingw-w64-x86_64-binutils
79 mingw-w64-x86_64-ccache
80 mingw-w64-x86_64-curl
81 mingw-w64-x86_64-gcc
82 mingw-w64-x86_64-glib2
83 mingw-w64-x86_64-libnfs
84 mingw-w64-x86_64-libssh
85 mingw-w64-x86_64-ninja
[all …]
H A Dbuildtest.yml176 x86_64-softmmu rx-softmmu sh4-softmmu
188 - build-previous/qemu-system-x86_64
195 TARGETS: x86_64-softmmu aarch64-softmmu
249 migration-compat-x86_64:
252 TARGET: x86_64
280 TARGETS: s390x-softmmu x86_64-softmmu aarch64-softmmu
316 ppc64-softmmu rx-softmmu s390x-softmmu sh4-softmmu x86_64-softmmu
334 # i386-softmmu and x86_64-softmmu with KVM being the single accelerator
416 s390x-softmmu x86_64-softmmu
548 build-cfi-x86_64:
[all …]
/qemu/tests/tcg/x86_64/
H A DMakefile.target3 # x86_64 tests - included from tests/tcg/Makefile.target
5 # Currently we only build test-x86_64 and test-i386-ssse3 from
22 TESTS=$(MULTIARCH_TESTS) $(X86_64_TESTS) test-x86_64
35 test-x86_64: LDFLAGS+=-lm -lc
36 test-x86_64: test-i386.c test-i386.h test-i386-shift.h test-i386-muldiv.h
39 %: $(SRC_PATH)/tests/tcg/x86_64/%.c
/qemu/tests/multiboot/
H A Daout_kludge.out22 qemu-system-x86_64: invalid load_addr address
27 qemu-system-x86_64: invalid load_end_addr address
32 qemu-system-x86_64: invalid header_addr address
37 qemu-system-x86_64: invalid bss_end_addr address
42 qemu-system-x86_64: kernel does not fit in address space
/qemu/docs/system/
H A Dcpu-hotplug.rst14 $ qemu-system-x86_64 -display none -no-user-config -m 2048 \
41 "type": "IvyBridge-IBRS-x86_64-cpu",
51 "type": "IvyBridge-IBRS-x86_64-cpu",
61 can see that ``IvyBridge-IBRS-x86_64-cpu`` is present in socket 0 core 0,
65 (QEMU) device_add id=cpu-2 driver=IvyBridge-IBRS-x86_64-cpu socket-id=0 core-id=1 thread-id=0
70 "driver": "IvyBridge-IBRS-x86_64-cpu",
99 "target": "x86_64",
110 "target": "x86_64",
H A Ddevice-url-syntax.rst.inc189 …fedoraproject.org/pub/archive/fedora/linux/releases/20/Live/x86_64/Fedora-Live-Desktop-x86_64-20-1…
191 …rchives.fedoraproject.org/pub/fedora/linux/releases/20/Live/x86_64/Fedora-Live-Desktop-x86_64-20-1…
198 …edora/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2",, "file.readahead":"6…
200 |qemu_system_x86| -drive file=/tmp/Fedora-x86_64-20-20131211.1-sda.qcow2,copy-on-read=on
/qemu/docs/devel/testing/
H A Dqgraph.rst11 For example, the sdhci device is supported on both x86_64 and ARM boards,
162 $ QTEST_QEMU_BINARY=build/qemu-system-x86_64 build/tests/qtest/qos-test --verbose
175 # src='x86_64/pc'
178 # |-> dest='x86_64/pc' type=0 (node=0x559142111600)
190 qgraph path in the "ALL QGRAPH EDGES" output as follows: '' -> 'x86_64/pc' ->
198 because we used the ``qemu-system-x86_64`` binary which does not support ARM
217 - The current ``sdhci`` device is supported by both ``x86_64/pc`` and ``ARM``
220 ``QSDHCI_PCI`` for ``x86_64/pc``. Both implement the
225 - Create the ``x86_64/pc`` machine node. This machine uses the
229 ``x86_64/pc --contains--> 1440FX-pcihost --contains-->
[all …]
/qemu/
H A D.patchew.yml126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
129 requirements: docker,x86_64
144 requirements: docker,x86_64
148 test "$(uname -m)" = "x86_64"
209 requirements: qemu-x86,x86_64,git
216 if qemu-system-x86_64 --help >/dev/null 2>&1; then
217 QEMU=qemu-system-x86_64
227 requirements: docker,x86_64
262 x86_64:
265 test "$(uname -m)" = "x86_64"
[all …]
H A Dconfigure386 cpu="x86_64"
525 cpu="x86_64"
526 host_arch=x86_64
530 x86_64|amd64)
531 cpu="x86_64"
532 host_arch=x86_64
1268 # e.g. aarch64-pc-windows-gnullvm, x86_64-pc-windows-gnu (MSVC not supported)
1304 x86_64)
1305 # e.g. x86_64-unknown-linux-gnux32
1360 : ${cross_prefix_x86_64="x86_64-linux-gnu-"}
[all …]
/qemu/tests/lcitool/
H A Drefresh123 "ENV RUSTC=/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc\n",
124 "ENV RUSTDOC=/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc\n",
125 "ENV CARGO=/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo\n",
127 " rustArch='x86_64-unknown-linux-gnu' && \\\n",
189 cross="x86_64",
190 trailer=cross_build("x86_64-linux-gnu-",
191 "x86_64-softmmu,"
192 "x86_64-linux-user,"
208 "x86_64-softmmu,"
209 "x86_64-linux-user,"
[all …]
/qemu/scripts/
H A Dcompare-machine-types.py11 # property via qmp command (e.g. query-cpu-model-expansion for x86_64-cpu).
47 default_qemu_binary = 'build/qemu-system-x86_64'
58 # 'x86_64-cpu', method of 'x86_64-cpu' will be used for '486-x86_64-cpu')
97 # 'device' and 'x86_64-cpu', property getter of 'x86_64-cpu' will be
98 # used for '486-x86_64-cpu')
123 super().__init__(vm, 'x86_64-cpu')
127 if not driver.endswith('-x86_64-cpu'):
128 return 'Wrong x86_64-cpu name'
130 # crop last 11 chars '-x86_64-cpu'
162 elif name == 'x86_64-cpu':
[all …]
H A Dqemu-trace-stap133 To watch all trace points on the qemu-system-x86_64 binary:
135 %(argv0)s run qemu-system-x86_64
139 %(argv0)s run qemu-system-x86_64 'qio*' 'qcrypto*'
152 To list all trace points on the qemu-system-x86_64 binary:
154 %(argv0)s list qemu-system-x86_64
158 %(argv0)s list qemu-system-x86_64 'qio*' 'qcrypto*'
/qemu/.gitlab-ci.d/opensbi/
H A DDockerfile26 …https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/8.3.0/x86_64-gcc-8.3.0-nolibc…
29 …https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/8.3.0/x86_64-gcc-8.3.0-nolibc…
/qemu/tests/qtest/libqos/
H A Dx86_64_pc-machine.c61 /* x86_64/pc machine */
76 fprintf(stderr, "%s not present in x86_64/pc\n", interface); in pc_get_driver()
87 fprintf(stderr, "%s not present in x86_64/pc\n", device); in pc_get_device()
108 qos_node_create_machine("x86_64/pc", qos_create_machine_pc); in pc_machine_register_nodes()
109 qos_node_contains("x86_64/pc", "i440FX-pcihost", NULL); in pc_machine_register_nodes()
/qemu/docs/devel/
H A Dbuild-environment.rst59 x86_64 environments are based on GCC, while aarch64 is based on Clang.
61 We recommend to use MINGW64 for windows-x86_64 and CLANGARM64 for windows-aarch64
109 When trying to cross compile meson for x86_64 using UCRT64 or MINGW64 env,
112 Meson detects x86_64 processes emulated, so you need to manually set the cpu,
117 ./configure --cpu=x86_64 --cross-prefix=
/qemu/pc-bios/descriptors/
H A D60-edk2-x86_64.json2 "description": "UEFI firmware for x86_64",
9 "filename": "@DATADIR@/edk2-x86_64-code.fd",
19 "architecture": "x86_64",
H A D50-edk2-x86_64-secure.json2 "description": "UEFI firmware for x86_64, with Secure Boot and SMM",
9 "filename": "@DATADIR@/edk2-x86_64-secure-code.fd",
19 "architecture": "x86_64",
/qemu/roms/
H A Dedk2-build.config60 # x86_64
62 [build.ovmf.x86_64]
69 cpy1 = FV/OVMF_CODE.fd edk2-x86_64-code.fd
71 [build.ovmf.x86_64.secure]
79 cpy1 = FV/OVMF_CODE.fd edk2-x86_64-secure-code.fd
88 cpy1 = FV/MICROVM.fd edk2-x86_64-microvm.fd
/qemu/docs/interop/
H A Dfirmware.json19 'FirmwareArchitecture' # x86_64
79 # @x86_64: 64-bit x86.
84 'data' : [ 'aarch64', 'arm', 'i386', 'loongarch64', 'x86_64' ] }
118 # types of the @i386 and @x86_64 emulation targets, S3 can be
121 # machine types of the @i386 and @x86_64 emulation targets, S3
127 # machine types of the @i386 and @x86_64 emulation targets, S4
130 # "pc-q35-*" machine types of the @i386 and @x86_64 emulation
165 # the "pc-q35-*" machine types of the @i386 and @x86_64
180 # the "pc-q35-*" machine types of the @i386 and @x86_64
201 # @i386 and @x86_64 emulation targets, firmware log
[all …]
/qemu/tests/functional/
H A Dtest_intel_iommu.py20 '/31/Server/x86_64/os/images/pxeboot/vmlinuz'),
25 '/31/Server/x86_64/os/images/pxeboot/initrd.img'),
30 '/31/Cloud/x86_64/images/Fedora-Cloud-Base-31-1.9.x86_64.qcow2'),
85 filename = '/boot/initramfs-5.3.7-301.fc31.x86_64.img'
H A Dtest_x86_64_replay.py3 # Replay test that boots a Linux kernel on x86_64 machines
17 'https://storage.tuxboot.com/buildroot/20241119/x86_64/bzImage',
21 'https://storage.tuxboot.com/buildroot/20241119/x86_64/rootfs.ext4.zst',
H A Dtest_x86_64_hotplug_cpu.py20 '/31/Server/x86_64/os/images/pxeboot/vmlinuz'),
25 '/31/Server/x86_64/os/images/pxeboot/initrd.img'),
51 driver='Haswell-x86_64-cpu',
/qemu/.gitlab/issue_templates/
H A Dbug.md24 - QEMU flavor: <!-- qemu-system-x86_64, qemu-aarch64, qemu-img, etc. -->
25 - QEMU version: <!-- e.g. `qemu-system-x86_64 --version` -->
34 ./qemu-system-x86_64 -M q35 -m 4096 -enable-kvm -hda fedora32.qcow2

123456789