Searched full:qemu (Results 1 – 25 of 442) sorted by relevance
12345678910>>...18
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 3 Networking with QEMU User 11 using QEMU SLIRP with Zephyr. 17 QEMU and uses that stack to implement a virtual NAT'd network. As there are 20 By default, QEMU uses the ``10.0.2.X/24`` network and runs a gateway at 22 this gateway, which will filter out packets based on the QEMU command line 28 https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29 40 Once this configuration option is enabled, all QEMU launches will use SLIRP. 43 communicate to the QEMU gateway, and any data intended for the host machine 44 will be dropped by QEMU. 46 In general, QEMU User Networking can take in a lot of arguments including, [all …]
|
D | networking_with_host.rst | 25 * QEMU using SLIP (Serial Line Internet Protocol). 31 * QEMU using built-in Ethernet driver. 33 * Here IP packets are exchanged between Zephyr and the host system via QEMU's 34 built-in Ethernet driver. Not all QEMU boards support built-in Ethernet so 38 * QEMU using SLIRP (Qemu User Networking). 40 * QEMU User Networking is implemented using "slirp", which provides a full TCP/IP 41 stack within QEMU and uses that stack to implement a virtual NAT'd network. As 42 this support is built into QEMU, it can be used with any model and requires no 75 * If you have multiple Zephyr instances, either QEMU or native_sim ones,
|
/Zephyr-latest/boards/ |
D | Kconfig | 46 Mark all QEMU targets with this variable for checking whether we are 53 When building for a qemu target then NET_DRIVERS will be default 67 bool "QEMU icount mode" 71 Enable QEMU virtual instruction counter. The virtual cpu will 76 int "QEMU icount shift value" 83 bool "QEMU icount sleep mode enable" 94 int "QEMU ivshmem-plain shared memory size in mega-bytes" 99 device in Qemu. Note that it's in mega-bytes, so 1 means 1M for Qemu 103 bool "QEMU uses UEFI to boot up" 107 This option indicates that QEMU will use UEFI bootable method [all …]
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_atom_xip.yaml | 2 name: QEMU Emulation for X86 (XIP enabled) 3 type: qemu 6 - name: qemu 14 vendor: qemu
|
D | qemu_x86_atom_nommu.yaml | 2 name: QEMU Emulation for X86 (MMU disabled) 3 type: qemu 6 - name: qemu 15 vendor: qemu
|
D | qemu_x86_lakemont.yaml | 2 name: QEMU Emulation for X86 (Lakemont) 3 type: qemu 5 - name: qemu 17 vendor: qemu
|
D | qemu_x86_tiny.yaml | 2 name: QEMU Emulation for X86 (small VM) 3 type: qemu 6 - name: qemu 17 vendor: qemu
|
D | qemu_x86_64.yaml | 2 name: QEMU Emulation for X86_64 3 type: qemu 9 - name: qemu 21 vendor: qemu
|
D | qemu_x86_atom_nokpti.yaml | 2 name: QEMU Emulation for X86 (KPTI disabled) 3 type: qemu 6 - name: qemu 17 vendor: qemu
|
D | qemu_x86.yaml | 2 name: QEMU Emulation for X86 3 type: qemu 5 - name: qemu 21 vendor: qemu
|
D | qemu_x86_64_atom_nokpti.yaml | 2 name: QEMU Emulation for X86_64 (KPTI disabled) 3 type: qemu 11 - name: qemu 19 vendor: qemu
|
D | qemu_x86_atom_nopae.yaml | 2 name: QEMU Emulation for X86 (32-bit page tables) 3 type: qemu 6 - name: qemu 17 vendor: qemu
|
D | qemu_x86_atom_virt.yaml | 2 name: QEMU Emulation for X86 (Run in Virtual Address Space) 3 type: qemu 6 - name: qemu 17 vendor: qemu
|
D | board.yml | 4 full_name: QEMU Emulation for X86 15 full_name: QEMU Emulation for X86 / Lakemont CPU 20 full_name: QEMU Emulation for X86 64bit 27 full_name: QEMU Emulation for X86 Minimal Configuration
|
/Zephyr-latest/boards/qemu/cortex_a53/ |
D | qemu_cortex_a53.yaml | 2 name: QEMU Emulation for Cortex-A53 3 type: qemu 5 - name: qemu 16 vendor: qemu
|
D | qemu_cortex_a53_qemu_cortex_a53_xip.yaml | 2 name: QEMU Emulation for Cortex-A53 (XIP) 3 type: qemu 5 - name: qemu 15 vendor: qemu
|
D | qemu_cortex_a53_qemu_cortex_a53_smp.yaml | 2 name: QEMU Emulation for Cortex-A53 SMP 3 type: qemu 5 - name: qemu 18 vendor: qemu
|
/Zephyr-latest/boards/qemu/nios2/ |
D | qemu_nios2.yaml | 2 name: QEMU Emulation for NIOS II 3 type: qemu 5 - name: qemu 17 vendor: qemu
|
/Zephyr-latest/boards/qemu/malta/ |
D | qemu_malta.yaml | 2 name: QEMU emulation for MIPS (little endian) 3 type: qemu 5 - name: qemu 17 vendor: qemu
|
D | qemu_malta_qemu_malta_be.yaml | 2 name: QEMU emulation for MIPS (big endian) 3 type: qemu 5 - name: qemu 17 vendor: qemu
|
/Zephyr-latest/boards/qemu/arc/ |
D | board.cmake | 1 set(SUPPORTED_EMU_PLATFORMS qemu) 21 # For old QEMU we had 'simhs' qemu board, however we are going to rename it 22 # to 'virt' board. It will be renamed in ARC QEMU in the nearest Zephyr SDK 23 # (where ARCv3 HS6x support will be added to QEMU) 24 # Let's rely on the QEMU defaults instead of specifying exact board name, 44 set(BOARD_DEBUG_RUNNER qemu)
|
/Zephyr-latest/cmake/emu/ |
D | qemu.cmake | 20 QEMU 23 NAMES qemu-system-${QEMU_binary_suffix} 27 QEMU 28 qemu-system-${QEMU_binary_suffix} 33 # for testing UEFI method on qemu platforms 41 list(APPEND UEFI -b ${OVMF_FD_PATH} -q ${QEMU}) 42 set(QEMU ${UEFI}) variable 52 list(APPEND QEMU_FLAGS qemu\${QEMU_INSTANCE}.pid) 54 list(APPEND QEMU_FLAGS qemu${QEMU_INSTANCE}.pid) 66 # Create the pipe file before passing the path to QEMU. [all …]
|
/Zephyr-latest/boards/qemu/xtensa/ |
D | qemu_xtensa_sample_controller32_mpu.yaml | 2 name: QEMU Emulation for Xtensa with MPU 3 type: qemu 5 - name: qemu
|
D | qemu_xtensa_dc233c.yaml | 2 name: QEMU Emulation for Xtensa 3 type: qemu 5 - name: qemu
|
/Zephyr-latest/boards/qemu/kvm_arm64/ |
D | qemu_kvm_arm64.yaml | 2 name: QEMU Virt Emulation for AArch64 KVM 3 type: qemu 13 vendor: qemu
|
12345678910>>...18