summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-rng.c
AgeCommit message (Expand)Author
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-10-25virtio: Free rnd virqueue at unrealize()Eugenio Pérez
2019-09-04virtio-rng: change default backend to rng-builtinLaurent Vivier
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau
2018-06-28virtio-rng: process pending requests on DRIVER_OKPankaj Gupta
2017-07-14virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng
2017-04-21virtio-rng: stop virtqueue while the CPU is stoppedLaurent Vivier
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-rng: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-07-21virtio-rng: Wrap in vmstateDr. David Alan Gilbert
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