Re: [PATCH 3/8] ch_monitor: Update virCHMonitorGet to handle accept a response

2021-09-01 Thread Daniel P . Berrangé
On Tue, Aug 31, 2021 at 09:08:21PM +, Douglas, William wrote: > On Fri, 2021-08-27 at 17:30 +0100, Daniel P. Berrangé wrote: > > On Thu, Aug 26, 2021 at 02:59:17PM -0700, William Douglas wrote: > > > The virCHMonitorGet function needed to be able to return data from > > > the > > > hypervisor.

Re: [PATCH 3/8] ch_monitor: Update virCHMonitorGet to handle accept a response

2021-08-31 Thread Douglas, William
On Fri, 2021-08-27 at 17:30 +0100, Daniel P. Berrangé wrote: > On Thu, Aug 26, 2021 at 02:59:17PM -0700, William Douglas wrote: > > The virCHMonitorGet function needed to be able to return data from > > the > > hypervisor. This functionality is needed in order for the driver to > > support PTY

Re: [PATCH 3/8] ch_monitor: Update virCHMonitorGet to handle accept a response

2021-08-27 Thread Daniel P . Berrangé
On Thu, Aug 26, 2021 at 02:59:17PM -0700, William Douglas wrote: > The virCHMonitorGet function needed to be able to return data from the > hypervisor. This functionality is needed in order for the driver to > support PTY enablement and getting details about the VM state. > > Signed-off-by:

[PATCH 3/8] ch_monitor: Update virCHMonitorGet to handle accept a response

2021-08-26 Thread William Douglas
The virCHMonitorGet function needed to be able to return data from the hypervisor. This functionality is needed in order for the driver to support PTY enablement and getting details about the VM state. Signed-off-by: William Douglas --- src/ch/ch_monitor.c | 44