Re: [libvirt] [PATCH v2] bhyve: implement domainShutdown

2016-05-04 Thread Roman Bogorodskiy
Cole Robinson wrote: > On 04/24/2016 02:11 PM, Roman Bogorodskiy wrote: > > Bhyve supports ACPI shutdown by issuing SIGTERM signal to the bhyve > > process. Add the bhyveDomainShutdown() function and > > virBhyveProcessShutdown() helper function that just sends SIGTERM to > > VM's bhyve

Re: [libvirt] [PATCH v2] bhyve: implement domainShutdown

2016-05-04 Thread Cole Robinson
On 04/24/2016 02:11 PM, Roman Bogorodskiy wrote: > Bhyve supports ACPI shutdown by issuing SIGTERM signal to the bhyve > process. Add the bhyveDomainShutdown() function and > virBhyveProcessShutdown() helper function that just sends SIGTERM to > VM's bhyve process. If a guest supports ACPI

Re: [libvirt] [PATCH v2] bhyve: implement domainShutdown

2016-05-04 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > Bhyve supports ACPI shutdown by issuing SIGTERM signal to the bhyve > process. Add the bhyveDomainShutdown() function and > virBhyveProcessShutdown() helper function that just sends SIGTERM to > VM's bhyve process. If a guest supports ACPI shutdown then process > will

[libvirt] [PATCH v2] bhyve: implement domainShutdown

2016-04-24 Thread Roman Bogorodskiy
Bhyve supports ACPI shutdown by issuing SIGTERM signal to the bhyve process. Add the bhyveDomainShutdown() function and virBhyveProcessShutdown() helper function that just sends SIGTERM to VM's bhyve process. If a guest supports ACPI shutdown then process will be terminated and this event will be