Show patches with: Submitter = Wainer dos Santos Moschetta       |   124 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/1] accel: Remove unused AccelClass::opt_name attribute accel: get rid of AccelClass::opt_name - - - --- 2019-05-31 Wainer dos Santos Moschetta New
[1/1] checkpatch: check for malformed comment block. checkpatch: checker for comment block - - - --- 2018-12-13 Wainer dos Santos Moschetta New
[1/1] tests/Makefile: Fix check-report.* targets shown in check-help tests/Makefile: Show check-report.tap in check-help - 1 - --- 2019-12-11 Wainer dos Santos Moschetta New
[1/1] tests/vm: Allow to set qemu-img path tests/vm: Allow to set path to qemu-img - 1 - --- 2019-11-14 Wainer dos Santos Moschetta New
[1/1] travis.yml: Fix Travis YAML configuration warnings Travis: Fix YAML warnings - - - --- 2020-02-07 Wainer dos Santos Moschetta New
[1/1] travis.yml: Install genisoimage package travis.yml: Missing genisoimage package - 1 - --- 2020-01-10 Wainer dos Santos Moschetta New
[1/1] virtiofsd: Allow to build it without the tools Allow to build virtiofsd without the entire tools - 2 - --- 2021-02-01 Wainer dos Santos Moschetta New
[1/1] vl: make -accel help to list enabled accelerators only -accel should list enabled accelerators - - - --- 2019-05-30 Wainer dos Santos Moschetta New
[1/2] docker: Fix travis.py parser and misc change make docker-travis work again - 1 - --- 2019-03-20 Wainer dos Santos Moschetta New
[1/2] hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug() hw/mem/pc-dimm: Trivial code changes - - - --- 2020-03-10 Wainer dos Santos Moschetta New
[1/2] python/qemu: Add set_qmp_monitor() to QEMUMachine tests/acceptance: Use QEMUMachine on tests that expect failure - - - --- 2019-11-12 Wainer dos Santos Moschetta New
[1/2] tests/acceptance: Add PVH boot test tests/acceptance: Add boot vmlinux test - - 1 --- 2019-12-06 Wainer dos Santos Moschetta New
[1/2] travis.yml: avocado: Print logs of non-pass tests only travis: Improve log browseability - 1 1 --- 2019-12-30 Wainer dos Santos Moschetta New
[1/3] python/qemu: Allow to launch the VM without qmp Acceptance tests: boot Linux with KVM test - - - --- 2019-06-28 Wainer dos Santos Moschetta New
[1/3] tests/acceptance: Automatic set -cpu to the test vm tests/acceptance: Handle tests with "cpu" tag - - - --- 2021-02-24 Wainer dos Santos Moschetta New
[1/3] tests/acceptance: Bump avocado requirements to 83.0 gitlab-ci: Refactor show logs code and archive logs - 1 - --- 2020-12-11 Wainer dos Santos Moschetta New
[1/4] python/qemu: Move kvm_available() to its own module python/qemu: New accel module and improvements - 1 - --- 2019-11-15 Wainer dos Santos Moschetta New
[1/5] python/qemu: qmp: Replace socket.error with OSError python/qemu: qmp: Fix, delint and improvements - 1 - --- 2019-12-27 Wainer dos Santos Moschetta New
[1/5] tests/vm: Use python configured on build tests/vm: Python 3, improve image caching, and misc - - - --- 2019-03-29 Wainer dos Santos Moschetta New
[1/7] tests/acceptance: Introduce the ConsoleMixIn class tests/acceptance: Introducing the ConsoleMixIn - - - --- 2021-05-03 Wainer dos Santos Moschetta New
[2/2] .travis.yml: Add kernel build deps for acceptance tests tests/acceptance: Add boot vmlinux test - - - --- 2019-12-06 Wainer dos Santos Moschetta New
[2/2] docker: Fix travis script unable to find source dir make docker-travis work again - 1 - --- 2019-03-20 Wainer dos Santos Moschetta New
[2/2] hw/mem/pc-dimm: Fix line over 80 characters warning hw/mem/pc-dimm: Trivial code changes - - - --- 2020-03-10 Wainer dos Santos Moschetta New
[2/2] tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine tests/acceptance: Use QEMUMachine on tests that expect failure - 1 1 --- 2019-11-12 Wainer dos Santos Moschetta New
[2/2] travis.yml: Detach build and test steps travis: Improve log browseability - 1 1 --- 2019-12-30 Wainer dos Santos Moschetta New
[2/3] gitlab-ci: Refactor code that show logs of failed acceptances gitlab-ci: Refactor show logs code and archive logs - 1 - --- 2020-12-11 Wainer dos Santos Moschetta New
[2/3] tests/acceptance: Introduce the "accel" tag Acceptance tests: boot Linux with KVM test - - - --- 2019-06-28 Wainer dos Santos Moschetta New
[2/3] tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests tests/acceptance: Handle tests with "cpu" tag - - - --- 2021-02-24 Wainer dos Santos Moschetta New
[2/4] python/qemu: accel: Add list_accel() method python/qemu: New accel module and improvements - 1 - --- 2019-11-15 Wainer dos Santos Moschetta New
[2/5] python/qemu: Delint the qmp module python/qemu: qmp: Fix, delint and improvements - 2 - --- 2019-12-27 Wainer dos Santos Moschetta New
[2/5] tests/vm: Port basevm to Python 3 tests/vm: Python 3, improve image caching, and misc - 1 - --- 2019-03-29 Wainer dos Santos Moschetta New
[2/7] tests/acceptance: Move exec_command to ConsoleMixIn tests/acceptance: Introducing the ConsoleMixIn - - - --- 2021-05-03 Wainer dos Santos Moschetta New
[3/3] gitlab-ci: Archive logs of acceptance tests gitlab-ci: Refactor show logs code and archive logs - 2 - --- 2020-12-11 Wainer dos Santos Moschetta New
[3/3] tests/acceptance: Add boot linux with kvm test Acceptance tests: boot Linux with KVM test - - - --- 2019-06-28 Wainer dos Santos Moschetta New
[3/3] tests/acceptance: Tagging tests with "cpu:VALUE" tests/acceptance: Handle tests with "cpu" tag - - - --- 2021-02-24 Wainer dos Santos Moschetta New
[3/4] python/qemu: accel: Strengthen kvm_available() checks python/qemu: New accel module and improvements - 1 - --- 2019-11-15 Wainer dos Santos Moschetta New
[3/5] python/qemu: qmp: Make accept()'s timeout configurable python/qemu: qmp: Fix, delint and improvements - 1 - --- 2019-12-27 Wainer dos Santos Moschetta New
[3/5] tests/vm: Detect the image changed on server tests/vm: Python 3, improve image caching, and misc - - - --- 2019-03-29 Wainer dos Santos Moschetta New
[3/7] tests/acceptance: Move exec_command_and_wait_for_pattern to ConsoleMixIn tests/acceptance: Introducing the ConsoleMixIn - - - --- 2021-05-03 Wainer dos Santos Moschetta New
[4/4] python/qemu: accel: Add tcg_available() method python/qemu: New accel module and improvements - 1 - --- 2019-11-15 Wainer dos Santos Moschetta New
[4/5] python/qemu: qmp: Make QEMUMonitorProtocol a context manager python/qemu: qmp: Fix, delint and improvements - - - --- 2019-12-27 Wainer dos Santos Moschetta New
[4/5] tests/vm: Fix build-centos docker-based tests run tests/vm: Python 3, improve image caching, and misc - - - --- 2019-03-29 Wainer dos Santos Moschetta New
[4/7] tests/acceptance: Sun4uMachine: Remove dependency to LinuxKernelTest tests/acceptance: Introducing the ConsoleMixIn - 1 - --- 2021-05-03 Wainer dos Santos Moschetta New
[5/5] python/qemu: qmp: Remove unnused attributes python/qemu: qmp: Fix, delint and improvements - 2 - --- 2019-12-27 Wainer dos Santos Moschetta New
[5/5] tests/vm: Add missing variables on help tests/vm: Python 3, improve image caching, and misc - - - --- 2019-03-29 Wainer dos Santos Moschetta New
[5/7] tests/acceptance: replay_kernel: Remove unused wait_for_console_pattern tests/acceptance: Introducing the ConsoleMixIn - 1 - --- 2021-05-03 Wainer dos Santos Moschetta New
[6/7] tests/acceptance: Move wait_for_console_pattern to ConsoleMixIn tests/acceptance: Introducing the ConsoleMixIn - - - --- 2021-05-03 Wainer dos Santos Moschetta New
[7/7] tests/acceptance: Move _console_interaction to ConsoleMixIn tests/acceptance: Introducing the ConsoleMixIn - 1 - --- 2021-05-03 Wainer dos Santos Moschetta New
[RFC,1/1] hw/core: add qom getter for kernel-irqchip property qom-get access to kernel-irqchip property - - - --- 2018-12-24 Wainer dos Santos Moschetta New
[RFC,1/6] travis.yml: Bump default environment to Ubuntu Bionic Travis: Change default environment to Ubuntu Bionic - - - --- 2020-02-17 Wainer dos Santos Moschetta New
[RFC,2/6] travis.yml: Fix 'GCC9 with sanitizers' job on Ubuntu Bionic Travis: Change default environment to Ubuntu Bionic - - - --- 2020-02-17 Wainer dos Santos Moschetta New
[RFC,3/6] travis.yml: Fix 'GCC check-acceptance' job on Ubuntu Bionic Travis: Change default environment to Ubuntu Bionic - - - --- 2020-02-17 Wainer dos Santos Moschetta New
[RFC,4/6] travis.yml: Fix 'Clang (main-softmmu)' job on Ubuntu Bionic Travis: Change default environment to Ubuntu Bionic - - - --- 2020-02-17 Wainer dos Santos Moschetta New
[RFC,5/6] travis.yml: Run '[ppc64] GCC check-tcg' job on Ubuntu Bionic Travis: Change default environment to Ubuntu Bionic - - - --- 2020-02-17 Wainer dos Santos Moschetta New
[RFC,6/6] travis.yml: Run '[aarch64] GCC check-tcg' job on Ubuntu Bionic Travis: Change default environment to Ubuntu Bionic - - - --- 2020-02-17 Wainer dos Santos Moschetta New
[RFC,v2] hw/arm/virt: makes virt a default machine type [RFC,v2] hw/arm/virt: makes virt a default machine type - - - --- 2019-06-20 Wainer dos Santos Moschetta New
[RFC] tests/acceptance: Handle machine type for ARM target [RFC] tests/acceptance: Handle machine type for ARM target - - - --- 2019-06-21 Wainer dos Santos Moschetta New
[v2,1/2] python/qemu: Add set_qmp_monitor() to QEMUMachine tests/acceptance: Use QEMUMachine on tests that expect failure - 1 - --- 2019-12-11 Wainer dos Santos Moschetta New
[v2,1/3] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter Acceptance tests: boot Linux with KVM test - - - --- 2019-12-18 Wainer dos Santos Moschetta New
[v2,1/4] python/qemu: Move kvm_available() to its own module python/qemu: New accel module and improvements - 2 - --- 2019-12-06 Wainer dos Santos Moschetta New
[v2,1/5] python/qemu: qmp: Replace socket.error with OSError python/qemu: qmp: Fix, delint and improvements - 1 - --- 2020-02-04 Wainer dos Santos Moschetta New
[v2,1/7] tests/acceptance: Automatic set -cpu to the test vm tests/acceptance: Handle tests with "cpu" tag - 2 1 --- 2021-04-08 Wainer dos Santos Moschetta New
[v2,2/2] tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine tests/acceptance: Use QEMUMachine on tests that expect failure - 1 1 --- 2019-12-11 Wainer dos Santos Moschetta New
[v2,2/3] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests Acceptance tests: boot Linux with KVM test - - - --- 2019-12-18 Wainer dos Santos Moschetta New
[v2,2/4] python/qemu: accel: Add list_accel() method python/qemu: New accel module and improvements - 2 - --- 2019-12-06 Wainer dos Santos Moschetta New
[v2,2/5] python/qemu: Delint the qmp module python/qemu: qmp: Fix, delint and improvements - 1 - --- 2020-02-04 Wainer dos Santos Moschetta New
[v2,2/7] tests/acceptance: Fix mismatch on cpu tagged tests tests/acceptance: Handle tests with "cpu" tag - 2 1 --- 2021-04-08 Wainer dos Santos Moschetta New
[v2,3/3] tests/acceptance: avocado_qemu: Refactor the handler of 'machine' parameter Acceptance tests: boot Linux with KVM test - 1 - --- 2019-12-18 Wainer dos Santos Moschetta New
[v2,3/4] python/qemu: accel: Strengthen kvm_available() checks python/qemu: New accel module and improvements - 3 1 --- 2019-12-06 Wainer dos Santos Moschetta New
[v2,3/5] python/qemu: qmp: Make accept()'s timeout configurable python/qemu: qmp: Fix, delint and improvements - 2 - --- 2020-02-04 Wainer dos Santos Moschetta New
[v2,3/7] tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests tests/acceptance: Handle tests with "cpu" tag - 2 1 --- 2021-04-08 Wainer dos Santos Moschetta New
[v2,4/4] python/qemu: accel: Add tcg_available() method python/qemu: New accel module and improvements - 3 1 --- 2019-12-06 Wainer dos Santos Moschetta New
[v2,4/5] python/qemu: qmp: Make QEMUMonitorProtocol a context manager python/qemu: qmp: Fix, delint and improvements - 1 - --- 2020-02-04 Wainer dos Santos Moschetta New
[v2,4/7] tests/acceptance: Tagging tests with "cpu:VALUE" tests/acceptance: Handle tests with "cpu" tag - 2 - --- 2021-04-08 Wainer dos Santos Moschetta New
[v2,5/5] python/qemu: qmp: Remove unnused attributes python/qemu: qmp: Fix, delint and improvements - 1 - --- 2020-02-04 Wainer dos Santos Moschetta New
[v2,5/7] python/qemu: Add args property to the QEMUMachine class tests/acceptance: Handle tests with "cpu" tag - 2 - --- 2021-04-08 Wainer dos Santos Moschetta New
[v2,6/7] tests/acceptance: Add set_vm_arg() to the Test class tests/acceptance: Handle tests with "cpu" tag - - - --- 2021-04-08 Wainer dos Santos Moschetta New
[v2,7/7] tests/acceptance: Handle cpu tag on x86_cpu_model_versions tests tests/acceptance: Handle tests with "cpu" tag - - - --- 2021-04-08 Wainer dos Santos Moschetta New
[v2] Acceptance tests: add Linux initrd checking test [v2] Acceptance tests: add Linux initrd checking test - 4 1 --- 2018-11-09 Wainer dos Santos Moschetta New
[v2] docs/devel: Explain how acceptance tests can be skipped [v2] docs/devel: Explain how acceptance tests can be skipped - 1 - --- 2021-01-15 Wainer dos Santos Moschetta New
[v2] docs/devel/testing.rst: Fix references to unit tests [v2] docs/devel/testing.rst: Fix references to unit tests - 3 - --- 2021-03-18 Wainer dos Santos Moschetta New
[v2] MAINTAINERS: Fix the location of tools manuals [v2] MAINTAINERS: Fix the location of tools manuals 1 2 1 --- 2021-02-04 Wainer dos Santos Moschetta New
[v2] target/i386: Fixes to the check missing features routine [v2] target/i386: Fixes to the check missing features routine - 3 - --- 2018-12-11 Wainer dos Santos Moschetta New
[v3,1/4] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter Acceptance tests: boot Linux with KVM test - - - --- 2020-01-22 Wainer dos Santos Moschetta New
[v3,1/5] python/qemu: Move kvm_available() to its own module python/qemu: New accel module and improvements - 3 1 --- 2019-12-12 Wainer dos Santos Moschetta New
[v3,1/7] tests/acceptance: Automatic set -cpu to the test vm tests/acceptance: Handle tests with "cpu" tag - 2 1 --- 2021-04-30 Wainer dos Santos Moschetta New
[v3,2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests Acceptance tests: boot Linux with KVM test - - - --- 2020-01-22 Wainer dos Santos Moschetta New
[v3,2/5] python/qemu: accel: Add list_accel() method python/qemu: New accel module and improvements - 3 - --- 2019-12-12 Wainer dos Santos Moschetta New
[v3,2/7] tests/acceptance: Fix mismatch on cpu tagged tests tests/acceptance: Handle tests with "cpu" tag - 2 1 --- 2021-04-30 Wainer dos Santos Moschetta New
[v3,3/4] tests/acceptance: avocado_qemu: Refactor the handler of 'machine' parameter Acceptance tests: boot Linux with KVM test - 1 - --- 2020-01-22 Wainer dos Santos Moschetta New
[v3,3/5] python/qemu: accel: Strengthen kvm_available() checks python/qemu: New accel module and improvements - 3 1 --- 2019-12-12 Wainer dos Santos Moschetta New
[v3,3/7] tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests tests/acceptance: Handle tests with "cpu" tag - 2 1 --- 2021-04-30 Wainer dos Santos Moschetta New
[v3,4/4] travis.yml: Enable acceptance KVM tests Acceptance tests: boot Linux with KVM test - - 1 --- 2020-01-22 Wainer dos Santos Moschetta New
[v3,4/5] python/qemu: accel: Add tcg_available() method python/qemu: New accel module and improvements - 3 1 --- 2019-12-12 Wainer dos Santos Moschetta New
[v3,4/7] tests/acceptance: Tagging tests with "cpu:VALUE" tests/acceptance: Handle tests with "cpu" tag - 2 - --- 2021-04-30 Wainer dos Santos Moschetta New
[v3,5/5] python/qemu: Remove unneeded imports in __init__ python/qemu: New accel module and improvements - 1 1 --- 2019-12-12 Wainer dos Santos Moschetta New
[v3,5/7] python/qemu: Add args property to the QEMUMachine class tests/acceptance: Handle tests with "cpu" tag - 2 - --- 2021-04-30 Wainer dos Santos Moschetta New
[v3,6/7] tests/acceptance: Add set_vm_arg() to the Test class tests/acceptance: Handle tests with "cpu" tag - 1 - --- 2021-04-30 Wainer dos Santos Moschetta New
[v3,7/7] tests/acceptance: Handle cpu tag on x86_cpu_model_versions tests tests/acceptance: Handle tests with "cpu" tag - 1 - --- 2021-04-30 Wainer dos Santos Moschetta New
[v4,1/5] python/qemu: Move kvm_available() to its own module python/qemu: New accel module and improvements - 2 - --- 2019-12-16 Wainer dos Santos Moschetta New
« 1 2 »