projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3230bb4
)
KVM: remove pre_task_link setting in save_state_to_tss16
author
Juan Quintela
<
[email protected]
>
Wed, 30 Sep 2009 15:39:07 +0000
(17:39 +0200)
committer
Avi Kivity
<
[email protected]
>
Thu, 3 Dec 2009 07:32:13 +0000
(09:32 +0200)
Now, also remove pre_task_link setting in save_state_to_tss16.
commit
b237ac37a149e8b56436fabf093532483bff13b0
Author: Gleb Natapov <
[email protected]
>
Date: Mon Mar 30 16:03:24 2009 +0300
KVM: Fix task switch back link handling.
CC: Gleb Natapov <
[email protected]
>
Signed-off-by: Juan Quintela <
[email protected]
>
Signed-off-by: Marcelo Tosatti <
[email protected]
>
arch/x86/kvm/x86.c
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/x86.c
b/arch/x86/kvm/x86.c
index 6f758567831a2eba3d0109bc177a8e18382ed247..5f44d565cc9be9a62b6851b64178e855f2e497fd 100644
(file)
--- a/
arch/x86/kvm/x86.c
+++ b/
arch/x86/kvm/x86.c
@@
-4203,7
+4203,6
@@
static void save_state_to_tss16(struct kvm_vcpu *vcpu,
tss->ss = get_segment_selector(vcpu, VCPU_SREG_SS);
tss->ds = get_segment_selector(vcpu, VCPU_SREG_DS);
tss->ldt = get_segment_selector(vcpu, VCPU_SREG_LDTR);
- tss->prev_task_link = get_segment_selector(vcpu, VCPU_SREG_TR);
}
static int load_state_from_tss16(struct kvm_vcpu *vcpu,