Re: [kvm-devel] [PATCH 2/2] Move in-kernel PIT device to separate file

2008-04-02 Thread Avi Kivity
Anthony Liguori wrote: > This patch is mostly code motion to move the newly refactored > in-kernel PIT device to a separate file. > > Applied both, thanks. -- error compiling committee.c: too many arguments to function ---

[kvm-devel] [PATCH 2/2] Move in-kernel PIT device to separate file

2008-03-31 Thread Anthony Liguori
This patch is mostly code motion to move the newly refactored in-kernel PIT device to a separate file. Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]> diff --git a/qemu/Makefile.target b/qemu/Makefile.target index e29bbeb..a947147 100644 --- a/qemu/Makefile.target +++ b/qemu/Makefile.target @@