summaryrefslogtreecommitdiff
path: root/hax-stub.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-19hax: HAX is initialized more sophisticated waySeokYeon Hwang1-18/+4
Did not bother TCG initialization. Removed redundant condition fields.(hax_disabled, hax_support) Used small TB buffer for non-UG platform. Change-Id: I6e0a9af12abf7e9399198440bc485f70453ce9c8 Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
2014-11-14Hax: added HAXM non-UG platform support backDavid Chou1-0/+6
Added HAXM non-UG platform support back. Skipped tcg initilization for UG platform with HAXM enabled. Change-Id: If909b19b4e7c4d65cb35784f86ca90b462c3302a Signed-off-by: David Chou <david.j.chou@intel.com>
2013-07-12Refactor some hax related codes.SeokYeon Hwang1-6/+1
Change-Id: I84842e268491dd3e090d9d1c111643c7f10923d0 Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
2013-01-08From 8fdd165fa910de700649f05f2b074a21e18500d4 Mon Sep 17 00:00:00 2001Xin Xiaohui1-1/+1
Subject: [PATCH] Re-add qemu_notify_hax_event() Signed-off-by: Xin Xiaohui <xiaohui.xin@intel.com> Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
2012-07-13mingw: fix HAX-enabled buildIgor Mitsyanko1-0/+51
HAX-enabled build was broken after merging with upstream master, this commit tries to fix it. Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com> Signed-off-by: Maria Shcherbina <m.shcherbina@samsung.com>