On Fri, Feb 09, 2024 at 10:20:12AM +0000, Klemens Nanni wrote:
> This terminates the VM immediately after startup:
> 
>       # cat /tmp/vm.conf
>       vm foo {
>               disable
>               disk /tmp/linux.qcow2
>               interface
>       }

Backing this out makes the VM start, but never reach the login prompt
(nothing printed inside the VM after selecting the GRUB2 boot entry):

        commit b3bc6112e4995b349a3e1f5ce822ae93ed9b5245
        Author: dv <d...@openbsd.org>
        Date:   Mon Feb 5 21:58:09 2024 +0000

            Cleanup fcntl(3) usage and fd lifetimes in vmd(8).

            Remove extraneous fcntl(3) usage for setting fd features that can
            be set at time of open(2), pipe2(2), or socketpair(2). Also cleans
            up pty creation switching to using functions from libutil instead
            of direct ioctl(2) calls.

vmd prints this multiple times per second:

vm/foo: vcpu_exit_i8253: channel 0 reset, mode=4, start=32767

Reply via email to