mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add support for QEMU Guest Agent
This commit is contained in:
parent
c5efb7d79d
commit
528064383b
2 changed files with 3 additions and 0 deletions
2
quickemu
2
quickemu
|
@ -804,6 +804,8 @@ function vm_boot() {
|
|||
-rtc base=localtime,clock=host,driftfix=slew
|
||||
-spice ${SPICE}
|
||||
-device virtio-serial-pci
|
||||
-chardev socket,id=agent0,path="${VMDIR}/${VMNAME}-agent.sock",server=on,wait=off
|
||||
-device virtserialport,chardev=agent0,name=org.qemu.guest_agent.0
|
||||
-chardev spicevmc,id=vdagent0,name=vdagent
|
||||
-device virtserialport,chardev=vdagent0,name=com.redhat.spice.0
|
||||
-device virtio-rng-pci,rng=rng0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue