mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-23 22:46:05 +00:00
kvm tools: Move hardware drivers to hw directory
This patch moves hypervisor native hardware emulation drivers to "hw" directory like we've done for virtio and disk image code. Acked-by: Cyrill Gorcunov <gorcunov@gmail.com> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
7281155810
commit
f5fc024d27
@@ -15,7 +15,6 @@ FIND = find
|
||||
CSCOPE = cscope
|
||||
TAGS = ctags
|
||||
|
||||
OBJS += 8250-serial.o
|
||||
OBJS += cpuid.o
|
||||
OBJS += read-write.o
|
||||
OBJS += interrupt.o
|
||||
@@ -25,7 +24,8 @@ OBJS += kvm-cpu.o
|
||||
OBJS += main.o
|
||||
OBJS += mmio.o
|
||||
OBJS += pci.o
|
||||
OBJS += rtc.o
|
||||
OBJS += hw/rtc.o
|
||||
OBJS += hw/serial.o
|
||||
OBJS += term.o
|
||||
OBJS += util.o
|
||||
OBJS += virtio/blk.o
|
||||
|
||||
Reference in New Issue
Block a user