OSDN Git Service

virtio-rng: don't use pointer for configuration.
authorKONRAD Frederic <fred.konrad@greensocs.com>
Wed, 24 Apr 2013 08:07:54 +0000 (10:07 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 24 Apr 2013 16:50:19 +0000 (11:50 -0500)
commitaf1a8ad6467eb7056573bc3580d3d1824a05224a
treef7d1859f27b4a465aee9aedb352599cbbb20bd16
parent5a37532d0897de488c35ab2db6d86647bd2a1b6f
virtio-rng: don't use pointer for configuration.

The configuration field must not be a pointer as it will be used for
virtio-rng properties. So *conf is replaced by conf.

Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Tested-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Acked-by: Amit Shah <amit.shah@redhat.com>
Message-id: 1366790881-3026-2-git-send-email-fred.konrad@greensocs.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio/virtio-rng.c
include/hw/virtio/virtio-rng.h