]> git.proxmox.com Git - qemu-server.git/commit
add ivshmem device to config
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 22 Feb 2019 10:38:33 +0000 (11:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Feb 2019 07:01:12 +0000 (08:01 +0100)
commit6dbcb073674b7a8b09ef720bbc75115f3c172fc4
tree02692c5a6948dbca54c88005e10a9acf858a4ad5
parente741c5169679b2cbeb6c24faa9d7fe6a46c8faed
add ivshmem device to config

with such a shared memory device, a vm can share data with other
vms or with the host via memory

one of the use cases is looking-glass[1] with pci-passthrough, which copies
the guest fb to the host and you get a high-speed, low-latency
display client for the vm

on vm stop we delete the file again

1: https://looking-glass.hostfission.com/

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/PCI.pm