On Wed, Jan 24, 2024 at 20:37:48 +0100, Andrea Bolognani wrote: > Follow the established naming convention for consistency. > > Signed-off-by: Andrea Bolognani <abolo...@redhat.com> > --- > src/qemu/qemu_domain.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c > index 62a847d47f..22980c25a9 100644 > --- a/src/qemu/qemu_domain.c > +++ b/src/qemu/qemu_domain.c > @@ -6096,20 +6096,23 @@ qemuDomainDeviceNetDefPostParse(virDomainNetDef *net, > > > static int > -qemuDomainDefaultVideoDevice(const virDomainDef *def, > - virQEMUCaps *qemuCaps) > +qemuDomainDefaultVideoModel(const virDomainDef *def,
For consistency with what I've pointed out in previous patches you can also return virDomainVideoType Reviewed-by: Peter Krempa <pkre...@redhat.com> _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-le...@lists.libvirt.org