commit | 42d400acfc2dabc56653ee5396df14a8d8cb46c7 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Mon Aug 19 00:54:00 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 16 17:13:07 2019 +0200 |
tree | e4126082254c6c9b319d4b81011711c9e80a3a7c | |
parent | bd1f7ff4b27444740786274c41caf3e9b9c35bba [diff] |
hw/i386/pc: Use e820_get_num_entries() to access e820_entries To be able to extract the e820* code out of this file (in the next patch), access e820_entries with its correct helper. Reviewed-by: Li Qiang <liq3ea@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190818225414.22590-2-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>