search for: 3320dd8

Displaying 2 results from an estimated 2 matches for "3320dd8".

Did you mean: 33208
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 2/7] userspace virtio
...et rtl8139\n"); + " ne2k_pci pcnet rtl8139 virtio\n"); exit (1); } else { fprintf(stderr, "qemu: Unsupported NIC: %s\n", nd->model); diff --git a/qemu/hw/virtio-net.c b/qemu/hw/virtio-net.c new file mode 100644 index 0000000..3320dd8 --- /dev/null +++ b/qemu/hw/virtio-net.c @@ -0,0 +1,178 @@ +/* + * Virtio Network Device + * + * Copyright IBM, Corp. 2007 + * + * Authors: + * Anthony Liguori <aliguori@us.ibm.com> + * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the to...
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 2/7] userspace virtio
...et rtl8139\n"); + " ne2k_pci pcnet rtl8139 virtio\n"); exit (1); } else { fprintf(stderr, "qemu: Unsupported NIC: %s\n", nd->model); diff --git a/qemu/hw/virtio-net.c b/qemu/hw/virtio-net.c new file mode 100644 index 0000000..3320dd8 --- /dev/null +++ b/qemu/hw/virtio-net.c @@ -0,0 +1,178 @@ +/* + * Virtio Network Device + * + * Copyright IBM, Corp. 2007 + * + * Authors: + * Anthony Liguori <aliguori@us.ibm.com> + * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the to...