Features/VirtioBlkBoot: Difference between revisions
No edit summary |
m (moved Features-Done/VirtioBlkBoot to Features/VirtioBlkBoot over redirect) |
(No difference)
|
Latest revision as of 14:50, 11 October 2016
Summary
A native virtio-blk boot ROM.
Owner
- Name: Stefan Hajnoczi
- Email: stefanha@linux.vnet.ibm.com
Description
The gPXE network bootloader has virtio-net support and block device functionality used for iSCSI and ATA-over-Ethernet. It should be possible to add a virtio-blk driver, sharing much of the virtio-net infrastructure, and connecting it to the block device layer. The result will be a boot ROM suitable for virtio-blk PCI adapters.
As a result of this native virtio-blk boot ROM, the extboot ROM and its guest interface will not be needed for virtio-blk boot.
Status
Laurent Vivier has done work in this area but the patches have not been merged into gPXE. I (Stefan Hajnoczi) have also written a virtio-blk driver for gPXE. I am going to unify these patches and propose them for merge into gPXE mainline.