[Qemu-devel] [PATCH V2 2/2] tests.acceptance.boot_linux_console: Add pseries linux boot console test

2019-08-19 Thread sathnaga
From: Satheesh Rajendran Add pseries linux boot console test $avocado --show=console run -t arch:ppc64le boot_linux_console.py console: SLOF ** console: QEMU Starting console: Build Date = Jul 3 2019 12:26:14 console: FW Vers

[Qemu-devel] [PATCH V2 1/2] tests.acceptance.avocado_qemu: Add support for powerpc

2019-08-19 Thread sathnaga
From: Satheesh Rajendran Current acceptance test will not run properly in powerpc environment due qemu target is different from arch, this usually matches, except with bi-endian architectures like ppc64. uname would return `ppc64` or `ppc64le` based `big` or `little` endian but qemu `target` is a

[Qemu-devel] [PATCH V2 0/2] Add support for powerpc acceptance test

2019-08-19 Thread sathnaga
From: Satheesh Rajendran This series attempt to add support for avocado acceptance test for powerpc and adds linux console boot test. avocado run boot_linux_console.py:BootLinuxConsole.test_ppc64le_pseries version.py vnc.py JOB ID : ec1e09d8259bc0c79eacdb4353df6223be369b84 JOB LOG: /hom

[Qemu-devel] [PATCH 1/2] tests.acceptance.avocado_qemu: Add support for powerpc

2019-07-26 Thread sathnaga
From: Satheesh Rajendran Current acceptance test will not run in powerpc Little endian environment due the arch name does not match the qemu binary path, let's handle it. Signed-off-by: Satheesh Rajendran --- tests/acceptance/avocado_qemu/__init__.py | 4 1 file changed, 4 insertions(+)

[Qemu-devel] [PATCH 0/2] Add support for powerpc acceptance test

2019-07-26 Thread sathnaga
From: Satheesh Rajendran This series attempt to add support for avocado acceptance test for powerpc and adds linux console boot test. avocado run boot_linux_console.py:BootLinuxConsole.test_ppc64le_pseries version.py vnc.py JOB ID : 918ed65e5e8bc1370c84c166a2c41936a700571e JOB LOG: /ho

[Qemu-devel] [PATCH 2/2] tests.acceptance.boot_linux_console: Add pseries linux boot console test

2019-07-26 Thread sathnaga
From: Satheesh Rajendran Add pseries linux boot console test $avocado --show=console run -t arch:ppc64le boot_linux_console.py console: SLOF ** console: QEMU Starting console: Build Date = Jul 3 2019 12:26:14 console: FW Vers

[Qemu-devel] [PATCH] Fix typo on "info pic" monitor cmd output for xive

2019-05-09 Thread sathnaga
From: Satheesh Rajendran Instead of LISN i.e "Logical Interrupt Source Number" as per Xive PAPR document "info pic" prints as LSIN, let's fix it. Signed-off-by: Satheesh Rajendran --- hw/intc/spapr_xive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/intc/spapr_xive.c

[Qemu-devel] [PATCH] hmp.c: Revert hmp_info_cpus output format

2018-03-27 Thread sathnaga
From: Satheesh Rajendran This commit 137b5cb6ab565cb3781d5337591e155932b4230e refactors info cpus output and changes output format from 'thread_id' to 'thread-id', this would break parsing of output in above layers like libvirt, test framework etc. This patch just reverts back output format to '