<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/python/qemu/pylintrc, branch master</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/python/qemu/pylintrc?h=master</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/python/qemu/pylintrc?h=master'/>
<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>python/qemu: Cleanup changes to ConsoleSocket</title>
<updated>2020-07-27T08:41:52+00:00</updated>
<author>
<name>Robert Foley</name>
</author>
<published>2020-07-24T06:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=4b84d87449f7f7cae5a032f40200915332b32a70'/>
<id>urn:sha1:4b84d87449f7f7cae5a032f40200915332b32a70</id>
<content type='text'>
The changes to console_socket.py and machine.py are to
cleanup for pylint and flake8.

Signed-off-by: Robert Foley &lt;robert.foley@linaro.org&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Message-Id: &lt;20200717203041.9867-2-robert.foley@linaro.org&gt;
Message-Id: &lt;20200724064509.331-15-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>python/qemu: delint and add pylintrc</title>
<updated>2020-05-31T16:25:30+00:00</updated>
<author>
<name>John Snow</name>
</author>
<published>2020-05-28T22:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9b8ccd6d5b81f10436764bf7e334e087f3918d12'/>
<id>urn:sha1:9b8ccd6d5b81f10436764bf7e334e087f3918d12</id>
<content type='text'>
Bring our these files up to speed with pylint 2.5.0.
Add a pylintrc file to formalize which pylint subset
we are targeting.

The similarity ignore is there to suppress similarity
reports across imports, which for typing constants,
are going to trigger this report erroneously.

Signed-off-by: John Snow &lt;jsnow@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-Id: &lt;20200528222129.23826-4-jsnow@redhat.com&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
</content>
</entry>
</feed>
