Re: [PATCH 1/8] ch_domain: Add virChrdevs for console support

2021-08-27 Thread Daniel P . Berrangé
On Thu, Aug 26, 2021 at 02:59:15PM -0700, William Douglas wrote: > Add and initialize a virChrdevs to the _virCHDomainObjPrivate > structure in order to eventually track the consoles in use by a domain. > > Signed-off-by: William Douglas > --- > src/ch/ch_domain.c | 7 +++ >

[PATCH 1/8] ch_domain: Add virChrdevs for console support

2021-08-26 Thread William Douglas
Add and initialize a virChrdevs to the _virCHDomainObjPrivate structure in order to eventually track the consoles in use by a domain. Signed-off-by: William Douglas --- src/ch/ch_domain.c | 7 +++ src/ch/ch_domain.h | 3 +++ 2 files changed, 10 insertions(+) diff --git a/src/ch/ch_domain.c