[Ovirt-devel] [PATCH ovirt-appliance] use virtio_net in appliance and "fake" Nodes

Alan Pevec apevec at redhat.com
Mon Sep 22 19:29:22 UTC 2008


Signed-off-by: Alan Pevec <apevec at redhat.com>
---
 create-ovirt-appliance |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/create-ovirt-appliance b/create-ovirt-appliance
index b2804b6..d9be76a 100755
--- a/create-ovirt-appliance
+++ b/create-ovirt-appliance
@@ -87,6 +87,7 @@ gen_fake_managed_node() {
     <interface type='network'>
       <mac address='00:16:3e:12:34:$last_mac'/>
       <source network='$BRIDGENAME'/>
+      <model type='virtio'/>
     </interface>
     <serial type='pty'>
       <target port='0'/>
@@ -128,9 +129,11 @@ gen_app() {
     </disk>
     <interface type='network'>
       <source network='default'/>
+      <model type='virtio'/>
     </interface>
     <interface type='network'>
       <source network='$BRIDGENAME'/>
+      <model type='virtio'/>
     </interface>
     <serial type='pty'>
       <target port='0'/>
-- 
1.5.5.1




More information about the ovirt-devel mailing list