mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 14:49:23 +00:00
kvm: Move kvmclock into hw/kvm folder
More KVM-specific devices will come, so let's start with moving the kvmclock into a dedicated folder. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
#include "boards.h"
|
||||
#include "ide.h"
|
||||
#include "kvm.h"
|
||||
#include "kvmclock.h"
|
||||
#include "kvm/clock.h"
|
||||
#include "sysemu.h"
|
||||
#include "sysbus.h"
|
||||
#include "arch_init.h"
|
||||
|
Reference in New Issue
Block a user