James Harper
2007-Oct-06 09:49 UTC
[Xen-devel] HVM Windows - handover from qemu network drivers to PV network drivers
If I understand correctly, a HVM domain''s network adapter gets a tapX device created for it in Dom0 for qemu to talk to, and a vifY.Z device for the PV drivers (which probably aren''t there) to talk to. How can I stop the qemu code creating the virtual Realtek driver? What will happen if I try and use PV and Realtek drivers at the same time? Will the Realtek driver just talk to the tapX interface and the PV drivers to the vifY.Z interface, and there will be no problems? Thanks James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David Edmondson
2007-Oct-08 07:23 UTC
Re: [Xen-devel] HVM Windows - handover from qemu network drivers to PV network drivers
On Sat, Oct 06, 2007 at 07:49:58PM +1000, James Harper wrote:> If I understand correctly, a HVM domain''s network adapter gets a > tapX device created for it in Dom0 for qemu to talk to, and a vifY.Z > device for the PV drivers (which probably aren''t there) to talk to. > > How can I stop the qemu code creating the virtual Realtek driver?Set the ''type'' of the vif to ''ioemu''.> What will happen if I try and use PV and Realtek drivers at the same > time? Will the Realtek driver just talk to the tapX interface and > the PV drivers to the vifY.Z interface, and there will be no > problems?They should be connected up that way, yes. Though, perhaps they will end up with the same MAC address, which will cause other oddities. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Maybe Matching Threads
- HVM Network Interfaces
- Bug#702428: HVM networking tap/vif bug (Debian bug 702428)
- Linux PV Drivers - VBD device not loading - Cannot get Major 3/22 for ide
- Getting 8139cp (1.3) and 8139too (0.9.28) on Centos 5.8
- Picture Tutorial: How to Setup Slackware64 13.0 HVM domU with Xen 3.5-unstable pv-ops Dom0 Kernel 2.6.31.4 in Fedora 11 x86-64 Dom0