[SOLVED] Looking glass and Proxmox - how to configure

SkySpy

Active Member
Jan 22, 2019
12
0
41
39
I am currently trying to use looking glass with my proxmox 5.3 installation, but I don't know how I should put the configuration (see) below. I would like to add that to the qemu-server/<id>.conf file but I don't know how. Could you give me a hint?

Code:
-device ivshmem-plain,memdev=ivshmem,bus=pcie.0 \
-object memory-backend-file,id=ivshmem,share=on,mem-path=/dev/shm/looking-glass,size=32M

EDIT: Links removed, because not allowed :(
 
You can set the 'args' configuration property of a VM, this gets directly passed through to the QEMU/KVM command line.

Code:
qm set VMID --args '-device ivshmem-plain,memdev=ivshmem,bus=pcie.0 -object memory-backend-file,id=ivshmem,share=on,mem-path=/dev/shm/looking-glass,size=32M'
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!