summaryrefslogtreecommitdiffstats
path: root/net.c
diff options
context:
space:
mode:
authorAnthony Liguori2010-12-17 15:21:29 +0100
committerAnthony Liguori2010-12-17 15:21:29 +0100
commitb254b0d15d48efc3bd43ae535158ded3c1519257 (patch)
tree856460106817ca5ccbab285b474a52cdcac2a46e /net.c
parentWatchdog: disable watchdog timer when hard-rebooting a guest. (diff)
parentpci/aer: factor out common code (diff)
downloadqemu-b254b0d15d48efc3bd43ae535158ded3c1519257.tar.gz
qemu-b254b0d15d48efc3bd43ae535158ded3c1519257.tar.xz
qemu-b254b0d15d48efc3bd43ae535158ded3c1519257.zip
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'net.c')
-rw-r--r--net.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/net.c b/net.c
index c5e6063fcf..9ba5be22dd 100644
--- a/net.c
+++ b/net.c
@@ -1050,6 +1050,10 @@ static const struct {
.name = "mcast",
.type = QEMU_OPT_STRING,
.help = "UDP multicast address and port number",
+ }, {
+ .name = "localaddr",
+ .type = QEMU_OPT_STRING,
+ .help = "source address for multicast packets",
},
{ /* end of list */ }
},