Re: [libvirt] [PATCH] drvbhyve: Automatically tear down guest domains on shutdown

2014-12-04 Thread Michal Privoznik
On 14.11.2014 17:03, Conrad Meyer wrote: Reboot requires more sophistication and is left as a future work item -- but at least part of the plumbing is in place. --- Looking for feedback. I'm pretty unfamiliar with libvirt; maybe this isn't quite the right way to do this. Sorry. If you want me

Re: [libvirt] [PATCH] drvbhyve: Automatically tear down guest domains on shutdown

2014-12-04 Thread Conrad Meyer
On Thu, Dec 4, 2014 at 5:18 AM, Michal Privoznik mpriv...@redhat.com wrote: On 14.11.2014 17:03, Conrad Meyer wrote: +status = kev.data; +if (WIFSIGNALED(status) WCOREDUMP(status)) { +VIR_ERROR(Guest %s got signal %d and crashed, mon-vm-def-name, +

[libvirt] [PATCH] drvbhyve: Automatically tear down guest domains on shutdown

2014-11-20 Thread Conrad Meyer
Reboot requires more sophistication and is left as a future work item -- but at least part of the plumbing is in place. --- src/Makefile.am | 2 + src/bhyve/bhyve_monitor.c | 184 ++ src/bhyve/bhyve_monitor.h | 36 +

[libvirt] [PATCH] drvbhyve: Automatically tear down guest domains on shutdown

2014-11-14 Thread Conrad Meyer
Reboot requires more sophistication and is left as a future work item -- but at least part of the plumbing is in place. --- Looking for feedback. I'm pretty unfamiliar with libvirt; maybe this isn't quite the right way to do this. Sorry. If you want me to rework it in some way, just let me know.