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

2021-09-09 Thread Daniel P . Berrangé
On Thu, Sep 09, 2021 at 09:48:48AM +0100, Daniel P. Berrangé wrote: > On Wed, Sep 08, 2021 at 11:01:17AM -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/9] ch_monitor: Update virCHMonitorGet to handle accept a response

2021-09-09 Thread Daniel P . Berrangé
On Wed, Sep 08, 2021 at 11:01:17AM -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/9] ch_monitor: Update virCHMonitorGet to handle accept a response

2021-09-08 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 | 46

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

2021-07-14 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