commit | ea67d549b89dbfee2bc78ba75c5b1406950f5e46 | [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 | f4c0030074544e8d3105bc9e4debb82e964ab126 [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>