Try Adding "-net nic" to the command line:
qemu-system-x86_64 \
   -m 384 -no-acpi \
   -hda vdisk.img \
   -boot c \
   -net nic \
   -net tap,script=/etc/kvm/qemu-ifup


-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Nikola Ciprich
Sent: Thu 11/01/2007 14:17
To: Avi Kivity
Cc: kvm-devel@lists.sourceforge.net
Subject: Re: [kvm-devel] TUN networking - guest device missing
 
Sorry, I should have already attached that information.
cmdline is:

qemu-system-x86_64 \
    -m 384 -no-acpi \
    -hda vdisk.img \
    -boot c \
    -net tap,script=/etc/kvm/qemu-ifup

/etc/kvm/qemu-ifup is:
#!/bin/sh
brctl addif br0 $1
exit 0

 - I already have br0 defined, with eth0 as a member, IP address is set only 
for bridge...

I don't see device even with -no-kvm

I also noticed another strange thing - clock is running much faster in the 
guest system...

I'm using version 10 of KVM - should I give ver 11 a try?



> What's your qemu command line?
> 
> Does it work with -no-kvm?
> 
> 
> -- 
> error compiling committee.c: too many arguments to function
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to