Re: [PATCH 5/8] ch_monitor: Add pty json builder function

2021-09-01 Thread Douglas, William
On Fri, 2021-08-27 at 17:38 +0100, Daniel P. Berrangé wrote: > On Thu, Aug 26, 2021 at 02:59:19PM -0700, William Douglas wrote: > > Add function to build the the json structure to configure a PTY in > > cloud-hypervisor. The configuration only supports a single serial > > or > > console device. > >

Re: [PATCH 5/8] ch_monitor: Add pty json builder function

2021-08-27 Thread Daniel P . Berrangé
On Thu, Aug 26, 2021 at 02:59:19PM -0700, William Douglas wrote: > Add function to build the the json structure to configure a PTY in > cloud-hypervisor. The configuration only supports a single serial or > console device. > > The devices themselves still aren't allowed in configurations yet > tho

[PATCH 5/8] ch_monitor: Add pty json builder function

2021-08-26 Thread William Douglas
Add function to build the the json structure to configure a PTY in cloud-hypervisor. The configuration only supports a single serial or console device. The devices themselves still aren't allowed in configurations yet though. Signed-off-by: William Douglas --- src/ch/ch_monitor.c | 56 +