[rtems-libbsd commit] doc: Qemu network

Sebastian Huber sebh at rtems.org
Thu Oct 1 07:47:24 UTC 2015


Module:    rtems-libbsd
Branch:    master
Commit:    e78b3dce02c3361f59e6007fa117540c61434a39
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=e78b3dce02c3361f59e6007fa117540c61434a39

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct  1 09:47:05 2015 +0200

doc: Qemu network

---

 libbsd.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/libbsd.txt b/libbsd.txt
index ebb766c..131e599 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -373,6 +373,15 @@ qemu-system-i386 -m 512 -boot a -cpu pentium3 \
 Make sure that each Qemu instance uses its own MAC address to avoid an address
 conflict (or otherwise use it as a test).
 
+To connect the Qemu instances with your local network use the following
+(replace 'eth0' with the network interface of your host).
+
+-------------------------------------------------------------------------------
+ifconfig eth0 0.0.0.0
+brctl addif qbri eth0
+dhclient qbri
+-------------------------------------------------------------------------------
+
 == Issues and TODO
 
 * PCI support on x86 uses a quick and dirty hack, see pci_reserve_map().



More information about the vc mailing list