]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32
authorNicholas Krause <xerofoify@gmail.com>
Fri, 19 Dec 2014 02:13:22 +0000 (21:13 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 8 Jan 2015 21:45:17 +0000 (22:45 +0100)
commit5ff22e7ebf2e75e6300ad968a6e529b5e70877f1
tree4936d66d4616053b0f22bc76b7f1e68af5891362
parent19d5f10b3ad08f596d2682404af9a3a9030aa684
KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32

Remove FIXME comments about needing fault addresses to be returned.  These
are propaagated from walk_addr_generic to gva_to_gpa and from there to
ops->read_std and ops->write_std.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c