Age | Commit message (Expand) | Author | Files | Lines |
2018-03-01 | vhost: fix memslot limit check | Jay Zhou | 1 | -7/+12 |
2018-03-01 | virtio-pci: trivial fixes in error message | Greg Kurz | 1 | -1/+1 |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 6 | -344/+224 |
2018-02-13 | virtio-balloon: include statistics of disk/file caches | Tomáš Golembiovský | 1 | -0/+1 |
2018-02-13 | virtio-balloon: unref the memory region before continuing | Tiwei Bie | 1 | -0/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-08 | virtio-blk: enable multiple vectors when using multiple I/O queues | Changpeng Liu | 1 | -2/+12 |
2018-02-08 | vhost: Move log_dirty check | Dr. David Alan Gilbert | 2 | -7/+14 |
2018-02-08 | vhost: Merge and delete unused callbacks | Dr. David Alan Gilbert | 1 | -28/+5 |
2018-02-08 | vhost: Clean out old vhost_set_memory and friends | Dr. David Alan Gilbert | 1 | -251/+0 |
2018-02-08 | vhost: Regenerate region list from changed sections list | Dr. David Alan Gilbert | 2 | -4/+36 |
2018-02-08 | vhost: Merge sections added to temporary list | Dr. David Alan Gilbert | 2 | -9/+71 |
2018-02-08 | vhost: Simplify ring verification checks | Dr. David Alan Gilbert | 1 | -37/+42 |
2018-02-08 | vhost: Build temporary section list and deref after commit | Dr. David Alan Gilbert | 1 | -26/+47 |
2018-02-08 | virtio: improve virtio devices initialization time | Gal Hammer | 1 | -2/+20 |
2018-02-08 | virtio: remove event notifier cleanup call on de-assign | Gal Hammer | 3 | -4/+14 |
2018-02-08 | Revert "vhost: add traces for memory listeners" | Michael S. Tsirkin | 2 | -13/+0 |
2018-02-07 | memfd: add error argument, instead of perror() | Marc-André Lureau | 1 | -1/+7 |
2018-02-07 | memory: do explicit cleanup when remove listeners | Peter Xu | 1 | -4/+0 |
2018-02-07 | vhost: add traces for memory listeners | Peter Xu | 2 | -0/+13 |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-01-24 | Revert "virtio: postpone the execution of event_notifier_cleanup function" | Michael S. Tsirkin | 1 | -11/+8 |
2018-01-24 | Revert "virtio: improve virtio devices initialization time" | Michael S. Tsirkin | 1 | -5/+0 |
2018-01-18 | vhost: remove assertion to prevent crash | Jay Zhou | 1 | -1/+4 |
2018-01-18 | vhost-user: fix misaligned access to payload | Michael S. Tsirkin | 1 | -15/+24 |
2018-01-18 | vhost-user: factor out msg head and payload | Michael S. Tsirkin | 1 | -97/+101 |
2018-01-18 | virtio: improve virtio devices initialization time | Gal Hammer | 1 | -0/+5 |
2018-01-18 | virtio: postpone the execution of event_notifier_cleanup function | Gal Hammer | 1 | -8/+11 |
2018-01-18 | vhost-user-blk: introduce a new vhost-user-blk host device | Changpeng Liu | 2 | -0/+73 |
2018-01-18 | vhost-user: add new vhost user messages to support virtio config space | Changpeng Liu | 2 | -0/+150 |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 2 | -2/+2 |
2017-12-22 | virtio-pci: Don't force Subsystem Vendor ID = Vendor ID | Ladi Prosek | 1 | -3/+5 |
2017-12-19 | virtio_error: don't invoke status callbacks | Michael S. Tsirkin | 1 | -1/+1 |
2017-12-18 | hw/virtio-balloon: remove old i386 dependency | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-12-18 | hw: use "qemu/osdep.h" as first #include in source files | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson | 1 | -2/+2 |
2017-12-01 | virtio: check VirtQueue Vring object is set | Prasad J Pandit | 1 | -3/+11 |
2017-12-01 | vhost: fix error check in vhost_verify_ring_mappings() | Greg Kurz | 1 | -3/+3 |
2017-12-01 | vhost: restore avail index from vring used index on disconnection | Maxime Coquelin | 1 | -0/+4 |
2017-12-01 | virtio: Add queue interface to restore avail index from vring used index | Maxime Coquelin | 1 | -0/+10 |
2017-11-16 | fix: unrealize virtio device if we fail to hotplug it | linzhecheng | 1 | -0/+1 |
2017-10-15 | virtio-pci: Replace modern_as with direct access to modern_bar | Alexey Kardashevskiy | 2 | -38/+54 |
2017-10-15 | virtio: fix descriptor counting in virtqueue_pop | Wolfgang Bumiller | 1 | -3/+3 |
2017-10-15 | pci: Add interface names to hybrid PCI devices | Eduardo Habkost | 1 | -0/+5 |
2017-10-15 | virtio/pci/migration: Convert to VMState | Dr. David Alan Gilbert | 1 | -81/+27 |
2017-10-15 | virtio/vhost: reset dev->log after syncing | Felipe Franciosi | 1 | -2/+3 |
2017-09-27 | migration: Route more error paths | Dr. David Alan Gilbert | 1 | -6/+7 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -1/+3 |
2017-09-19 | osdep.h: Prohibit disabling assert() in supported builds | Eric Blake | 1 | -4/+2 |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis | 1 | -1/+2 |