Clean up legacy code in net_client_init()
commit7b3fb251102b5529fa0efff6d5e06bc6ed2715f0
authorMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 11:17:12 +0000 (6 12:17 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:12 +0000 (6 14:36 -0500)
treeaddd7eed82c7c7bdd1352f8d3392af51f01c7fff
parented2955c2d6d92b3880ac7961693e20c51af9a283
Clean up legacy code in net_client_init()

Now that we've ported everything over to QemuOpts, we can kill off
all the cruft in net_client_init().

Note, the 'channel' type requires special handling as it uses a
format that QemuOpts can't parse

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