Move in-kernel PIT device to separate file
commit1211bd9ac2d4fe67294a2526bfbd0a7bf5d8d97a
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 31 Mar 2008 19:33:12 +0000 (31 14:33 -0500)
committerAvi Kivity <avi@qumranet.com>
Wed, 2 Apr 2008 10:47:53 +0000 (2 13:47 +0300)
tree9783d1d309808ceff73a946c591b5ea0ca458893
parentf6176420838328ba6fa783945954378dc0b80951
Move in-kernel PIT device to separate file

This patch is mostly code motion to move the newly refactored
in-kernel PIT device to a separate file.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Makefile.target
configure
hw/i8254-kvm.c [new file with mode: 0644]
hw/i8254.c
hw/i8254.h [new file with mode: 0644]