Re: [Qemu-devel] Network Passthrough configuration!

2012-08-25 Thread Stefan Hajnoczi
On Sat, Aug 25, 2012 at 5:35 AM, GaoYi gaoyi...@gmail.com wrote: Hi all, I am trying to implement pci passthrough for network card according to this guideline: http://www.linux-kvm.org/page/How_to_assign_devices_with_VT-d_in_KVM. The configuration steps were all ok. However, when I

Re: [Qemu-devel] Network Passthrough configuration!

2012-08-25 Thread GaoYi
So is my command line to start the guest OK? The command line is as: qemu-img -boot c -hda readhat.img -device pci-assign,host=XX:00.0 Why doesn't the network work? Yi 2012/8/25 Stefan Hajnoczi stefa...@gmail.com On Sat, Aug 25, 2012 at 5:35 AM, GaoYi gaoyi...@gmail.com wrote:

[Qemu-devel] Network Passthrough configuration!

2012-08-24 Thread GaoYi
Hi all, I am trying to implement pci passthrough for network card according to this guideline: http://www.linux-kvm.org/page/How_to_assign_devices_with_VT-d_in_KVM. The configuration steps were all ok. However, when I started the guest by: qemu-img -boot c -hda readhat.img