| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | virtio-serial-bus.c: drop virtio_ids.h | Michael S. Tsirkin | 2015-02-26 | 1 | -1/+0 |
* | virtio: add feature checking helpers | Cornelia Huck | 2015-02-26 | 1 | -1/+1 |
* | virtio: feature bit manipulation helpers | Cornelia Huck | 2015-02-26 | 1 | -1/+1 |
* | virtio-serial: switch to standard-headers | Michael S. Tsirkin | 2015-02-26 | 1 | -0/+1 |
* | virtio: Fix warning caused by missing 'static' attribute | Stefan Weil | 2015-02-10 | 1 | -1/+1 |
* | virtio-serial: Don't keep a persistent copy of config space | David Gibson | 2015-01-05 | 1 | -15/+14 |
* | virtio_serial: Don't use vser->config.max_nr_ports internally | David Gibson | 2015-01-05 | 1 | -12/+4 |
* | virtio-serial: avoid crash when port has no name | Marc-André Lureau | 2014-11-07 | 1 | -1/+1 |
* | virtio-serial: Convert to hotplug-handler API | Igor Mammedov | 2014-10-15 | 1 | -5/+15 |
* | virtio-serial: search for duplicate port names before adding new ports | Amit Shah | 2014-08-18 | 1 | -0/+22 |
* | virtio-serial: create a linked list of all active devices | Amit Shah | 2014-08-18 | 1 | -0/+10 |
* | virtio-serial-bus: keep port 0 reserved for virtconsole even on unplug | Amit Shah | 2014-07-16 | 1 | -3/+11 |
* | virtio-serial-bus: use virtio wrappers to access headers | Rusty Russell | 2014-06-29 | 1 | -15/+31 |
* | virtio-serial: implement per-device migration calls | Greg Kurz | 2014-06-29 | 1 | -14/+20 |
* | virtio: introduce device specific migration calls | Greg Kurz | 2014-06-29 | 1 | -1/+1 |
* | virtio-serial: don't migrate the config space | Alexander Graf | 2014-06-29 | 1 | -10/+6 |
* | virtio-serial: remove useless set_config function | Paolo Bonzini | 2014-06-24 | 1 | -8/+0 |
* | virtio-serial-port: Convert to QOM realize/unrealize | Andreas Färber | 2014-03-13 | 1 | -25/+26 |
* | virtio: Convert exit to unrealize | Andreas Färber | 2013-12-09 | 1 | -4/+5 |
* | virtio-serial: Convert to QOM realize | Andreas Färber | 2013-12-09 | 1 | -8/+8 |
* | virtio-serial: QOM realize preparations | Andreas Färber | 2013-12-09 | 1 | -5/+7 |
* | virtio-serial: switch exit callback to VirtioDeviceClass | Paolo Bonzini | 2013-12-09 | 1 | -6/+4 |
* | qdev: Pass size to qbus_create_inplace() | Andreas Färber | 2013-08-30 | 1 | -2/+2 |
* | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 1 | -5/+5 |
* | devices: Associate devices to their logical category | Marcel Apfelbaum | 2013-07-29 | 1 | -0/+2 |
* | virtio-serial: fix command line compatibility. | KONRAD Frederic | 2013-05-03 | 1 | -1/+2 |
* | 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 | -6/+0 |
* | virtio-serial: cleanup: remove qdev field. | KONRAD Frederic | 2013-04-15 | 1 | -2/+0 |
* | virtio-serial: cleanup: use QOM casts. | KONRAD Frederic | 2013-04-15 | 1 | -24/+26 |
* | virtio-serial: cleanup: init and exit functions. | KONRAD Frederic | 2013-04-15 | 1 | -73/+21 |
* | virtio-serial: add the virtio-serial device. | KONRAD Frederic | 2013-04-15 | 1 | -7/+88 |
* | hw: move virtio devices to hw/ subdirectories | Paolo Bonzini | 2013-04-08 | 1 | -0/+1018 |