<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qemu/scripts/ci, branch master</title>
<subtitle>QEMU development tree</subtitle>
<id>https://git.zx2c4.com/qemu/atom/scripts/ci?h=master</id>
<link rel='self' href='https://git.zx2c4.com/qemu/atom/scripts/ci?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/'/>
<updated>2024-08-16T07:16:03Z</updated>
<entry>
<title>ci: refresh package lists with lcitool</title>
<updated>2024-08-16T07:16:03Z</updated>
<author>
<name>Daniel P. Berrangé</name>
<email>berrange@redhat.com</email>
</author>
<published>2024-07-18T09:41:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=b4be15a9f9e73fa2e7c46da559f10afc94018984'/>
<id>urn:sha1:b4be15a9f9e73fa2e7c46da559f10afc94018984</id>
<content type='text'>
Refresh with the newly added gtk-vnc package

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Message-ID: &lt;20240718094159.902024-3-berrange@redhat.com&gt;
[thuth: fixed conflicts in .gitlab-ci.d/cirrus/*.vars]
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>test: Remove libibumad dependence</title>
<updated>2024-06-12T08:21:49Z</updated>
<author>
<name>zhenwei pi</name>
<email>pizhenwei@bytedance.com</email>
</author>
<published>2024-06-11T10:54:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=c0cb5ccc35cd24858bee16942ac04d60b4ae37da'/>
<id>urn:sha1:c0cb5ccc35cd24858bee16942ac04d60b4ae37da</id>
<content type='text'>
Remove libibumad dependence from the test environment.

Suggested-by: Philippe Mathieu-Daudé &lt;philmd@linaro.org&gt;
Signed-off-by: zhenwei pi &lt;pizhenwei@bytedance.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@linaro.org&gt;
Message-ID: &lt;20240611105427.61395-3-pizhenwei@bytedance.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>scripts/ci: drive ubuntu/build-environment.yml from lcitool</title>
<updated>2024-06-06T09:26:22Z</updated>
<author>
<name>Alex Bennée</name>
<email>alex.bennee@linaro.org</email>
</author>
<published>2024-06-03T17:53:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=c99064d03fc574254ab098562798c937a4761161'/>
<id>urn:sha1:c99064d03fc574254ab098562798c937a4761161</id>
<content type='text'>
Now lcitool can write the package list for us we no longer need to
duplicate the information directly in build-environment.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20240603175328.3823123-13-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/lcitool: generate package lists for ansible</title>
<updated>2024-06-06T09:26:13Z</updated>
<author>
<name>Alex Bennée</name>
<email>alex.bennee@linaro.org</email>
</author>
<published>2024-06-03T17:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=1417704564a50457fcef9f4ed11afbd9e9050bc4'/>
<id>urn:sha1:1417704564a50457fcef9f4ed11afbd9e9050bc4</id>
<content type='text'>
With the new ability to output YAML we can build the package list for
our ansible setup scripts. We will integrate them in the next commit.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20240603175328.3823123-12-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>docs/ci: clean-up references for consistency</title>
<updated>2024-06-06T09:26:08Z</updated>
<author>
<name>Alex Bennée</name>
<email>alex.bennee@linaro.org</email>
</author>
<published>2024-06-03T17:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=0eb7fadcfdaca701105480f2215bd3e38e40b3da'/>
<id>urn:sha1:0eb7fadcfdaca701105480f2215bd3e38e40b3da</id>
<content type='text'>
Document we have split up build-environment by distro and update the
references that exist in the code base to be correct.

Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20240603175328.3823123-7-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>scripts/ci: remove CentOS bits from common build-environment</title>
<updated>2024-06-06T09:26:02Z</updated>
<author>
<name>Alex Bennée</name>
<email>alex.bennee@linaro.org</email>
</author>
<published>2024-06-03T17:53:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=053d5042ad8df5c4670bee61e175f0dc8046ee6d'/>
<id>urn:sha1:053d5042ad8df5c4670bee61e175f0dc8046ee6d</id>
<content type='text'>
Although I've just removed the CentOS specific build-environment its
probably a bit too confusing to have multiple distros mixed up in one
place. Prior to moving clean-up what will be just for ubuntu.

Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20240603175328.3823123-6-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>ci: remove centos-steam-8 customer runner</title>
<updated>2024-06-06T09:20:46Z</updated>
<author>
<name>Alex Bennée</name>
<email>alex.bennee@linaro.org</email>
</author>
<published>2024-06-03T17:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=421a22ef8ec19bc6c1859a905142faeeaa7c35b2'/>
<id>urn:sha1:421a22ef8ec19bc6c1859a905142faeeaa7c35b2</id>
<content type='text'>
This broke since eef0bae3a7 (migration: Remove block migration) but
even after that was addressed it still fails to complete. As it will
shortly be EOL lets to remove the runner definition and the related
ansible setup bits.

We still have centos9 docker images build and test.

Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20240603175328.3823123-2-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>build-environment: make some packages optional</title>
<updated>2024-04-30T04:21:47Z</updated>
<author>
<name>Alex Bennée</name>
<email>alex.bennee@linaro.org</email>
</author>
<published>2024-04-26T15:39:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=83561896ac9d1ffbc872293ff449b7df79c6c667'/>
<id>urn:sha1:83561896ac9d1ffbc872293ff449b7df79c6c667</id>
<content type='text'>
Upgrading the s390x runner exposed some packages are not available for
it. Add an additional optional stage we only enable for arm64/x86_64
for now.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-ID: &lt;20240426153938.1707723-2-alex.bennee@linaro.org&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper</title>
<updated>2024-04-24T14:03:38Z</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
<email>philmd@linaro.org</email>
</author>
<published>2024-03-28T11:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=1dfd42c4264bbf47415a9e73f0d6b4e6a7cd7393'/>
<id>urn:sha1:1dfd42c4264bbf47415a9e73f0d6b4e6a7cd7393</id>
<content type='text'>
The whole RDMA subsystem was deprecated in commit e9a54265f5
("hw/rdma: Deprecate the pvrdma device and the rdma subsystem")
released in v8.2.

Remove:
 - PVRDMA device
 - generated vmw_pvrdma/ directory from linux-headers
 - rdmacm-mux tool from contrib/

Cc: Yuval Shaia &lt;yuval.shaia.ml@gmail.com&gt;
Cc: Marcel Apfelbaum &lt;marcel.apfelbaum@gmail.com&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@linaro.org&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Message-Id: &lt;20240328130255.52257-2-philmd@linaro.org&gt;
</content>
</entry>
<entry>
<title>ci/gitlab-pipeline-status: correct typos</title>
<updated>2024-02-21T05:16:57Z</updated>
<author>
<name>Manos Pitsidianakis</name>
<email>manos.pitsidianakis@linaro.org</email>
</author>
<published>2024-02-20T08:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=a062f7f9ecb6754b5f54e350809401c5cf7529f8'/>
<id>urn:sha1:a062f7f9ecb6754b5f54e350809401c5cf7529f8</id>
<content type='text'>
Correct typos automatically found with the `typos` tool
&lt;https://crates.io/crates/typos&gt;

Signed-off-by: Manos Pitsidianakis &lt;manos.pitsidianakis@linaro.org&gt;
Reviewed-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
</content>
</entry>
</feed>
