Its already allocated by calloc, but the init function sets ->devid. Just in case anything cares.
Signed-off-by: Olaf Hering <o...@aepfle.de> Cc: Jim Fehlig <jfeh...@suse.com> --- src/libxl/libxl_conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c index 6feb7d9..8b76fc7 100644 --- a/src/libxl/libxl_conf.c +++ b/src/libxl/libxl_conf.c @@ -1288,6 +1288,7 @@ libxlMakeVfbList(virPortAllocatorPtr graphicsports, } for (i = 0; i < nvfbs; i++) { + libxl_device_vfb_init(&x_vfbs[i]); libxl_device_vkb_init(&x_vkbs[i]); if (libxlMakeVfb(graphicsports, l_vfbs[i], &x_vfbs[i]) < 0) -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list