Re: [PATCH 3/3] avocado_qemu: add AVOCADO_DEFAULT_MACHINE

2023-01-18 Thread Daniel Henrique Barboza
On 1/18/23 12:42, Fabiano Rosas wrote: Daniel Henrique Barboza writes: Allow users to control which machine to use in tests where no particular machine is specified. This is a good way to run tests in a machine that's not the arch default, e.g. for qemu-system-x86_64 tests can be run using

Re: [PATCH 3/3] avocado_qemu: add AVOCADO_DEFAULT_MACHINE

2023-01-18 Thread Fabiano Rosas
Daniel Henrique Barboza writes: > Allow users to control which machine to use in tests where no particular > machine is specified. This is a good way to run tests in a machine > that's not the arch default, e.g. for qemu-system-x86_64 tests can be > run using a machine other than pc-i440fx. > >

[PATCH 3/3] avocado_qemu: add AVOCADO_DEFAULT_MACHINE

2023-01-18 Thread Daniel Henrique Barboza
Allow users to control which machine to use in tests where no particular machine is specified. This is a good way to run tests in a machine that's not the arch default, e.g. for qemu-system-x86_64 tests can be run using a machine other than pc-i440fx. This env var has greater effect when used