Re: [libvirt] [PATCH 11/18] use virDomainGraphicsGetListen instead of the other getters

2016-04-08 Thread Ján Tomko
On Mon, Apr 04, 2016 at 03:20:28PM +0200, Pavel Hrdina wrote: > There is no point the use two different getters on the same listen > structure few lines apart. > > Signed-off-by: Pavel Hrdina > --- > src/libxl/libxl_conf.c | 15 +++ > src/qemu/qemu_command.c| 98 > ++

[libvirt] [PATCH 11/18] use virDomainGraphicsGetListen instead of the other getters

2016-04-04 Thread Pavel Hrdina
There is no point the use two different getters on the same listen structure few lines apart. Signed-off-by: Pavel Hrdina --- src/libxl/libxl_conf.c | 15 +++ src/qemu/qemu_command.c| 98 -- src/qemu/qemu_migration.c | 9 +++-- src/vbox/v