qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Networking problems


From: Mulyadi Santosa
Subject: Re: [Qemu-devel] Networking problems
Date: Sun, 15 Aug 2010 01:10:02 +0700

On Fri, Aug 13, 2010 at 03:15, Daniel Carrera <address@hidden> wrote:
> Unfortunately, that's as far as it goes. It still cannot go online.
> When NetBSD tries to "ping 10.0.2.3" (gateway I think) it just gets
> 100% packet loss. Let me show you qemu's output on the command line:

ping is "neglected" in user mode network. Try using something like
browser or tcptraceroute (traceroute variant which use tcp or udp) and
see the difference...

but first make sure the IP, netmask and default gw are correctly configured...

> --------%<--------
> $ qemu -cdrom foo.iso -hda bar.img -net nic,model=ne2k_pci -net user -no-acpi
> open /dev/kvm: No such file or directory
> Could not initialize KVM, will disable KVM support
> --------%<--------
>

find the option to disable kvm support...or recompile compile without
KVM support....your choice...

> Judging from wikipedia, KVM is a reference to kernel-based native
> virtualization using Intel VT-x or AMD-V. Unfortunately, my CPU is
> just a bit to old to support VT-x so naturally I don't get KVM. But
> QEMU should not require KVM to work, since that's a very recent
> feature on Linux.

No worries, the developers are implementing TCG now..should be faster
than the old one now.

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]