]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/arch/x86/mmio.c
core: Add generic MMIO access dispatching
[jailhouse.git] / hypervisor / arch / x86 / mmio.c
index eb5f61e8de151734a7f2fe4ef8f9d97cfb7520e6..93bda0a0fe9244b48a8c18be6b04efc2f5403920 100644 (file)
@@ -170,3 +170,8 @@ error:
        inst.inst_len = 0;
        return inst;
 }
+
+unsigned int arch_mmio_count_regions(struct cell *cell)
+{
+       return 1;
+}