<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qemu/scripts/modules, branch master</title>
<subtitle>QEMU development tree</subtitle>
<id>https://git.zx2c4.com/qemu/atom/scripts/modules?h=master</id>
<link rel='self' href='https://git.zx2c4.com/qemu/atom/scripts/modules?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/'/>
<updated>2020-05-31T11:56:46Z</updated>
<entry>
<title>scripts/modules/module_block: Use Python 3 interpreter &amp; add pseudo-main</title>
<updated>2020-05-31T11:56:46Z</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
<email>philmd@redhat.com</email>
</author>
<published>2020-05-12T10:32:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=5aa628045d4cf1c258c92ce7e525bb8d4b2e072d'/>
<id>urn:sha1:5aa628045d4cf1c258c92ce7e525bb8d4b2e072d</id>
<content type='text'>
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: John Snow &lt;jsnow@redhat.com&gt;
Reviewed-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
Message-Id: &lt;20200512103238.7078-6-philmd@redhat.com&gt;
</content>
</entry>
<entry>
<title>drop "from __future__ import print_function"</title>
<updated>2020-02-07T14:15:16Z</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2020-02-04T16:06:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=423edd9a31b3c78007bb5d9c9a9b3c0c618a10a8'/>
<id>urn:sha1:423edd9a31b3c78007bb5d9c9a9b3c0c618a10a8</id>
<content type='text'>
This is only needed for Python 2, which we do not support anymore.

Cc: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Acked-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Acked-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20200204160604.19883-1-pbonzini@redhat.com&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
</content>
</entry>
<entry>
<title>Include qemu-common.h exactly where needed</title>
<updated>2019-06-12T11:20:20Z</updated>
<author>
<name>Markus Armbruster</name>
<email>armbru@redhat.com</email>
</author>
<published>2019-05-23T14:35:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=a8d2532645cf5ce4f75981f81dfe363efc35d05c'/>
<id>urn:sha1:a8d2532645cf5ce4f75981f81dfe363efc35d05c</id>
<content type='text'>
No header includes qemu-common.h after this commit, as prescribed by
qemu-common.h's file comment.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20190523143508.25387-5-armbru@redhat.com&gt;
[Rebased with conflicts resolved automatically, except for
include/hw/arm/xlnx-zynqmp.h hw/arm/nrf51_soc.c hw/arm/msf2-soc.c
block/qcow2-refcount.c block/qcow2-cluster.c block/qcow2-cache.c
target/arm/cpu.h target/lm32/cpu.h target/m68k/cpu.h target/mips/cpu.h
target/moxie/cpu.h target/nios2/cpu.h target/openrisc/cpu.h
target/riscv/cpu.h target/tilegx/cpu.h target/tricore/cpu.h
target/unicore32/cpu.h target/xtensa/cpu.h; bsd-user/main.c and
net/tap-bsd.c fixed up]
</content>
</entry>
<entry>
<title>scripts: Allow block module to not define BlockDriver</title>
<updated>2016-10-07T12:14:06Z</updated>
<author>
<name>Fam Zheng</name>
<email>famz@redhat.com</email>
</author>
<published>2016-09-05T02:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=159975f38b2c88cd7b1fef511ba86dd7266a9f4e'/>
<id>urn:sha1:159975f38b2c88cd7b1fef511ba86dd7266a9f4e</id>
<content type='text'>
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Message-id: 1473043845-13197-2-git-send-email-famz@redhat.com
Reviewed-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Signed-off-by: Max Reitz &lt;mreitz@redhat.com&gt;
</content>
</entry>
<entry>
<title>blockdev: Add dynamic generation of module_block.h</title>
<updated>2016-09-20T20:10:58Z</updated>
<author>
<name>Marc Mari</name>
<email>markmb@redhat.com</email>
</author>
<published>2016-08-12T13:27:02Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=0c0c1fd973013671ea63680fcd9802766c1d04fe'/>
<id>urn:sha1:0c0c1fd973013671ea63680fcd9802766c1d04fe</id>
<content type='text'>
To simplify the addition of new block modules, add a script that generates
module_block.h automatically from the modules' source code.

This script assumes that the QEMU coding style rules are followed.

Signed-off-by: Marc Marí &lt;markmb@redhat.com&gt;
Signed-off-by: Colin Lord &lt;clord@redhat.com&gt;
Reviewed-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Message-id: 1471008424-16465-3-git-send-email-clord@redhat.com
Reviewed-by: Max Reitz &lt;mreitz@redhat.com&gt;
Signed-off-by: Max Reitz &lt;mreitz@redhat.com&gt;
</content>
</entry>
</feed>
