mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Support for UDP unicast network backend
Signed-off-by: Benjamin MARSILI <mlspirat42@gmail.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4aa7534d22
commit
0e0e7facc7
3 changed files with 82 additions and 3 deletions
6
net.c
6
net.c
|
@ -1000,7 +1000,11 @@ static const struct {
|
|||
}, {
|
||||
.name = "localaddr",
|
||||
.type = QEMU_OPT_STRING,
|
||||
.help = "source address for multicast packets",
|
||||
.help = "source address and port for multicast and udp packets",
|
||||
}, {
|
||||
.name = "udp",
|
||||
.type = QEMU_OPT_STRING,
|
||||
.help = "UDP unicast address and port number",
|
||||
},
|
||||
{ /* end of list */ }
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue