commit | 38502ebb25499a827d6596ee5f3522ca15056bfd | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 29 02:53:04 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Sep 10 14:19:39 2019 +0800 |
tree | c0fa8a12d78de842b5917ba424e9523e088a530a | |
parent | 31d7b488a2a80973bd6c0c553adfdb2f69d8b053 [diff] |
x86: qemu: Extract getting memory size to a separate routine This extracts getting memory size logic in dram_init() to a separate routine qemu_get_low_memory_size(). No functional changes. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Aiden Park <aiden.park@intel.com>