[ipxe-devel] [PATCH 0/2] [virtio] Enable and disable PCI device correctly
Ladi Prosek
lprosek at redhat.com
Thu Apr 28 15:34:54 UTC 2016
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(-)
More information about the ipxe-devel
mailing list