summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-rng.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-1/+1
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-3/+2Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* virtio: Free rnd virqueue at unrealize()Eugenio Pérez2019-10-251-0/+1
* virtio-rng: change default backend to rng-builtinLaurent Vivier2019-09-041-2/+1Star
* virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster2019-09-041-11/+9Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+2
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau2018-12-111-1/+1
* 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