Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:kvm [2015/12/07 15:54]
vondra [Debian 8]
linux:kvm [2019/01/11 13:14] (current)
admin
Line 1: Line 1:
 ====== Instalace KVM ====== ====== Instalace KVM ======
 TODO: udelat tutorial :) TODO: udelat tutorial :)
 +<code bash>​aptitude -y install qemu-kvm libvirt-bin virtinst bridge-utils </​code>​
 ====== Vytvoreni guesta ====== ====== Vytvoreni guesta ======
 ===== Debian 8 ===== ===== Debian 8 =====
Line 75: Line 75:
  
  
 +====== Correct shutdown ======
 +// Keywords: Libvirt Can't shutdown or reboot virtual guest.\
 +I can't reboot or shutdown the guest vm from the host mac//
 +
 +<code bash>
 +modprobe virtio_console
 +apt install qemu-guest-agent
 +service qemu-ga restart
 +apt install acpid
 +</​code>​
 +
 +Test if the agent is running
 +<code bash>
 +    virsh qemu-agent-command jakub-sevcik '​{"​execute":"​guest-info"​}'​
 +</​code>​
 
linux/kvm.1449500080.txt.gz · Last modified: 2015/12/07 15:54 by vondra