Re: [PATCH 04/10] ch_monitor: Add pty json builder function

2021-07-12 Thread Michal Prívozník
On 6/30/21 1:05 AM, 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. > > Signed-off-by: William Douglas > --- > src/ch/ch_monitor.c | 59

[PATCH 04/10] ch_monitor: Add pty json builder function

2021-06-29 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. Signed-off-by: William Douglas --- src/ch/ch_monitor.c | 59 + 1 file changed, 59 insertions(+)