summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-rng.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-rng: process pending requests on DRIVER_OKPankaj Gupta2018-06-281-0/+14
* virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-11/+1Star
* virtio-rng: stop virtqueue while the CPU is stoppedLaurent Vivier2017-04-211-6/+23
* virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-2/+0Star
* virtio-rng: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-8/+13
* virtio-rng: Wrap in vmstateDr. David Alan Gilbert2016-07-211-15/+5Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* virtio-rng: ask for more data if queue is not fully drainedLadi Prosek2016-03-031-0/+7
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-061-4/+6
* virtio: Clean up includesPeter Maydell2016-01-291-0/+1
* 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/+0Star
* 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/+4Star
* 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/+11Star
* virtio-rng: QOM realize preparationsAndreas Färber2013-12-091-5/+5
* virtio-rng: switch exit callback to VirtioDeviceClassPaolo Bonzini2013-12-091-6/+4Star
* 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/+0Star
* virtio-rng: cleanup: use QOM casts.KONRAD Frederic2013-04-241-12/+15
* virtio-rng: cleanup: remove qdev field.KONRAD Frederic2013-04-241-2/+0Star
* virtio-rng: cleanup: init and exit functions.KONRAD Frederic2013-04-241-66/+21Star
* 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