summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-rng.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-28Fix for crash after migration in virtio-rng on bi-endian targetsDavid Gibson1-7/+8
2014-08-12virtio-rng: add some trace eventsAmit Shah1-0/+6
2014-08-04virtio-rng: replace error_set calls with error_setgJohn Snow1-5/+4
2014-08-04virtio-rng: Move error-checking forward to prevent memory leakJohn Snow1-10/+10
2014-07-22virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow1-1/+7
2014-06-29virtio-rng: implement per-device migration callsGreg Kurz1-5/+7
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-03-19virtio-rng: Avoid default_backend refcount leakStefan Hajnoczi1-0/+3
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+1
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-1/+2
2014-01-28virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov1-6/+9
2013-12-09virtio: Convert exit to unrealizeAndreas Färber1-4/+5
2013-12-09virtio-rng: Convert to QOM realizeAndreas Färber1-13/+11
2013-12-09virtio-rng: QOM realize preparationsAndreas Färber1-5/+5
2013-12-09virtio-rng: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
2013-11-21virtio-rng: add check of periodAmos Kong1-0/+6
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-7/+7
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-1/+1
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic1-12/+15
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic1-66/+21
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic1-7/+101
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic1-6/+6
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+187