commit | 58a3ce26866ddfa9eec5c8003bc5eef745264338 | [log] [tgz] |
---|---|---|
author | Miao Yan <yanmiaobest@gmail.com> | Thu Jan 07 01:32:00 2016 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Jan 13 12:20:15 2016 +0800 |
tree | 9a21ee8258c606f021cc575208a0055ee09be2f6 | |
parent | 65e190beb428a3350c4bafa77512f3a0f05ce8b6 [diff] |
x86: qemu: add fw_cfg support The QEMU fw_cfg interface allows the guest to retrieve various data information from QEMU. For example, APCI/SMBios tables, number of online cpus, kernel data and command line, etc. This patch adds support for QEMU fw_cfg interface. Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>