/* * QEMU KVM ARM specific function stubs * * Copyright Linaro Limited 2012 * * Author: Peter Maydell * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. * */ #include "qemu-common.h" #include "kvm_arm.h" void kvm_arm_register_device(MemoryRegion *mr, uint32_t devid) { }