Giancarlo,

Thanks, but for me it did not work, the guest fails to boot after this change.
I'll wait for 5.6 for more serious work on KVM.

Thanks!

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

----- Original Message -----
> From: "Giancarlo Razzolini" <grazzol...@gmail.com>
> To: "Nux!" <n...@li.nux.ro>, misc@openbsd.org
> Sent: Monday, 13 October, 2014 19:51:45
> Subject: Re: shutdown/reboot on acpi/qemu signals

> 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

Reply via email to