]> www.infradead.org Git - users/dwmw2/qemu.git/commit
Port -net vde to QemuOpts
authorMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 11:17:10 +0000 (12:17 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:12 +0000 (14:36 -0500)
commitdd51058dfc43866de4120c2eb3be7add6f38142f
tree9da29881d09c8410e4b27847047d212121336586
parent88ce16cafc47dbd03aad771ee89c5757a4837497
Port -net vde to QemuOpts

The net_vde_init() change is needed because we now pass NULL pointers
instead of empty strings for group/sock if they're not set.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c