This series is a follow-up to our virtio 1.0 discussion. The
first patch adds two new functions as suggested by Michael and
the second one makes virtio-net call them.

CC'ing Marcel who may be interested in this (keywords: BIOS,
PCI, BAR :)

Thanks!
Ladi

[PATCH 1/2] [pci] Add enable_pci_device and disable_pci_device
[PATCH 2/2] [virtio] Enable and disable PCI device correctly

 src/drivers/bus/pci.c        | 41 +++++++++++++++++++++++++++++++++++------
 src/drivers/bus/virtio-pci.c | 10 ++++++++++
 src/drivers/net/virtio-net.c | 30 ++++++++++++++++++++++++++++--
 src/include/ipxe/pci.h       |  2 ++
 4 files changed, 75 insertions(+), 8 deletions(-)

_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to