Date: Wed, 8 Jan 2020 11:14:49 -0500 From: mike tancsa <mike@sentex.net> To: FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org> Cc: jkim@FreeBSD.org Subject: Re: bhyve regression ? Message-ID: <b0bfd61c-04d3-2899-9fc2-21700e42527b@sentex.net> In-Reply-To: <625b47c2-2b86-d703-6c7b-948f3d67c57b@sentex.net> References: <625b47c2-2b86-d703-6c7b-948f3d67c57b@sentex.net>
index | next in thread | previous in thread | raw e-mail
On 1/8/2020 10:15 AM, mike tancsa wrote:
> Going from a kernel from Dec 21st to today, my bhyve image no longer
> starts up. Is this possibly related to the mfc 356471 ?
>
>
OK, confirmed. Doing a svnlite update -r356469, to just before the ACPI
MFC allows be to start up my bhyve image.
---Mike
> /boot/kernel/kernel text=0x948ee3 data=0x13d9b8+0x463b10
> syms=[0x8+0xef220+0x8+0x10ec23]
> /boot/entropy size=0x1000
> Booting...
> /tmp/bhyve.e6GT9mY 61: [0001] ProcessorId : FF
> Error
> 6313 - Invalid field label detected ^ (found "ProcessorId" expected
> "Processor ID")
>
>
> /tmp/bhyve.e6GT9mY 65: [0001] Interrupt : 01
> Error 6313 - Invalid field label detected ^ (found "Interrupt"
> expected "Interrupt Input LINT")
>
>
> Assertion failed: (error == 0), function main, file
> /usr/src/usr.sbin/bhyve/bhyverun.c, line 1190.
>
> Abort trap (core dumped)
>
>
> Line 1190 is
> if (acpi) {
> error = acpi_build(ctx, guest_ncpus);
> assert(error == 0);
> }
>
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b0bfd61c-04d3-2899-9fc2-21700e42527b>
