]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Prepare generic MMIO dispatching
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 5 Aug 2015 08:34:19 +0000 (10:34 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 14 Aug 2015 06:17:40 +0000 (08:17 +0200)
commit6f908009533f5bf1e8675ae0c935dbdce5788955
treedad937abaa15f222f3a544087e29362591d9d44b
parent0993685e882f5767290d9712e898e019003de6b9
x86: Prepare generic MMIO dispatching

Hook up the generic MMIO dispatcher into vcpu_handle_mmio_access without
removing existing handlers. This allows for a step-wise migration of
subsystems to the new dispatcher. Note that the return values of current
handlers are compatible with the mmio_result enum.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/x86/vcpu.c