]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: fill in run->mmio details in (read|write)_emulated function
authorGleb Natapov <gleb@redhat.com>
Wed, 28 Apr 2010 16:15:34 +0000 (19:15 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:35:33 +0000 (10:35 +0300)
commit5ae86f00fdc68660b08c29ecca839e305225631b
tree809e400adecde2ad22bbb5ad899e4efa7a46c8a4
parent6b8329dcd9f7d22eedbc1525099dd98a5b5699fe
KVM: fill in run->mmio details in (read|write)_emulated function

Fill in run->mmio details in (read|write)_emulated function just like
pio does. There is no point in filling only vcpu fields there just to
copy them into vcpu->run a little bit later.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c