Port -net tap to QemuOpts
commit8a1c5235510da01a200693fe3cfd87acd2dc1fca
authorMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 11:17:08 +0000 (6 12:17 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:12 +0000 (6 14:36 -0500)
tree695d98b76ef7f2d9bede551fe53348ec4e0de195
parentec302ffdfdaf75861daddb8c9ba68fa6c7771fcc
Port -net tap to QemuOpts

Some parameters are not valid with fd=. Rather than having a separate
parameter description table for validating fd=, it's easir to just
check for those invalid parameters later.

Note, the need to possible lookup a file descriptor name from the
monitor is the reason why all these init functions are passed a Monitor
pointer.

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