]> 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)
commit876cc12313c40122ada374dd3b402771b4578c74
treea3a74add14a98a3edb73e19875f8041d8ddf6334
parent01c6c907af2f49986a63058a65e9479bee50181c
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