Re: [Qemu-devel] [PATCH v3 3/3] tests: add testcase for TCO watchdog emulation

2015-06-17 Thread Paulo Alcantara
On Wed, 17 Jun 2015 15:37:49 +0200 Michael S. Tsirkin m...@redhat.com wrote: On Mon, Jun 01, 2015 at 08:48:41PM -0300, Paulo Alcantara wrote: v1 - v2: * some cleanup * add test for TCO_LOCK bit v2 - v3: * add tests for TCO control status bits * fix check of SECOND_TO_STS bit

Re: [Qemu-devel] [PATCH v3 3/3] tests: add testcase for TCO watchdog emulation

2015-06-17 Thread Michael S. Tsirkin
On Mon, Jun 01, 2015 at 08:48:41PM -0300, Paulo Alcantara wrote: v1 - v2: * some cleanup * add test for TCO_LOCK bit v2 - v3: * add tests for TCO control status bits * fix check of SECOND_TO_STS bit (it's set in TCO2_STS reg) Changelog after -- please. Pls add a bit of description

[Qemu-devel] [PATCH v3 3/3] tests: add testcase for TCO watchdog emulation

2015-06-01 Thread Paulo Alcantara
v1 - v2: * some cleanup * add test for TCO_LOCK bit v2 - v3: * add tests for TCO control status bits * fix check of SECOND_TO_STS bit (it's set in TCO2_STS reg) Signed-off-by: Paulo Alcantara pca...@zytor.com --- tests/Makefile | 2 + tests/tco-test.c | 475