Date: Thu, 21 Feb 2019 13:42:52 -0800 (PST) From: "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net> To: rgrimes@freebsd.org Cc: Jung-uk Kim <jkim@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r344446 - head/usr.sbin/bhyve Message-ID: <201902212142.x1LLgqND022277@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201902212136.x1LLaw2K022261@pdx.rh.CN85.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Author: jkim > > Date: Thu Feb 21 21:15:49 2019 > > New Revision: 344446 > > URL: https://svnweb.freebsd.org/changeset/base/344446 > > > > Log: > > Catch up with ACPICA 20190215. > > > > PR: 235922 > > > > Modified: > > head/usr.sbin/bhyve/acpi.c > > > > Modified: head/usr.sbin/bhyve/acpi.c > > ============================================================================== > > --- head/usr.sbin/bhyve/acpi.c Thu Feb 21 19:19:30 2019 (r344445) > > +++ head/usr.sbin/bhyve/acpi.c Thu Feb 21 21:15:49 2019 (r344446) > > @@ -256,6 +256,7 @@ basl_fwrite_madt(FILE *fp) > > EFPRINTF(fp, "[0001]\t\tLocal Apic ID : %02x\n", i); > > EFPRINTF(fp, "[0004]\t\tFlags (decoded below) : 00000001\n"); > > EFPRINTF(fp, "\t\t\tProcessor Enabled : 1\n"); > > + EFPRINTF(fp, "\t\t\tRuntime Online Capable : 0\n"); > > EFPRINTF(fp, "\n"); > > } > > This is wrong, this is a version 1.0 MADT table, > that version does NOT have this value. Let me guess.. this does not change the table generated, it only makes the iasl compiler happy about what we are feeding it? If so, just ignore my statement above, and sorry for the noise. If not how do we actually fix this so that the table is not changed. -- Rod Grimes rgrimes@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902212142.x1LLgqND022277>