| Commit message (Expand) | Author | Age | Files | Lines |
* | vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation | Stefan Hajnoczi | 2020-11-12 | 1 | -3/+2 |
* | vhost-blk: set features before setting inflight feature | Jin Yu | 2020-11-03 | 1 | -0/+20 |
* | Revert "vhost-blk: set features before setting inflight feature" | Stefan Hajnoczi | 2020-11-03 | 1 | -18/+0 |
* | virtio-iommu: Set supported page size mask | Bharat Bhushan | 2020-11-03 | 2 | -0/+51 |
* | virtio-iommu: Add notify_flag_changed() memory region callback | Bharat Bhushan | 2020-11-03 | 2 | -0/+16 |
* | virtio-iommu: Add replay() memory region callback | Bharat Bhushan | 2020-11-03 | 2 | -0/+41 |
* | virtio-iommu: Call memory notifiers in attach/detach | Bharat Bhushan | 2020-11-03 | 1 | -0/+32 |
* | virtio-iommu: Add memory notifiers for map/unmap | Bharat Bhushan | 2020-11-03 | 2 | -0/+58 |
* | virtio-iommu: Store memory region in endpoint struct | Jean-Philippe Brucker | 2020-11-03 | 1 | -1/+10 |
* | virtio-iommu: Fix virtio_iommu_mr() | Jean-Philippe Brucker | 2020-11-03 | 1 | -1/+1 |
* | hw/virtio/vhost-backend: Fix Coverity CID 1432871 | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -2/+2 |
* | virito-mem: Implement get_min_alignment() | David Hildenbrand | 2020-11-03 | 1 | -0/+7 |
* | virtio-mem: Probe THP size to determine default block size | David Hildenbrand | 2020-11-03 | 1 | -4/+101 |
* | virtio-mem: Make sure "usable_region_size" is always multiples of the block size | David Hildenbrand | 2020-11-03 | 1 | -0/+3 |
* | virtio-mem: Make sure "addr" is always multiples of the block size | David Hildenbrand | 2020-11-03 | 1 | -0/+5 |
* | virtio: skip guest index check on device load | Felipe Franciosi | 2020-10-30 | 1 | -6/+7 |
* | vhost-blk: set features before setting inflight feature | Jin Yu | 2020-10-30 | 1 | -0/+18 |
* | vhost: Don't special case vq->used_phys in vhost_get_log_size() | Greg Kurz | 2020-10-30 | 1 | -10/+0 |
* | hw/virtio/vhost-vdpa: Fix Coverity CID 1432864 | Philippe Mathieu-Daudé | 2020-10-30 | 1 | -2/+2 |
* | vhost-vsock: set vhostfd to non-blocking mode | Stefano Garzarella | 2020-10-30 | 1 | -0/+10 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into... | Peter Maydell | 2020-10-09 | 1 | -7/+3 |
|\ |
|
| * | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster | 2020-10-09 | 1 | -7/+3 |
* | | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -1/+1 |
|/ |
|
* | qapi: Restrict device memory commands to machine code | Philippe Mathieu-Daudé | 2020-09-29 | 1 | -0/+1 |
* | qapi: Restrict balloon-related commands to machine code | Philippe Mathieu-Daudé | 2020-09-29 | 1 | -1/+1 |
* | hw: virtio-pmem: detach the element fromt the virtqueue when error occurs | Li Qiang | 2020-09-29 | 1 | -0/+1 |
* | virtio: update MemoryRegionCaches when guest set bad features | Li Qiang | 2020-09-29 | 1 | -9/+8 |
* | vhost-user-vsock-pci: force virtio version 1 | Stefano Garzarella | 2020-09-29 | 1 | -1/+3 |
* | vhost-vsock-pci: force virtio version 1 | Stefano Garzarella | 2020-09-29 | 1 | -1/+9 |
* | virtio: skip legacy support check on machine types less than 5.1 | Stefano Garzarella | 2020-09-29 | 2 | -2/+19 |
* | vhost-vdpa: add trace-events | Laurent Vivier | 2020-09-29 | 2 | -5/+118 |
* | virtio-pmem-pci: force virtio version 1 | Pankaj Gupta | 2020-09-29 | 1 | -0/+1 |
* | virtio-iommu-pci: force virtio version 1 | Eric Auger | 2020-09-29 | 1 | -1/+1 |
* | virtio-iommu: Check gtrees are non null before destroying them | Eric Auger | 2020-09-29 | 1 | -2/+6 |
* | vhost: check queue state in the vhost_dev_set_log routine | Dima Stepanov | 2020-09-29 | 1 | -0/+12 |
* | vhost: recheck dev state in the vhost_migration_log routine | Dima Stepanov | 2020-09-29 | 1 | -3/+24 |
* | virtio-mem: detach the element from the virtqueue when error occurs | Li Qiang | 2020-09-29 | 1 | -0/+3 |
* | vhost-vdpa: batch updating IOTLB mappings | Jason Wang | 2020-09-29 | 1 | -0/+66 |
* | vhost: switch to use IOTLB v2 format | Jason Wang | 2020-09-29 | 2 | -16/+80 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-28 | 1 | -14/+6 |
|\ |
|
| * | vhost-vdpa: remove useless variable | Laurent Vivier | 2020-09-23 | 1 | -6/+3 |
| * | virtio: vdpa: omit check return of g_malloc | Li Qiang | 2020-09-23 | 1 | -6/+1 |
| * | vhost-vdpa: fix indentation in vdpa_ops | Stefano Garzarella | 2020-09-23 | 1 | -2/+2 |
* | | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 4 | -15/+15 |
* | | virtio-crypto: don't modify elem->in/out_sg | Stefan Hajnoczi | 2020-09-23 | 1 | -3/+14 |
|/ |
|
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -6/+2 |
* | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -4/+1 |
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2020-09-11 | 21 | -59/+74 |
|\ |
|
| * | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 21 | -54/+46 |
| * | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 21 | -4/+27 |