Re: [PATCH v4 1/5] conf: add 'ich7' sound model

2020-08-24 Thread Daniel P . Berrangé
On Sat, Aug 22, 2020 at 05:11:52PM +0400, Roman Bogorodskiy wrote: > Add 'ich7' sound model. This is a preparation for sound support in > bhyve, as 'ich7' is the only model it supports. > > Signed-off-by: Roman Bogorodskiy > --- > docs/schemas/domaincommon.rng | 1 + > src/conf/domain_conf.c

[PATCH v4 1/5] conf: add 'ich7' sound model

2020-08-22 Thread Roman Bogorodskiy
Add 'ich7' sound model. This is a preparation for sound support in bhyve, as 'ich7' is the only model it supports. Signed-off-by: Roman Bogorodskiy --- docs/schemas/domaincommon.rng | 1 + src/conf/domain_conf.c | 1 + src/conf/domain_conf.h | 1 + src/qemu/qemu_command.c