index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-rng.c
Age
Commit message (
Expand
)
Author
2024-08-01
virtio-rng: block max-bytes=0
Michael S. Tsirkin
2023-12-30
hw/virtio: Constify VMState
Richard Henderson
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-10-25
virtio: Free rnd virqueue at unrealize()
Eugenio Pérez
2019-09-04
virtio-rng: change default backend to rng-builtin
Laurent Vivier
2019-09-04
virtio-rng: Keep the default backend out of VirtIORNGConf
Markus Armbruster
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-12-11
qom: make user_creatable_complete() specific to UserCreatable
Marc-André Lureau
2018-06-28
virtio-rng: process pending requests on DRIVER_OK
Pankaj Gupta
2017-07-14
virtio-rng: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-04-21
virtio-rng: stop virtqueue while the CPU is stopped
Laurent Vivier
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
virtio-rng: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-07-21
virtio-rng: Wrap in vmstate
Dr. David Alan Gilbert
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-03
virtio-rng: ask for more data if queue is not fully drained
Ladi Prosek
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-01-29
virtio: Clean up includes
Peter Maydell
2015-07-27
virtio: get_features() can fail
Jason Wang
2015-07-17
virtio-rng: trigger timer only when guest requests for entropy
Pankaj Gupta
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-10
virtio-rng: move qdev properties into virtio-rng.c
Shannon Zhao
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
2015-01-05
virtio-rng: fix check for period_ms validity
Amit Shah
2014-11-28
Fix for crash after migration in virtio-rng on bi-endian targets
David Gibson
2014-08-12
virtio-rng: add some trace events
Amit Shah
2014-08-04
virtio-rng: replace error_set calls with error_setg
John Snow
2014-08-04
virtio-rng: Move error-checking forward to prevent memory leak
John Snow
2014-07-22
virtio-rng: Add human-readable error message for negative max-bytes parameter
John Snow
2014-06-29
virtio-rng: implement per-device migration calls
Greg Kurz
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
2014-03-19
virtio-rng: Avoid default_backend refcount leak
Stefan Hajnoczi
2014-03-19
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2014-03-19
qom: Make QOM link property unref optional
Stefan Hajnoczi
2014-01-28
virtio_rng: replace custom backend API with UserCreatable.complete() callback
Igor Mammedov
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
virtio-rng: Convert to QOM realize
Andreas Färber
2013-12-09
virtio-rng: QOM realize preparations
Andreas Färber
2013-12-09
virtio-rng: switch exit callback to VirtioDeviceClass
Paolo Bonzini
[next]