]> git.proxmox.com Git - qemu.git/blobdiff - net.c
ahci: split ICH and AHCI even more
[qemu.git] / net.c
diff --git a/net.c b/net.c
index c5e6063fcf24c0aabe7606f3e7238eb9fb701057..9ba5be22dde09e038cb00cbda02edff85c7b36b7 100644 (file)
--- 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 */ }
         },