search for: __hvm_bug

Displaying 4 results from an estimated 4 matches for "__hvm_bug".

2006 Aug 02
1
[PATCH] Cleanup vmx vmexit handler.
Cleanup vmx vmexit handler. Current code doesn''t handle vmexits caused by triple fault, INIT, SIPI, etc, which are listed in IA32 Architecture System Programming Guide 2, Appendix I VMX Basic Exit Reasons, and calls __hvm_bug() when not handling such cases, actually domain crash should be good enough. Also various coding style cleanups. Signed-off-by: Xin Li <xin.b.li@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-de...
2006 May 30
2
Testing status of fully virtualized guests (Intel VT) on 64bit XEN unstable
...rt these messages while running: "(XEN) spurious IRQ irq got=-1" 6. 64bit SMP guest report these messages during ltp pth_str01/2/3: : "(XEN) <vlapic_accept_irq>level trig mode repeatedly for vector 252" 7. 32bit SMP guest crashes on boot: "(XEN) __hvm_bug at vmx.c:2289" _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jun 26
0
[PATCH - proposed] XI Shadow Page Table Mechanism
...--|------|-------| | 10352 | Fail | | Pass | 852/1 | Pass | 852/0 | Pass | 852/0 | | | (1) | | | (2) | |(3,4,5)| |(3,4) | ---------------------------------------------------------------------- 1. BUG 661: 32bit SMP guest crashes on boot: "(XEN) __hvm_bug at vmx.c:2289" 2. BUG 666: 32bit UP guest fail ltp gettimeofday02: "Time is going backwards" 3. BUG 663: 64bit SMP guest report these messages while running: "(XEN) spurious IRQ irq got=-1" 4. BUG 662: 64bit SMP guest report this message in ltp pth_str01/2/3:...
2006 Jun 30
5
[PATCH - proposed] XI Shadow Page Table Mechanism]
...>>>>>> |(3,4) | >>>>>> ---------------------------------------------------------------------- >>>>>> >>>>>> >>>>>> 1. BUG 661: 32bit SMP guest crashes on boot: >>>>>> "(XEN) __hvm_bug at vmx.c:2289" >>>>>> 2. BUG 666: 32bit UP guest fail ltp gettimeofday02: >>>>>> "Time is going backwards" >>>>>> 3. BUG 663: 64bit SMP guest report these messages while running: >>>>>> "(XEN) spurio...