Displaying 2 results from an estimated 2 matches for "0312575dc35e".
2011 Sep 08
0
[xen-unstable test] 8865: tolerable FAIL - PUSHED
...blocked n/a
test-amd64-amd64-xl 1 xen-build-check(1) blocked n/a
test-i386-i386-xl-win 1 xen-build-check(1) blocked n/a
test-i386-i386-win 1 xen-build-check(1) blocked n/a
version targeted for testing:
xen 0312575dc35e
baseline version:
xen bdd19847ae63
------------------------------------------------------------
People who touched revisions under test:
Christoph Egger <Christoph.Egger@amd.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Olaf Hering <olaf@aepfle.de>
Tim De...
2011 Sep 14
1
[PATCH] xen/xsm: Compile error due to naming clash between XSM and EFI runtime
...t, that is what I think is happening.)
Renaming the XSM struct member fixes the problem.
Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>
---
arch/x86/platform_hypercall.c | 2 +-
include/xsm/xsm.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff -r 0312575dc35e xen/arch/x86/platform_hypercall.c
--- a/xen/arch/x86/platform_hypercall.c Thu Sep 08 15:13:06 2011 +0100
+++ b/xen/arch/x86/platform_hypercall.c Wed Sep 14 09:48:25 2011 -0400
@@ -306,7 +306,7 @@
break;
case XENPF_efi_runtime_call:
- ret = xsm_efi_runtime_call();
+ ret...