aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-rng.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/virtio: Constify VMStateRichard Henderson1-1/+1
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-1/+1
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-3/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-10-25virtio: Free rnd virqueue at unrealize()Eugenio Pérez1-0/+1
2019-09-04virtio-rng: change default backend to rng-builtinLaurent Vivier1-2/+1
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster1-11/+9
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+2
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau1-1/+1
2018-06-28virtio-rng: process pending requests on DRIVER_OKPankaj Gupta1-0/+14
2017-07-14virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng1-11/+1
2017-04-21virtio-rng: stop virtqueue while the CPU is stoppedLaurent Vivier1-6/+23
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic1-2/+0
2016-10-10virtio-rng: convert VMSTATE_VIRTIO_DEVICEHalil Pasic1-8/+13
2016-07-21virtio-rng: Wrap in vmstateDr. David Alan Gilbert1-15/+5
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-03virtio-rng: ask for more data if queue is not fully drainedLadi Prosek1-0/+7
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-4/+6
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2015-07-27virtio: get_features() can failJason Wang1-1/+1
2015-07-17virtio-rng: trigger timer only when guest requests for entropyPankaj Gupta1-7/+8
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-10virtio-rng: move qdev properties into virtio-rng.cShannon Zhao1-1/+7
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-1/+1
2015-01-05virtio-rng: fix check for period_ms validityAmit Shah1-1/+1
2014-11-28Fix for crash after migration in virtio-rng on bi-endian targetsDavid Gibson1-7/+8
2014-08-12virtio-rng: add some trace eventsAmit Shah1-0/+6
2014-08-04virtio-rng: replace error_set calls with error_setgJohn Snow1-5/+4
2014-08-04virtio-rng: Move error-checking forward to prevent memory leakJohn Snow1-10/+10
2014-07-22virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow1-1/+7
2014-06-29virtio-rng: implement per-device migration callsGreg Kurz1-5/+7
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-03-19virtio-rng: Avoid default_backend refcount leakStefan Hajnoczi1-0/+3
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+1
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-1/+2
2014-01-28virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov1-6/+9
2013-12-09virtio: Convert exit to unrealizeAndreas Färber1-4/+5
2013-12-09virtio-rng: Convert to QOM realizeAndreas Färber1-13/+11
2013-12-09virtio-rng: QOM realize preparationsAndreas Färber1-5/+5
2013-12-09virtio-rng: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
2013-11-21virtio-rng: add check of periodAmos Kong1-0/+6