diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-08 19:58:26 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-15 09:32:01 -0500 |
commit | a1ea458fdf4711b5d3b23e987b47366d6a3b5924 (patch) | |
tree | 690cbab2a001140a21065c12e175d52067040ef7 /qemu-config.h | |
parent | 7f161aaea6e1f566a017f87513924d1c8bbfdc6c (diff) |
net: add -netdev option
Patchworks-ID: 35506
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-config.h')
-rw-r--r-- | qemu-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-config.h b/qemu-config.h index cdad5ac583..3cc88644e2 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -4,6 +4,7 @@ extern QemuOptsList qemu_drive_opts; extern QemuOptsList qemu_chardev_opts; extern QemuOptsList qemu_device_opts; +extern QemuOptsList qemu_netdev_opts; extern QemuOptsList qemu_net_opts; extern QemuOptsList qemu_rtc_opts; |