aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorDries Harnie <botje.linux@gmail.com>2010-05-15 17:04:47 +0200
committerDries Harnie <botje.linux@gmail.com>2010-05-18 01:09:27 +0200
commit40beab42ecdc4e2a79714b54c401feb0fb33b6d0 (patch)
tree1dd2ee27674b364f130c54382d7a3cd154ecbc37 /CHANGES.TXT
parentd27aca1c8172462c6e834c3c42582106b36aa422 (diff)
downloadexternal_qemu-40beab42ecdc4e2a79714b54c401feb0fb33b6d0.zip
external_qemu-40beab42ecdc4e2a79714b54c401feb0fb33b6d0.tar.gz
external_qemu-40beab42ecdc4e2a79714b54c401feb0fb33b6d0.tar.bz2
Enable interconnection of emulators
This patch adds a -shared-net-id option to the emulator which joins the emulator in a shared network. If the option is given the emulator is started with an additional network interface bound to a multicast socket. This multicast socket emulates a network hub, interconnecting emulators. If the -shared-net-id option is not given, nothing changes. Change-Id: I0ea70a073cdbd34f804161300240fafca34080d0
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index c110833..8338250 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -35,6 +35,10 @@ OTHER:
- Removed audio stack SDL dependency.
+- Add a '-shared-net-id' option which allows emulators to join a shared network.
+ This allows testing situations where emulators need to communicate directly
+ with each other. See '-help-shared-net-id' for more details.
+
==============================================================================
Changes between 6.0 and 5.0