commit | fc7f57f094491253535fd4a0de27f3d051e37726 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 29 02:53:05 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Sep 10 14:19:39 2019 +0800 |
tree | ead0dec3dc4a0c41b7dc3450236020f678e6f5ed | |
parent | 38502ebb25499a827d6596ee5f3522ca15056bfd [diff] |
x86: qemu: Support getting high memory size At present only size of memory that is below 4GiB is retrieved from QEMU. Add a function that gets size of memory that is above 4GiB. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Aiden Park <aiden.park@intel.com>