Lines Matching full:qemu
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,
52 * Tell QEMU to start DHCP server at user-defined IP address.
65 This option is appended as-is to the QEMU command line. Therefore, any problems with
66 this command line will be reported by QEMU only. Here's what this particular
69 * Make QEMU use the ``192.168.0.0/24`` network instead of the default.
83 * As port mappings need to be defined before launching qemu, clients which use
86 from the guest. See https://bugs.launchpad.net/qemu/+bug/1724590 for details.