Actions
Bug #1967
closedKernel Patches to support virtio
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hi,
Here are the proposed kernel changes which allow the virtio drivers
(ported from FreeBSD) to build:
- 0001-make-device_probe_child-public.patch makes device_probe_child()
public, used by virtio_pci.c:
http://gitorious.org/dbd-virtio-drivers-freebsd-port/dbd-virtio-drivers-freebsd-port/blobs/master/pci/virtio_pci.c#line693
- 0001-Pull-in-FreeBSD-sglist.patch is the scatter/gather library used
by virtio-net.
Thanks,
Tim
Files
Updated by swildner about 12 years ago
- Description updated (diff)
- Assignee deleted (
0)
In discussion with vsrinivas (who is working on virtio currently), I've pushed the first patch. Thanks!
Actions