Displaying 2 results from an estimated 2 matches for "svm_vmexit_do_hlt".
2008 Mar 18
1
Compilation failure
.../randy/vtd-stage/xen/arch/x86/built_in.o: In function
`do_mmuext_op'':
/root/randy/vtd-stage/xen/arch/x86/mm.c:2278: relocation truncated to
fit: R_X86_64_PC32 against undefined symbol `__bitop_bad_size''
Another small compilation failure is on c/s 17202, in svm.c:1173 returns
0 in svm_vmexit_do_hlt() which returns void.
BTW, my gcc version is 4.1.1.
Randy (Weidong)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Feb 24
2
[PATCH][discuss] evtchn race condition
Keir,
below/attached patch is necessary to allow SVM partitions to boot
unmodified guests with xen-unstable.hg c/s 8961. c/s 8822 and 8828
(some necessary evtchn modifications) cause SVM partitions to fail with
"lost interrupt" hda error during boot.
We currently do not understand why these modifications are necessary and
in fact, a race occurs with one part of the patch (added