commit | 7e1b35b44c26fb0ede72613608e1a6fddabfac75 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Sep 10 10:58:51 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Sep 11 10:19:49 2009 -0500 |
tree | fd53be32c275267a446ba3e6c5fdfb49f9e57438 | |
parent | 7591c5c19951def341139c3874bdc7289f9813d1 [diff] |
convert udp chardev to QemuOpts. While being at it: create a new inet_dgram_opts() function for udp setup, so udp can handle IPv6 now. new cmd line syntax: -chardev udp,id=name,host=remotehost,port=remoteport,\ localaddr=bindaddr,localport=bindport Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>