commit | 8a1c5235510da01a200693fe3cfd87acd2dc1fca | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Tue Oct 06 12:17:08 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Oct 06 14:36:12 2009 -0500 |
tree | 695d98b76ef7f2d9bede551fe53348ec4e0de195 | |
parent | ec302ffdfdaf75861daddb8c9ba68fa6c7771fcc [diff] |
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>