Re: [Qemu-devel] [PATCH] rng-egd: don't use gslist_free_full

2012-11-19 Thread Kevin Wolf
Am 16.11.2012 20:10, schrieb Anthony Liguori: > This function was only introduced in glib 2.28.0. > > Signed-off-by: Anthony Liguori In fact it seems that this file should use typesafe qemu-queue.h lists instead of GSList. Kevin

[Qemu-devel] [PATCH] rng-egd: don't use gslist_free_full

2012-11-16 Thread Anthony Liguori
This function was only introduced in glib 2.28.0. Signed-off-by: Anthony Liguori --- backends/rng-egd.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/backends/rng-egd.c b/backends/rng-egd.c index ec58358..ad84737 100644 --- a/backends/rng-egd.c +++ b/ba