<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/target-s390x/exec.h, 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/exec.h?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/target-s390x/exec.h?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2011-07-30T09:41:14+00:00</updated>
<entry>
<title>exec.h cleanup</title>
<updated>2011-07-30T09:41:14+00:00</updated>
<author>
<name>Blue Swirl</name>
</author>
<published>2011-07-13T12:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3e4571724fb92c77de81d8b54957de8232be6706'/>
<id>urn:sha1:3e4571724fb92c77de81d8b54957de8232be6706</id>
<content type='text'>
Move softmmu_exec.h include directives from target-*/exec.h to
target-*/op_helper.c. Move also various other stuff only used in
op_helper.c there.

Define global env in dyngen-exec.h.

For i386, move wrappers for segment and FPU helpers from user-exec.c
to op_helper.c. Implement raise_exception_err_env() to handle dynamic
CPUState. Move the function declarations to cpu.h since they can be
used outside of op_helper.c context.

LM32, s390x, UniCore32: remove unused cpu_halted(), regs_to_env() and
env_to_regs().

ARM: make raise_exception() static.

Convert
#include "exec.h"
to
#include "cpu.h"
#include "dyngen-exec.h"
and remove now unused target-*/exec.h.

Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove exec-all.h include directives</title>
<updated>2011-06-26T18:25:35+00:00</updated>
<author>
<name>Blue Swirl</name>
</author>
<published>2011-06-19T20:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2b41f10e186ccb4f0058815161586f8d6d006ea3'/>
<id>urn:sha1:2b41f10e186ccb4f0058815161586f8d6d006ea3</id>
<content type='text'>
Most exec-all.h include directives are now useless, remove them.

Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move cpu_has_work and cpu_pc_from_tb to cpu.h</title>
<updated>2011-06-26T18:25:31+00:00</updated>
<author>
<name>Blue Swirl</name>
</author>
<published>2011-05-21T07:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f081c76ccfdbc1fdaa90fa5eb6abad46c1b5bfa8'/>
<id>urn:sha1:f081c76ccfdbc1fdaa90fa5eb6abad46c1b5bfa8</id>
<content type='text'>
Move functions cpu_has_work() and cpu_pc_from_tb() from exec.h to cpu.h. This is
needed by later patches.

Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>exec.h: fix coding style and change cpu_has_work to return bool</title>
<updated>2011-06-26T18:25:26+00:00</updated>
<author>
<name>Blue Swirl</name>
</author>
<published>2011-05-21T12:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f3e270377acd074f62e08960ef9444adf67d3590'/>
<id>urn:sha1:f3e270377acd074f62e08960ef9444adf67d3590</id>
<content type='text'>
Before the next patch, fix coding style of the areas affected.

Change the type of the return value from cpu_has_work() and
qemu_cpu_has_work() to bool.

Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>s390x: Enable s390x-softmmu target</title>
<updated>2011-04-18T18:51:59+00:00</updated>
<author>
<name>Alexander Graf</name>
</author>
<published>2011-04-15T15:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3110e2925489c571901e945e315942ce84fe696f'/>
<id>urn:sha1:3110e2925489c571901e945e315942ce84fe696f</id>
<content type='text'>
This patch adds some code paths for running s390x guest OSs without the
need for KVM.

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
Signed-off-by: Aurelien Jarno &lt;aurelien@aurel32.net&gt;
</content>
</entry>
<entry>
<title>inline cpu_halted into sole caller</title>
<updated>2011-03-13T14:44:21+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2011-03-12T16:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=eda48c344f35e5bd511dea3e8be56fb08c19b399'/>
<id>urn:sha1:eda48c344f35e5bd511dea3e8be56fb08c19b399</id>
<content type='text'>
All implementations are now the same, and there is only one caller,
so inline the function there.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>move cpu_pc_from_tb to target-*/exec.h</title>
<updated>2010-07-03T06:48:12+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2010-06-29T07:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=10eb0cc03c20b232356edb367516939d6d7bb862'/>
<id>urn:sha1:10eb0cc03c20b232356edb367516939d6d7bb862</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update to a hopefully more future proof FSF address</title>
<updated>2010-03-07T15:48:43+00:00</updated>
<author>
<name>Blue Swirl</name>
</author>
<published>2010-03-07T15:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=70539e1850ddd3a7ee6f9a8db7bd8e81b85225a4'/>
<id>urn:sha1:70539e1850ddd3a7ee6f9a8db7bd8e81b85225a4</id>
<content type='text'>
See also 8167ee883931cb20c6264fc19d040ce2dc6ceaaa,
530e7615ce3c01882e582c84dc6304ab98a3d5c5 and
fad6cb1a565bb73f83fc0e2654489457b489e436.

Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>kill regs_to_env and env_to_regs</title>
<updated>2010-01-19T22:31:02+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2010-01-15T07:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=49a945a3c0107463de3e57394622eff251e52fc4'/>
<id>urn:sha1:49a945a3c0107463de3e57394622eff251e52fc4</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add support for S390x system emulation</title>
<updated>2009-12-05T16:36:05+00:00</updated>
<author>
<name>Alexander Graf</name>
</author>
<published>2009-12-05T11:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=10c339a07d42fcccbccd3f8a5e9c94ccb51fe3e4'/>
<id>urn:sha1:10c339a07d42fcccbccd3f8a5e9c94ccb51fe3e4</id>
<content type='text'>
Let's enable the basics for system emulation so we can run virtual machines
with KVM!

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
Signed-off-by: Aurelien Jarno &lt;aurelien@aurel32.net&gt;
</content>
</entry>
</feed>
