Skip to content
Snippets Groups Projects
  • Glauber Costa's avatar
    d6800985
    enable and compile the blkfront driver · d6800985
    Glauber Costa authored
    The xen block driver needs some extra state not needed for the network drivers.
    Namely, the same way virtio-blk does, we need to tell the block layer which is
    our strategy, read and write functions. For that, we need some extra code that
    I am implementing in xenfront-blk.cc.
    d6800985
    History
    enable and compile the blkfront driver
    Glauber Costa authored
    The xen block driver needs some extra state not needed for the network drivers.
    Namely, the same way virtio-blk does, we need to tell the block layer which is
    our strategy, read and write functions. For that, we need some extra code that
    I am implementing in xenfront-blk.cc.