Nikola Ciprich wrote:
> 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
>
>   

is it qemu-ifup executable?

>  - 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
>
>   

ok

> 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?
>
>
>   

shouldn't make a difference in this area.

-- 
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to