]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Move mmio_parse and struct mmio_instruction into arch header
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 1 Oct 2014 15:51:57 +0000 (17:51 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 6 Nov 2014 22:05:32 +0000 (23:05 +0100)
commit791546082fc2579b1fb418dc45bee3e46e9f109f
treea12f0011a53c05aa180fdbb9f298e736a0b586b7
parent8265539d6ae7322c8b6427dba942272d134ef9c6
core: Move mmio_parse and struct mmio_instruction into arch header

There will be no need for and implementation of this service outside of
x86 in the foreseeable future. So make it arch-private until we have
more users.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/arm/include/asm/mmio.h [new file with mode: 0644]
hypervisor/arch/x86/apic.c
hypervisor/arch/x86/include/asm/io.h
hypervisor/arch/x86/include/asm/mmio.h [new file with mode: 0644]
hypervisor/arch/x86/mmio.c
hypervisor/arch/x86/vcpu.c
hypervisor/include/jailhouse/mmio.h