commit | 8a15383c485c0a78540d56747f7882e1431d09df | [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 | 4fcd7f2c2b40b2c6fc51cda7e8a4172476c0b452 [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>