aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu6-3/+282
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu12-7/+600
2020-07-03vhost_net: introduce set_config & get_configCindy Lu3-0/+26
2020-07-03vhost: implement vhost_force_iommu methodCindy Lu1-0/+5
2020-07-03vhost: introduce new VhostOps vhost_force_iommuCindy Lu1-0/+3
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu2-9/+23
2020-07-03vhost: introduce new VhostOps vhost_vq_get_addrCindy Lu1-0/+6
2020-07-03vhost: implement vhost_dev_start methodCindy Lu1-1/+9
2020-07-03vhost: introduce new VhostOps vhost_dev_startCindy Lu1-0/+2
2020-07-03vhost: check the existence of vhost_set_iotlb_callbackJason Wang1-3/+6
2020-07-03virtio-pci: implement queue_enabled methodJason Wang1-0/+13
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang2-0/+10
2020-07-03vhost_net: use the function qemu_get_peerCindy Lu1-6/+10
2020-07-03net: introduce qemu_get_peerCindy Lu2-0/+8
2020-07-03MAINTAINERS: add VT-d entryPeter Xu1-0/+9
2020-07-03docs: vhost-user: add Virtio status protocol featureMaxime Coquelin1-0/+24
2020-07-03tests/acpi: remove stale allowed tablesAndrew Jones1-18/+0
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand7-5/+13
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand2-1/+56
2020-07-03virtio-mem: Add trace eventsDavid Hildenbrand2-1/+19
2020-07-03virtio-mem: Migration sanity checksDavid Hildenbrand1-0/+70
2020-07-03virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand4-0/+55
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand2-1/+25
2020-07-03pc: Support for virtio-mem-pciDavid Hildenbrand2-21/+29
2020-07-03numa: Handle virtio-mem in NUMA statsDavid Hildenbrand1-0/+6
2020-07-03hmp: Handle virtio-mem when printing memory device infoDavid Hildenbrand1-0/+16
2020-07-03MAINTAINERS: Add myself as virtio-mem maintainerDavid Hildenbrand1-0/+9
2020-07-03virtio-pci: Proxy for virtio-memDavid Hildenbrand4-0/+164
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand5-1/+852
2020-07-02migration/colo: Use ram_block_discard_disable()David Hildenbrand3-4/+17
2020-07-02migration/rdma: Use ram_block_discard_disable()David Hildenbrand1-2/+16
2020-07-02target/i386: sev: Use ram_block_discard_disable()David Hildenbrand1-0/+7
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand6-45/+17
2020-07-02s390x/pv: Convert to ram_block_discard_disable()David Hildenbrand1-9/+13
2020-07-02accel/kvm: Convert to ram_block_discard_disable()David Hildenbrand1-2/+2
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand5-38/+44
2020-07-02exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand3-1/+95
2020-07-02pc: Support coldplugging of virtio-pmem-pci devices on all busesDavid Hildenbrand1-8/+10
2020-07-02virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand1-6/+20
2020-07-02Revert "tests/migration: Reduce autoconverge initial bandwidth"Michael S. Tsirkin1-1/+1
2020-07-01tests: disassemble-aml.sh: generate AML in readable formatMichael S. Tsirkin2-0/+53
2020-06-29hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé1-0/+1
2020-06-27Merge remote-tracking branch 'remotes/amarkovic/tags/mips-gsoc-queue-jun-27-2...Peter Maydell8-0/+585
2020-06-27MAINTAINERS: Add 'Performance Tools and Tests' subsectionAleksandar Markovic1-2/+8
2020-06-27scripts/performance: Add topN_callgrind.py scriptAhmed Karaman1-0/+140
2020-06-27scripts/performance: Add topN_perf.py scriptAhmed Karaman1-0/+149
2020-06-27MAINTAINERS: Add Loongson-3 maintainer and reviewerHuacai Chen1-0/+7
2020-06-27hw/intc: Add Loongson LIOINTC supportHuacai Chen3-0/+246
2020-06-27hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen2-0/+37
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell29-950/+4417