| Commit message (Expand) | Author | Age | Files | Lines |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | qom: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -3/+2 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -2/+2 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | virtio: Free rnd virqueue at unrealize() | Eugenio Pérez | 2019-10-25 | 1 | -0/+1 |
* | virtio-rng: change default backend to rng-builtin | Laurent Vivier | 2019-09-04 | 1 | -2/+1 |
* | virtio-rng: Keep the default backend out of VirtIORNGConf | Markus Armbruster | 2019-09-04 | 1 | -11/+9 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+2 |
* | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | qom: make user_creatable_complete() specific to UserCreatable | Marc-André Lureau | 2018-12-11 | 1 | -1/+1 |
* | virtio-rng: process pending requests on DRIVER_OK | Pankaj Gupta | 2018-06-28 | 1 | -0/+14 |
* | virtio-rng: Convert to DEFINE_PROP_LINK | Fam Zheng | 2017-07-14 | 1 | -11/+1 |
* | virtio-rng: stop virtqueue while the CPU is stopped | Laurent Vivier | 2017-04-21 | 1 | -6/+23 |
* | virtio: cleanup VMSTATE_VIRTIO_DEVICE | Halil Pasic | 2016-10-10 | 1 | -2/+0 |
* | virtio-rng: convert VMSTATE_VIRTIO_DEVICE | Halil Pasic | 2016-10-10 | 1 | -8/+13 |
* | virtio-rng: Wrap in vmstate | Dr. David Alan Gilbert | 2016-07-21 | 1 | -15/+5 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | virtio-rng: ask for more data if queue is not fully drained | Ladi Prosek | 2016-03-03 | 1 | -0/+7 |
* | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini | 2016-02-06 | 1 | -4/+6 |
* | virtio: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | virtio: get_features() can fail | Jason Wang | 2015-07-27 | 1 | -1/+1 |
* | virtio-rng: trigger timer only when guest requests for entropy | Pankaj Gupta | 2015-07-17 | 1 | -7/+8 |
* | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -1/+0 |
* | virtio-rng: move qdev properties into virtio-rng.c | Shannon Zhao | 2015-06-10 | 1 | -1/+7 |
* | virtio: make features 64bit wide | Gerd Hoffmann | 2015-06-01 | 1 | -1/+1 |
* | virtio-rng: fix check for period_ms validity | Amit Shah | 2015-01-05 | 1 | -1/+1 |
* | Fix for crash after migration in virtio-rng on bi-endian targets | David Gibson | 2014-11-28 | 1 | -7/+8 |
* | virtio-rng: add some trace events | Amit Shah | 2014-08-12 | 1 | -0/+6 |
* | virtio-rng: replace error_set calls with error_setg | John Snow | 2014-08-04 | 1 | -5/+4 |
* | virtio-rng: Move error-checking forward to prevent memory leak | John Snow | 2014-08-04 | 1 | -10/+10 |
* | virtio-rng: Add human-readable error message for negative max-bytes parameter | John Snow | 2014-07-22 | 1 | -1/+7 |
* | virtio-rng: implement per-device migration calls | Greg Kurz | 2014-06-29 | 1 | -5/+7 |
* | virtio: introduce device specific migration calls | Greg Kurz | 2014-06-29 | 1 | -1/+1 |
* | virtio-rng: Avoid default_backend refcount leak | Stefan Hajnoczi | 2014-03-19 | 1 | -0/+3 |
* | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi | 2014-03-19 | 1 | -0/+1 |
* | qom: Make QOM link property unref optional | Stefan Hajnoczi | 2014-03-19 | 1 | -1/+2 |
* | virtio_rng: replace custom backend API with UserCreatable.complete() callback | Igor Mammedov | 2014-01-28 | 1 | -6/+9 |
* | virtio: Convert exit to unrealize | Andreas Färber | 2013-12-09 | 1 | -4/+5 |
* | virtio-rng: Convert to QOM realize | Andreas Färber | 2013-12-09 | 1 | -13/+11 |
* | virtio-rng: QOM realize preparations | Andreas Färber | 2013-12-09 | 1 | -5/+5 |
* | virtio-rng: switch exit callback to VirtioDeviceClass | Paolo Bonzini | 2013-12-09 | 1 | -6/+4 |
* | virtio-rng: add check of period | Amos Kong | 2013-11-21 | 1 | -0/+6 |
* | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 1 | -7/+7 |
* | devices: Associate devices to their logical category | Marcel Apfelbaum | 2013-07-29 | 1 | -0/+1 |
* | virtio: cleanup: init and exit function. | KONRAD Frederic | 2013-04-24 | 1 | -1/+1 |
* | virtio: remove the function pointer. | KONRAD Frederic | 2013-04-24 | 1 | -2/+0 |