]> git.baikalelectronics.ru Git - kernel.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)
commit69b8309dbeb39ba99a53cc7cc55c14ff06a94208
treea3a74add14a98a3edb73e19875f8041d8ddf6334
parent1d711c0e4dc90d8a3b18c44a881492639b7497f8
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