Difference between revisions of "Mirage remove xenstore from core"

From Xen
(Created page with "This proposal depends on successfully completing [Mirage_split_netfront] There are only a few remaining places in the [https://github.com/mirage/mirage base repo] where we depen…")
 
 
Line 2: Line 2:
   
 
There are only a few remaining places in the [https://github.com/mirage/mirage base repo] where we depend on xenstore: mostly to do with suspend/resume handling. We should be able to remove all of this logic and defer the choice of whether to use xenstore or not to the other libraries.
 
There are only a few remaining places in the [https://github.com/mirage/mirage base repo] where we depend on xenstore: mostly to do with suspend/resume handling. We should be able to remove all of this logic and defer the choice of whether to use xenstore or not to the other libraries.
  +
  +
[[Category:Mirage Devel]]

Latest revision as of 11:18, 16 August 2013

This proposal depends on successfully completing [Mirage_split_netfront]

There are only a few remaining places in the base repo where we depend on xenstore: mostly to do with suspend/resume handling. We should be able to remove all of this logic and defer the choice of whether to use xenstore or not to the other libraries.