<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/vm/fedora, branch master</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/tests/vm/fedora?h=master</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/vm/fedora?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-09-20T15:27:39+00:00</updated>
<entry>
<title>tests/vm: Remove obsolete Fedora VM test</title>
<updated>2022-09-20T15:27:39+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2022-09-14T15:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3c696fdc596cdf04f8a1b3fa2cecabbb82507bb4'/>
<id>urn:sha1:3c696fdc596cdf04f8a1b3fa2cecabbb82507bb4</id>
<content type='text'>
It's still based on Fedora 30 - which is not supported anymore by QEMU
since years. Seems like nobody is using (and refreshing) this, and it's
easier to test this via a container anyway, so let's remove this now.

Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;20220822175317.190551-1-thuth@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Message-Id: &lt;20220914155950.804707-18-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/vm: do not specify -bios option</title>
<updated>2022-07-06T07:27:58+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2022-06-16T08:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=170ed475cd5f78261c56cebf12541ceee4807594'/>
<id>urn:sha1:170ed475cd5f78261c56cebf12541ceee4807594</id>
<content type='text'>
When running from the build tree, the executable is able to find
the BIOS on its own; when running from the source tree, a firmware
blob should already be installed and there is no guarantee that
the one in the source tree works with the QEMU that is being used for
the installation.

Just remove the -bios option, since it is unnecessary and in fact
there are other x86 VM tests that do not bother specifying it.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests: Drop perl-Test-Harness from the CI containers / VMs</title>
<updated>2022-04-20T06:54:16+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2022-03-29T10:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b0dd0a3d74e9ed9532bd4a7724bdafffe7509462'/>
<id>urn:sha1:b0dd0a3d74e9ed9532bd4a7724bdafffe7509462</id>
<content type='text'>
The perl test harness is not necessary anymore since commit 3d2f73ef75
("build: use "meson test" as the test harness"). Thus remove it from
tests/lcitool/projects/qemu.yml, run "make lcitool-refresh" and manually
clean the remaining docker / vm files that are not managed by lcitool yet.

Message-Id: &lt;20220329102808.423681-1-thuth@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>add ninja to dockerfiles, CI configurations and test VMs</title>
<updated>2020-10-17T14:45:50+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2020-08-13T13:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=345d7053ca4a39b0496366f3c953ae2681570ce3'/>
<id>urn:sha1:345d7053ca4a39b0496366f3c953ae2681570ce3</id>
<content type='text'>
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Acked-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/vm: change scripts to use self._config</title>
<updated>2020-07-11T14:52:59+00:00</updated>
<author>
<name>Robert Foley</name>
</author>
<published>2020-07-01T13:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=df00168039c8a58db3c33456db2c00da51043ee2'/>
<id>urn:sha1:df00168039c8a58db3c33456db2c00da51043ee2</id>
<content type='text'>
This change converts existing scripts to using for example self.ROOT_PASS,
to self._config['root_pass'].
We made similar changes for GUEST_USER, and GUEST_PASS.
This allows us also to remove the change in basevm.py,
which adds __getattr__ for backwards compatibility.

Signed-off-by: Robert Foley &lt;robert.foley@linaro.org&gt;
Reviewed-by: Peter Puhov &lt;peter.puhov@linaro.org&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-Id: &lt;20200601211421.1277-8-robert.foley@linaro.org&gt;
Message-Id: &lt;20200701135652.1366-12-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/vm: Remove flex/bison packages</title>
<updated>2020-06-08T16:04:19+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2020-05-15T16:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e661e9580cb78b04bc2b843cee8ed23fbef1f311'/>
<id>urn:sha1:e661e9580cb78b04bc2b843cee8ed23fbef1f311</id>
<content type='text'>
QEMU does not use flex/bison packages.

Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Claudio Fontana &lt;cfontana@suse.de&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20200515163029.12917-3-philmd@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/vm: move vga setup</title>
<updated>2020-03-27T13:43:20+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2020-03-23T16:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=50a06452c75424ad5f0a8d57997d7e16011160b3'/>
<id>urn:sha1:50a06452c75424ad5f0a8d57997d7e16011160b3</id>
<content type='text'>
Move '-device VGA' from basevm.py to the guests, so they have
the chance to opt out and run without display device.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-Id: &lt;20200310083218.26355-3-kraxel@redhat.com&gt;
Message-Id: &lt;20200323161514.23952-3-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>configure: Enable test and libs for zstd</title>
<updated>2020-02-28T08:24:43+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2019-12-17T20:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3a67848134d0c07da49033f9ed08bf0ddeec0c6d'/>
<id>urn:sha1:3a67848134d0c07da49033f9ed08bf0ddeec0c6d</id>
<content type='text'>
Add it to several build systems to make testing good.

Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests: Explicit usage of Python 3</title>
<updated>2020-02-07T14:12:48+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2020-01-30T16:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c88ee46cdb9888fbe9ea45c174743d6f7544b737'/>
<id>urn:sha1:c88ee46cdb9888fbe9ea45c174743d6f7544b737</id>
<content type='text'>
Use the program search path to find the Python 3 interpreter.

Patch created mechanically by running:

  $ sed -i "s,^#\!/usr/bin/\(env\ \)\?python$,#\!/usr/bin/env python3," \
       $(git grep -l 'if __name__.*__main__')

Reported-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Suggested-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Suggested-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Acked-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Acked-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Message-Id: &lt;20200130163232.10446-5-philmd@redhat.com&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/vm: Allow to set qemu-img path</title>
<updated>2019-12-18T20:17:33+00:00</updated>
<author>
<name>Wainer dos Santos Moschetta</name>
</author>
<published>2019-11-14T13:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1e48931c0c0c29a30342614edb772fad8e4cff98'/>
<id>urn:sha1:1e48931c0c0c29a30342614edb772fad8e4cff98</id>
<content type='text'>
By default VM build test use qemu-img from system's PATH to
create the image disk. Due the lack of qemu-img on the system
or the desire to simply use a version built with QEMU, it would
be nice to allow one to set its path. So this patch makes that
possible by reading the path to qemu-img from QEMU_IMG if set,
otherwise it fallback to default behavior.

Signed-off-by: Wainer dos Santos Moschetta &lt;wainersm@redhat.com&gt;
Message-Id: &lt;20191114134246.12073-2-wainersm@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
</content>
</entry>
</feed>
