search for: kvm_get_exit_data

Displaying 3 results from an estimated 3 matches for "kvm_get_exit_data".

2008 Apr 01
0
[16/18]KVM:IA64 : Add kvm sal/pal virtulization support.V9
...BUG"Error occurs in kvm_get_pal_call_data!!\n"); Maybe make this error message a bit more elaborate with information about what the error is? > +static void set_sal_result(struct kvm_vcpu *vcpu, > + struct sal_ret_values result) { > + struct exit_ctl_data *p; > + > + p = kvm_get_exit_data(vcpu); > + if (p && p->exit_reason == EXIT_REASON_SAL_CALL) { > + p->u.sal_data.ret = result; > + return ; > + } > + printk(KERN_WARNING"Error occurs!!!\n"); I love this error message :-) Seriously though, please make it say where it is and what has been de...
2008 Mar 31
4
[04/17] [PATCH] Add kvm arch-specific core code for kvm/ia64.-V8
Zhang, Xiantao wrote: >>From 62895ff991d48398a77afdbf7f2bef127e802230 Mon Sep 17 00:00:00 2001 > From: Xiantao Zhang <xiantao.zhang at intel.com> > Date: Fri, 28 Mar 2008 09:49:57 +0800 > Subject: [PATCH] KVM: IA64: Add kvm arch-specific core code for > kvm/ia64. > > kvm_ia64.c is created to handle kvm ia64-specific core logic. > Signed-off-by: Xiantao Zhang
2008 Mar 31
4
[04/17] [PATCH] Add kvm arch-specific core code for kvm/ia64.-V8
Zhang, Xiantao wrote: >>From 62895ff991d48398a77afdbf7f2bef127e802230 Mon Sep 17 00:00:00 2001 > From: Xiantao Zhang <xiantao.zhang at intel.com> > Date: Fri, 28 Mar 2008 09:49:57 +0800 > Subject: [PATCH] KVM: IA64: Add kvm arch-specific core code for > kvm/ia64. > > kvm_ia64.c is created to handle kvm ia64-specific core logic. > Signed-off-by: Xiantao Zhang