Re: [Qemu-devel] [PATCH] Move hpet_find function from hpet.c to pc.c

2013-12-12 Thread Michael S. Tsirkin
On Wed, Dec 11, 2013 at 12:59:37PM +0100, mreza...@redhat.com wrote: > From: Miroslav Rezanina > > Function hpet_find could not be used for checking hpet availability becouse > it was not build when hpet was disabled. > > To allow proper use of this function, moving it from hw/timer/hpet.c to >

[Qemu-devel] [PATCH] Move hpet_find function from hpet.c to pc.c

2013-12-11 Thread mrezanin
From: Miroslav Rezanina Function hpet_find could not be used for checking hpet availability becouse it was not build when hpet was disabled. To allow proper use of this function, moving it from hw/timer/hpet.c to hw/i386/pc.c. Signed-off-by: Miroslav Rezanina --- hw/i386/pc.c| 5 +