mbox series

[kvm-unit-tests,0/2] realmode test fixes for clang

Message ID 20191012235859.238387-1-morbo@google.com (mailing list archive)
Headers show
Series realmode test fixes for clang | expand

Message

Bill Wendling Oct. 12, 2019, 11:58 p.m. UTC
The following patches fix some realmode test compatibility issues
between gcc and clang.

Please look at the "x86: realmode: use inline asm to get stack pointer"
patch closely. I'm fairly certain it's the correct fix, but would like
confirmation.

Thanks!

Bill Wendling (2):
  x86: realmode: explicitly copy structure to avoid memcpy
  x86: realmode: use inline asm to get stack pointer

 x86/realmode.c | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)