Paravirtualized networking
From KVM
run kvm with command-line: -net nic,model=virtio
sudo modprobe virtio_net
to have virtio_net driver, you need to upgrade the kernel to higher than 2.6.25.
refer to Virtio
You can find Windows drivers at Downloads page.