summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-rng.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: get_features() can failJason Wang2015-07-271-1/+1
* virtio-rng: trigger timer only when guest requests for entropyPankaj Gupta2015-07-171-7/+8
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* virtio-rng: move qdev properties into virtio-rng.cShannon Zhao2015-06-101-1/+7
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-1/+1
* virtio-rng: fix check for period_ms validityAmit Shah2015-01-051-1/+1
* Fix for crash after migration in virtio-rng on bi-endian targetsDavid Gibson2014-11-281-7/+8
* virtio-rng: add some trace eventsAmit Shah2014-08-121-0/+6
* virtio-rng: replace error_set calls with error_setgJohn Snow2014-08-041-5/+4
* virtio-rng: Move error-checking forward to prevent memory leakJohn Snow2014-08-041-10/+10
* virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow2014-07-221-1/+7
* virtio-rng: implement per-device migration callsGreg Kurz2014-06-291-5/+7
* virtio: introduce device specific migration callsGreg Kurz2014-06-291-1/+1
* virtio-rng: Avoid default_backend refcount leakStefan Hajnoczi2014-03-191-0/+3
* qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-0/+1
* qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-191-1/+2
* virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov2014-01-281-6/+9
* virtio: Convert exit to unrealizeAndreas Färber2013-12-091-4/+5
* virtio-rng: Convert to QOM realizeAndreas Färber2013-12-091-13/+11
* virtio-rng: QOM realize preparationsAndreas Färber2013-12-091-5/+5
* virtio-rng: switch exit callback to VirtioDeviceClassPaolo Bonzini2013-12-091-6/+4
* virtio-rng: add check of periodAmos Kong2013-11-211-0/+6
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-7/+7
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* virtio: cleanup: init and exit function.KONRAD Frederic2013-04-241-1/+1
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-2/+0
* virtio-rng: cleanup: use QOM casts.KONRAD Frederic2013-04-241-12/+15
* virtio-rng: cleanup: remove qdev field.KONRAD Frederic2013-04-241-2/+0
* virtio-rng: cleanup: init and exit functions.KONRAD Frederic2013-04-241-66/+21
* virtio-rng: add virtio-rng device.KONRAD Frederic2013-04-241-7/+101
* virtio-rng: don't use pointer for configuration.KONRAD Frederic2013-04-241-6/+6
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+187
OpenPOWER on IntegriCloud