summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-10-01 09:47:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-10-01 09:47:05 +0200
commite78b3dce02c3361f59e6007fa117540c61434a39 (patch)
tree4fead0c846f5c78d806d3c2d3c0b23b8566e39ef /libbsd.txt
parentdoc: Add Qemu network setup (diff)
downloadrtems-libbsd-e78b3dce02c3361f59e6007fa117540c61434a39.tar.bz2
doc: Qemu network
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index ebb766c9..131e599f 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().