Re: [PATCH 7/8] ch_domain: Allow controller and chr devices

2021-08-27 Thread Daniel P . Berrangé
On Thu, Aug 26, 2021 at 02:59:21PM -0700, William Douglas wrote: > With the console and serial device handling fully functional, allow > the required device types to be specified in the domain > configuration. > > Signed-off-by: William Douglas > --- > src/ch/ch_domain.c | 4 ++-- > 1 file

[PATCH 7/8] ch_domain: Allow controller and chr devices

2021-08-26 Thread William Douglas
With the console and serial device handling fully functional, allow the required device types to be specified in the domain configuration. Signed-off-by: William Douglas --- src/ch/ch_domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ch/ch_domain.c