El Fri, 25 Jul 2014 23:37:43 +0200
Marc Marí <marc.mari.barc...@gmail.com> escribió:
> +
> +    data = g_malloc0(512);
> +    memread(r_req+16, data, 512);
> +    g_assert_cmpstr(data, ==, "TEST");
> +    g_free(data);
> +

guest_free() for both requests should be added here. Will be added for
v3

> +    /* End test */
> +    guest_free(alloc, vq->desc);
>      qvirtio_pci_disable_device(dev);
>      g_free(dev);
>      test_end();


Reply via email to