Re: [PATCH kvm-unit-tests 1/2] x86: Use host CPU parameter for apic test

2014-08-19 Thread Paolo Bonzini
Il 18/08/2014 21:43, Nadav Amit ha scritto: Currently, the TSC deadline test never runs, since TSC deadline is disabled unless the host cpu parameter is used. This patch changes the apic test to use the qemu host cpu parameter. Better use Signed-off-by: Nadav Amit na...@cs.technion.ac.il ---

Re: [PATCH kvm-unit-tests 1/2] x86: Use host CPU parameter for apic test

2014-08-19 Thread Eduardo Habkost
On Tue, Aug 19, 2014 at 11:51:05AM +0200, Paolo Bonzini wrote: Il 18/08/2014 21:43, Nadav Amit ha scritto: Currently, the TSC deadline test never runs, since TSC deadline is disabled unless the host cpu parameter is used. This patch changes the apic test to use the qemu host cpu

Re: [PATCH kvm-unit-tests 1/2] x86: Use host CPU parameter for apic test

2014-08-19 Thread Paolo Bonzini
Il 19/08/2014 15:18, Eduardo Habkost ha scritto: On Tue, Aug 19, 2014 at 11:51:05AM +0200, Paolo Bonzini wrote: Il 18/08/2014 21:43, Nadav Amit ha scritto: Currently, the TSC deadline test never runs, since TSC deadline is disabled unless the host cpu parameter is used. This patch changes the

[PATCH kvm-unit-tests 1/2] x86: Use host CPU parameter for apic test

2014-08-18 Thread Nadav Amit
Currently, the TSC deadline test never runs, since TSC deadline is disabled unless the host cpu parameter is used. This patch changes the apic test to use the qemu host cpu parameter. Signed-off-by: Nadav Amit na...@cs.technion.ac.il --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+),