On 5/29/20 4:59 PM, Igor Mammedov wrote:
On Fri, 29 May 2020 15:33:47 +0200
Michal Privoznik <mpriv...@redhat.com> wrote:
Currently, when defining a HMAT cache for a NUMA node (in
parse_numa_hmat_cache()) there is this check that forces users to
define HMAT latency/bandwidth first. There is no real need for
this, because nothing in the parse function relies on that and
the HMAT table is constructed way later - when ACPI table is
constructed.
see comment in
https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg01206.html
in short doing check at this time allow us not to have more complex
check later on.
perhaps it needs a comment so that later it won't be dropped by accident
Fair enough. Discard this one then and I will post a patch that document
this.
Michal