On 13-10-2014 15:42, Nux! wrote: > I'm having an issue with my OpenBSD cloud instance in that it completely ignores the signals sent to it by qemu-kvm, so instead of getting shut down or rebooted gracefully it has to be "reset". > Anyone hit this issue before and can advise on the matter? Yes, this is a know issue. You need to disable mpbios on your kernel:
config -ef /bsd ulc> disable mpbios ukc> quit This will permanently disable mpbios on your kernel. If you follow current and recompile you kernel often, then you'll need to run this command every time you install a new kernel. Reboot your system and check if mpbios is disabled: dmesg | grep mpbios You should get this: mpbios at bios0 not configured Now you can try issue virsh shutdown <domain> of shutting it down from virt-manager. It will also correctly shutdown the OpenBSD guest in the event of a host shutdown. Cheers, Giancarlo Razzolini [demime 1.01d removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]