Re: [libvirt] [PATCH] qemu:address:Fix segfault in qemuDomainPrimeVirtioDeviceAddresses

2018-11-09 Thread Andrea Bolognani
On Fri, 2018-11-09 at 14:41 +0800, Wang Yechao wrote: > On aarch64, lauch vm with the follow configuration: > > > > > function="0x2"/> > > > > libvirtd will crash when access the net->model. > > Signed-off-by: Wang Yechao > --- > src/qemu/qemu_domain_address.c | 3 ++- > 1 file

[libvirt] [PATCH] qemu:address:Fix segfault in qemuDomainPrimeVirtioDeviceAddresses

2018-11-08 Thread Wang Yechao
On aarch64, lauch vm with the follow configuration: libvirtd will crash when access the net->model. Signed-off-by: Wang Yechao --- src/qemu/qemu_domain_address.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_domain_address.c b/src/qemu/qemu