diff options
author | Justin Terry (VM) via Qemu-devel | 2018-02-26 18:13:35 +0100 |
---|---|---|
committer | Paolo Bonzini | 2018-03-06 14:01:29 +0100 |
commit | e2940978fc86b2bf2016e115c56c01f850092bfb (patch) | |
tree | 4ef091c7804083688e952c6aa45ab5f2889efbff /hw/sparc | |
parent | Fix WHPX issue leaking tpr values (diff) | |
download | qemu-e2940978fc86b2bf2016e115c56c01f850092bfb.tar.gz qemu-e2940978fc86b2bf2016e115c56c01f850092bfb.tar.xz qemu-e2940978fc86b2bf2016e115c56c01f850092bfb.zip |
WHXP Removes the use of WHvGetExitContextSize
The use of WHvGetExitContextSize will break ABI compatibility if the platform
changes the context size while a qemu compiled executable does not recompile.
To avoid this we now use sizeof and let the platform determine which version
of the struction was passed for ABI compatibility.
Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
Message-Id: <1519665216-1078-8-git-send-email-juterry@microsoft.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Justin Terry (VM) via Qemu-devel <qemu-devel@nongnu.org>
Diffstat (limited to 'hw/sparc')
0 files changed, 0 insertions, 0 deletions