aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-rng.c
AgeCommit message (Expand)Author
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-03virtio-rng: ask for more data if queue is not fully drainedLadi Prosek
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-01-29virtio: Clean up includesPeter Maydell
2015-07-27virtio: get_features() can failJason Wang
2015-07-17virtio-rng: trigger timer only when guest requests for entropyPankaj Gupta
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-10virtio-rng: move qdev properties into virtio-rng.cShannon Zhao
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-01-05virtio-rng: fix check for period_ms validityAmit Shah
2014-11-28Fix for crash after migration in virtio-rng on bi-endian targetsDavid Gibson
2014-08-12virtio-rng: add some trace eventsAmit Shah
2014-08-04virtio-rng: replace error_set calls with error_setgJohn Snow
2014-08-04virtio-rng: Move error-checking forward to prevent memory leakJohn Snow
2014-07-22virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow
2014-06-29virtio-rng: implement per-device migration callsGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-03-19virtio-rng: Avoid default_backend refcount leakStefan Hajnoczi
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
2014-01-28virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov
2013-12-09virtio: Convert exit to unrealizeAndreas Färber
2013-12-09virtio-rng: Convert to QOM realizeAndreas Färber
2013-12-09virtio-rng: QOM realize preparationsAndreas Färber
2013-12-09virtio-rng: switch exit callback to VirtioDeviceClassPaolo Bonzini
2013-11-21virtio-rng: add check of periodAmos Kong
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini