[libvirt] [PATCH 0/2] byve: domain management

Wojciech Macek wma at semihalf.com
Tue Apr 8 05:01:32 UTC 2014


Some enhancements and fixes with domain management.
1. Create stub for domainResume. Since bhyve does not support suspending,
   this one works a little different. If domain is already running, it
   reports success, but fails in all other cases.
2. add domainCreateXML routine
3. Fix persistency: when domain is not persistent, it should be forgotten
   upon domainDestroy. 

Wojciech Macek (2):
  bhyve: stub for domainResume
  bhyve: domainCreateXML

 src/bhyve/bhyve_driver.c | 115 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 114 insertions(+), 1 deletion(-)

-- 
1.9.0




More information about the libvir-list mailing list