<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/target/s390x/tcg-stub.c, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/target/s390x/tcg-stub.c?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/target/s390x/tcg-stub.c?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-07-07T12:01:55+00:00</updated>
<entry>
<title>target/s390x: remove tcg-stub.c</title>
<updated>2021-07-07T12:01:55+00:00</updated>
<author>
<name>Cho, Yu-Chen</name>
</author>
<published>2021-07-07T10:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=dda740dec54f947e23b90e1e042281e9a65ec128'/>
<id>urn:sha1:dda740dec54f947e23b90e1e042281e9a65ec128</id>
<content type='text'>
now that we protect all calls to the tcg-specific functions
with if (tcg_enabled()), we do not need the TCG stub anymore.

Signed-off-by: Claudio Fontana &lt;cfontana@suse.de&gt;
Signed-off-by: Cho, Yu-Chen &lt;acho@suse.com&gt;
Reviewed-by: David Hildenbrand &lt;david@redhat.com&gt;
Reviewed-by: Cornelia Huck &lt;cohuck@redhat.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;20210707105324.23400-6-acho@suse.com&gt;
Signed-off-by: Cornelia Huck &lt;cohuck@redhat.com&gt;
</content>
</entry>
<entry>
<title>target/s390x: Remove ilen parameter from tcg_s390_program_interrupt</title>
<updated>2019-10-09T10:49:01+00:00</updated>
<author>
<name>Richard Henderson</name>
</author>
<published>2019-10-01T17:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3e2018589244b1af8f046ebe387670aecd4156c2'/>
<id>urn:sha1:3e2018589244b1af8f046ebe387670aecd4156c2</id>
<content type='text'>
Since we begin the operation with an unwind, we have the proper
value of ilen immediately available.

Reviewed-by: David Hildenbrand &lt;david@redhat.com&gt;
Signed-off-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;20191001171614.8405-3-richard.henderson@linaro.org&gt;
Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;
</content>
</entry>
<entry>
<title>s390x/tcg: factor out and fix DATA exception injection</title>
<updated>2018-10-04T08:32:39+00:00</updated>
<author>
<name>David Hildenbrand</name>
</author>
<published>2018-09-27T13:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bbf6ea3bd961970785a583117ac1c0b84a8ee736'/>
<id>urn:sha1:bbf6ea3bd961970785a583117ac1c0b84a8ee736</id>
<content type='text'>
The DXC is to be stored in the low core, and only in the FPC in case AFP
is enabled in CR0. Stub is not required in current code, but this way
we never run into problems.

Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;
Message-Id: &lt;20180927130303.12236-3-david@redhat.com&gt;
Signed-off-by: Cornelia Huck &lt;cohuck@redhat.com&gt;
</content>
</entry>
<entry>
<title>s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturn</title>
<updated>2018-10-04T08:32:39+00:00</updated>
<author>
<name>David Hildenbrand</name>
</author>
<published>2018-09-27T13:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=52341ed61d3a7b84602f6ee6b4234027ed5e6172'/>
<id>urn:sha1:52341ed61d3a7b84602f6ee6b4234027ed5e6172</id>
<content type='text'>
Move it into TCG-only code and provide a stub. Turn it into noreturn.

As Richard noted, we currently don't log the psw.addr before restoring
the state, fix that by moving (duplicating) the qemu_log_mask in the
tcg/kvm handlers.

Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;
Message-Id: &lt;20180927130303.12236-2-david@redhat.com&gt;
Signed-off-by: Cornelia Huck &lt;cohuck@redhat.com&gt;
</content>
</entry>
<entry>
<title>s390x/tcg: rearm the CKC timer during migration</title>
<updated>2018-07-02T08:37:38+00:00</updated>
<author>
<name>David Hildenbrand</name>
</author>
<published>2018-06-27T13:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7c12f710bad60dc7e509da4e80c77e952ef0490c'/>
<id>urn:sha1:7c12f710bad60dc7e509da4e80c77e952ef0490c</id>
<content type='text'>
If the CPU data is migrated after the TOD clock, the CKC timer of a CPU
is not rearmed. Let's rearm it when loading the CPU state.

Introduce tcg-stub.c just like kvm-stub.c for tcg specific stubs.

Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;
Message-Id: &lt;20180627134410.4901-9-david@redhat.com&gt;
Signed-off-by: Cornelia Huck &lt;cohuck@redhat.com&gt;
</content>
</entry>
</feed>
