Re: [libvirt] [PATCH v3 15/28] qemu: Validate target model for serial devices

2017-11-27 Thread Pavel Hrdina
On Sun, Nov 26, 2017 at 11:25:36PM +0100, Andrea Bolognani wrote: > Target model and target type must agree for the configuration > to make sense, so check that's actually the case and error out > otherwise. > > Signed-off-by: Andrea Bolognani > --- >

[libvirt] [PATCH v3 15/28] qemu: Validate target model for serial devices

2017-11-26 Thread Andrea Bolognani
Target model and target type must agree for the configuration to make sense, so check that's actually the case and error out otherwise. Signed-off-by: Andrea Bolognani --- src/libvirt_private.syms | 2 ++ src/qemu/qemu_domain.c | 41