]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86: Remove FIXMEs in emulate.c
authorNicholas Krause <xerofoify@gmail.com>
Wed, 19 Nov 2014 12:48:18 +0000 (07:48 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Nov 2014 17:54:43 +0000 (18:54 +0100)
commit86619e7ba3991309b88969f9a2e5c7f2d014c680
treea3a74add14a98a3edb73e19875f8041d8ddf6334
parent997b04128d4e07fd59d00fc18e21fd591138627f
KVM: x86: Remove FIXMEs in emulate.c

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