search for: ne2k_isa

Displaying 8 results from an estimated 8 matches for "ne2k_isa".

2010 Aug 06
0
How to force the use of virtio as the guest network driver
.../lib/modules -name \*virtio\*) but when I try to force it by setting <model type="virtio"/> in the XML configuration, it seems to make no difference. I see that as per http://libvirt.org/formatdomain.html , "qemu -net nic,model=? /dev/null" returns the following: "ne2k_isa i82551 i82557b i82559er ne2k_pci pcnet rtl8139", but I have no qemu-kvm binary. Not sure if that's a telling symptom or not. Host kernel is 2.6.26-2-openvz-amd64, KVM version is 72+dfsg-5~lenny5, libvirt version is 0.4.6-10, all of which look good enough to use virtio according to h...
2012 Jun 12
0
Meaning of "vlan=" and "name=" in Linux KVM
...able MSI-X. If no -net option is specified, a single NIC is created. Qemu can emulate several different models of network card. Valid values for type are "virtio", "i82551", "i82557b", "i82559er", "ne2k_pci", "ne2k_isa", "pcnet", "rtl8139", "e1000", "smc91c111", "lance" and "mcf_fec". Not all devices are supported on all targets. -net tap[,vlan=n][,name=name][,fd=h][,ifname=name] [,script=file][,downscript=dfile] Connect the...
2012 Jun 14
0
kvm CLI :: meaning of "vlan=" and "name=" options in -net nic and -net tap
...disable MSI-X. If no ? ? ? ? ? -net option is specified, a single NIC is created. ?Qemu can emulate several different models of ? ? ? ? ? network card. ?Valid values for type are "virtio", "i82551", "i82557b", "i82559er", "ne2k_pci", ? ? ? ? ? "ne2k_isa", "pcnet", "rtl8139", "e1000", "smc91c111", "lance" and "mcf_fec". ?Not all devices are ? ? ? ? ? supported on all targets. -net tap[,vlan=n][,name=name][,fd=h][,ifname=name] [,script=file][,downscript=dfile] ? ? ? ? ? Connect the h...
2011 Mar 16
2
Improving xen-qemu-dm-4.0 dependencies
...ec 14 13:16 openbios-sparc32 -> ../openbios/openbios-sparc32 28 Dec 14 13:16 openbios-sparc64 -> ../openbios/openbios-sparc64 27 Dec 14 13:16 ppc_rom.bin -> ../openhackware/ppc_rom.bin 37 Dec 14 13:16 pxe-e1000.bin -> ../../lib/etherboot/e1000-82540em.rom 26 Dec 14 13:16 pxe-ne2k_isa.bin -> ../../lib/etherboot/ne.rom 31 Dec 14 13:16 pxe-ne2k_pci.bin -> ../../lib/etherboot/rtl8029.rom 31 Dec 14 13:16 pxe-pcnet.bin -> ../../lib/etherboot/pcnet32.rom 31 Dec 14 13:16 pxe-rtl8139.bin -> ../../lib/etherboot/rtl8139.rom 34 Dec 14 13:16 pxe-virtio.bin -> ../....
2011 Mar 16
2
Improving xen-qemu-dm-4.0 dependencies
...ec 14 13:16 openbios-sparc32 -> ../openbios/openbios-sparc32 28 Dec 14 13:16 openbios-sparc64 -> ../openbios/openbios-sparc64 27 Dec 14 13:16 ppc_rom.bin -> ../openhackware/ppc_rom.bin 37 Dec 14 13:16 pxe-e1000.bin -> ../../lib/etherboot/e1000-82540em.rom 26 Dec 14 13:16 pxe-ne2k_isa.bin -> ../../lib/etherboot/ne.rom 31 Dec 14 13:16 pxe-ne2k_pci.bin -> ../../lib/etherboot/rtl8029.rom 31 Dec 14 13:16 pxe-pcnet.bin -> ../../lib/etherboot/pcnet32.rom 31 Dec 14 13:16 pxe-rtl8139.bin -> ../../lib/etherboot/rtl8139.rom 34 Dec 14 13:16 pxe-virtio.bin -> ../....
2009 Jun 21
0
[PATCHv6 12/12] qemu/net: flag to control the number of vectors a nic has
...no @option{-net} option is specified, a single +NIC is created. Qemu can emulate several different models of network card. Valid values for @var{type} are - at code{i82551}, @code{i82557b}, @code{i82559er}, + at code{virtio}, @code{i82551}, @code{i82557b}, @code{i82559er}, @code{ne2k_pci}, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139}, @code{e1000}, @code{smc91c111}, @code{lance} and @code{mcf_fec}. Not all devices are supported on all targets. Use -net nic,model=? -- 1.6.2.2
2009 Jun 21
0
[PATCHv6 12/12] qemu/net: flag to control the number of vectors a nic has
...no @option{-net} option is specified, a single +NIC is created. Qemu can emulate several different models of network card. Valid values for @var{type} are - at code{i82551}, @code{i82557b}, @code{i82559er}, + at code{virtio}, @code{i82551}, @code{i82557b}, @code{i82559er}, @code{ne2k_pci}, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139}, @code{e1000}, @code{smc91c111}, @code{lance} and @code{mcf_fec}. Not all devices are supported on all targets. Use -net nic,model=? -- 1.6.2.2
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all, this is the long awaited patch series to add xen device model support in qemu; the main author is Anthony Perard. Developing this series we tried to come up with the cleanest possible solution from the qemu point of view, limiting the amount of changes to common code as much as possible. The end result still requires a couple of hooks in piix_pci but overall the impact should be very