mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06: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:
parent
60ba3cc231
commit
3b9a6ee50e
5 changed files with 6 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue