Re: [RFC] Add basic driver for the Cloud-Hypervisor

2020-09-22 Thread Douglas, William
On Tue, Sep 22, 2020 at 12:07 PM Ján Tomko wrote: > > On a Tuesday in 2020, Douglas, William wrote: > >On Tue, Sep 22, 2020 at 1:11 AM Daniel P. Berrangé > >wrote: > >> > >> On Mon, Sep 21, 2020 at 12:05:48PM -0700, Douglas, William wrote: > >> > On Tue, Sep 15, 2020 at 5:53 AM Daniel P.

Re: [RFC] Add basic driver for the Cloud-Hypervisor

2020-09-22 Thread Ján Tomko
On a Tuesday in 2020, Douglas, William wrote: On Tue, Sep 22, 2020 at 1:11 AM Daniel P. Berrangé wrote: On Mon, Sep 21, 2020 at 12:05:48PM -0700, Douglas, William wrote: > On Tue, Sep 15, 2020 at 5:53 AM Daniel P. Berrangé wrote: > > > > On Thu, Aug 27, 2020 at 11:24:32AM -0700, William

Re: [RFC] Add basic driver for the Cloud-Hypervisor

2020-09-22 Thread Douglas, William
On Tue, Sep 22, 2020 at 1:11 AM Daniel P. Berrangé wrote: > > On Mon, Sep 21, 2020 at 12:05:48PM -0700, Douglas, William wrote: > > On Tue, Sep 15, 2020 at 5:53 AM Daniel P. Berrangé > > wrote: > > > > > > On Thu, Aug 27, 2020 at 11:24:32AM -0700, William Douglas wrote: > > > > > > > > > >

Re: [RFC] Add basic driver for the Cloud-Hypervisor

2020-09-22 Thread Daniel P . Berrangé
On Mon, Sep 21, 2020 at 12:05:48PM -0700, Douglas, William wrote: > On Tue, Sep 15, 2020 at 5:53 AM Daniel P. Berrangé > wrote: > > > > On Thu, Aug 27, 2020 at 11:24:32AM -0700, William Douglas wrote: > > > > > > +virCHMonitorPtr > > > +virCHMonitorNew(virDomainObjPtr vm, const char

Re: [RFC] Add basic driver for the Cloud-Hypervisor

2020-09-21 Thread Douglas, William
On Tue, Sep 15, 2020 at 5:53 AM Daniel P. Berrangé wrote: > > On Thu, Aug 27, 2020 at 11:24:32AM -0700, William Douglas wrote: > > +virCHMonitorPtr > > +virCHMonitorNew(virDomainObjPtr vm, const char *socketdir) > > +{ > > +virCHMonitorPtr ret = NULL; > > +virCHMonitorPtr mon = NULL; >

Re: [RFC] Add basic driver for the Cloud-Hypervisor

2020-09-15 Thread Daniel P . Berrangé
On Thu, Aug 27, 2020 at 11:24:32AM -0700, William Douglas wrote: > This patch adds support for the following initial VM actions using the > Cloud-Hypervsior API: > * vm.create > * vm.delete > * vm.boot > * vm.shutdown > * vm.reboot > * vm.pause > * vm.resume > > To use the Cloud-Hypervisor

[RFC] Add basic driver for the Cloud-Hypervisor

2020-08-27 Thread William Douglas
This patch adds support for the following initial VM actions using the Cloud-Hypervsior API: * vm.create * vm.delete * vm.boot * vm.shutdown * vm.reboot * vm.pause * vm.resume To use the Cloud-Hypervisor driver, the v0.9.0 (the as of now current) release of Cloud-Hypervisor is required to