Displaying 2 results from an estimated 2 matches for "0374fbc".
Did you mean:
034fb
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 4/7] userspace virtio
...] Add NIC vendor option to kvm python script
It allows picking other NIC vendors than rtl8139.
Use --nictype=xxx, the ddefault is rtl8139.
Signed-off-by: Dor Laor <dor.laor@qumranet.com>
---
kvm | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/kvm b/kvm
index 0374fbc..2a7dc85 100755
--- a/kvm
+++ b/kvm
@@ -55,6 +55,12 @@ optparser.add_option('--no-tap',
default = not privileged,
)
+optparser.add_option('--nictype',
+ help = 'use this specific nic type (vendor)',
+...
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 4/7] userspace virtio
...] Add NIC vendor option to kvm python script
It allows picking other NIC vendors than rtl8139.
Use --nictype=xxx, the ddefault is rtl8139.
Signed-off-by: Dor Laor <dor.laor@qumranet.com>
---
kvm | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/kvm b/kvm
index 0374fbc..2a7dc85 100755
--- a/kvm
+++ b/kvm
@@ -55,6 +55,12 @@ optparser.add_option('--no-tap',
default = not privileged,
)
+optparser.add_option('--nictype',
+ help = 'use this specific nic type (vendor)',
+...