commit | 2e82e745a4cf6bad10d9fe5a53db6592f40ff903 | [log] [tgz] |
---|---|---|
author | Miao Yan <yanmiaobest@gmail.com> | Sun May 22 19:37:15 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | f998e79cd2a89b2417f4a8497ee2059d1e89ff93 | |
parent | fcf5c04193b48c3f5e2d337a85d28c4026f90ac3 [diff] |
x86: qemu: move x86 specific operations out of qfw core The original implementation of qfw includes several x86 specific operations, like directly calling outb/inb and using some inline assembly code which prevents it being ported to other architectures. This patch adds callback functions and moves those to arch/x86/ Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>