]> git.proxmox.com Git - mirror_qemu.git/commit
virtio-rng: replace error_set calls with error_setg
authorJohn Snow <jsnow@redhat.com>
Tue, 29 Jul 2014 23:28:58 +0000 (19:28 -0400)
committerAmit Shah <amit.shah@redhat.com>
Mon, 4 Aug 2014 09:20:11 +0000 (14:50 +0530)
commitc617dd3b7e8e82511060b8f7a9c51e46c5c1e87a
treea3f91a2fbd9d74ad2be2d6effed10234c515f172
parent1efd6e072cb13b7a7050acc9c673eb4ff25ddfc9
virtio-rng: replace error_set calls with error_setg

Under recommendation from Luiz Capitulino, we are changing
the error_set calls to error_setg while we are fixing up
the error handling pathways of virtio-rng.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
hw/virtio/virtio-rng.c