<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/vm/aarch64vm.py, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/tests/vm/aarch64vm.py?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/vm/aarch64vm.py?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-06-01T20:21:21+00:00</updated>
<entry>
<title>python: create qemu packages</title>
<updated>2021-06-01T20:21:21+00:00</updated>
<author>
<name>John Snow</name>
</author>
<published>2021-05-27T21:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=beb6b57b3b1a1fe6ebc208d2edc12b504f69e29f'/>
<id>urn:sha1:beb6b57b3b1a1fe6ebc208d2edc12b504f69e29f</id>
<content type='text'>
move python/qemu/*.py to python/qemu/[machine, qmp, utils]/*.py and
update import directives across the tree.

This is done to create a PEP420 namespace package, in which we may
create subpackages. To do this, the namespace directory ("qemu") should
not have any modules in it. Those files will go into new 'machine',
'qmp' and 'utils' subpackages instead.

Implement machine/__init__.py making the top-level classes and functions
from its various modules available directly inside the package. Change
qmp.py to qmp/__init__.py similarly, such that all of the useful QMP
library classes are available directly from "qemu.qmp" instead of
"qemu.qmp.qmp".

Signed-off-by: John Snow &lt;jsnow@redhat.com&gt;
Reviewed-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Reviewed-by: Cleber Rosa &lt;crosa@redhat.com&gt;
Message-id: 20210527211715.394144-10-jsnow@redhat.com
Signed-off-by: John Snow &lt;jsnow@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/vm: switch from optsparse to argparse</title>
<updated>2020-07-11T14:53:00+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2020-07-01T13:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2fea3a125dd8ff05c0a8d324573d31f24cc6d422'/>
<id>urn:sha1:2fea3a125dd8ff05c0a8d324573d31f24cc6d422</id>
<content type='text'>
optparse has been deprecated since version 3.2 and argparse is the
blessed replacement. Take the opportunity to enhance our help output
showing defaults when called.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Reviewed-by: Robert Foley &lt;robert.foley@linaro.org&gt;

Message-Id: &lt;20200701135652.1366-15-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/vm: Added a new script for ubuntu.aarch64.</title>
<updated>2020-07-11T14:52:59+00:00</updated>
<author>
<name>Robert Foley</name>
</author>
<published>2020-07-01T13:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=13336606a5ef9d6beeb8c0763ac0a9d11c249cac'/>
<id>urn:sha1:13336606a5ef9d6beeb8c0763ac0a9d11c249cac</id>
<content type='text'>
ubuntu.aarch64 provides a script to create an Ubuntu 18.04 VM.
Another new file is also added aarch64vm.py, which is a module with
common methods used by aarch64 VMs, such as how to create the
flash images.

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;
Message-Id: &lt;20200601211421.1277-6-robert.foley@linaro.org&gt;
Message-Id: &lt;20200701135652.1366-10-alex.bennee@linaro.org&gt;
</content>
</entry>
</feed>
