Re: [Qemu-devel] [PULL 1/1] vfio/pci: Remove use of g_malloc0_n() from quirks

2015-09-27 Thread Markus Armbruster
Alex Williamson writes: > For compatibility with glib 2.22. > > Reported-by: Wen Congyang > Signed-off-by: Alex Williamson > --- > hw/vfio/pci-quirks.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/hw/vfio/pci-quirks.c b/hw/vfio/pci-quirks.c > inde

[Qemu-devel] [PULL 1/1] vfio/pci: Remove use of g_malloc0_n() from quirks

2015-09-25 Thread Alex Williamson
For compatibility with glib 2.22. Reported-by: Wen Congyang Signed-off-by: Alex Williamson --- hw/vfio/pci-quirks.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/vfio/pci-quirks.c b/hw/vfio/pci-quirks.c index 2bdaef1..c675d1b 100644 --- a/hw/vfio/pci-