<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/accel/Makefile.objs, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/accel/Makefile.objs?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/accel/Makefile.objs?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-08-21T10:30:36+00:00</updated>
<entry>
<title>meson: accel</title>
<updated>2020-08-21T10:30:36+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2019-08-18T12:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1a82878a0840ec963119fdf40895d87861884f40'/>
<id>urn:sha1:1a82878a0840ec963119fdf40895d87861884f40</id>
<content type='text'>
Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>accel: Move Xen accelerator code under accel/xen/</title>
<updated>2020-06-10T16:09:56+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2020-05-08T10:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=da278d58a092bfcc4e36f1e274229c1468dea731'/>
<id>urn:sha1:da278d58a092bfcc4e36f1e274229c1468dea731</id>
<content type='text'>
This code is not related to hardware emulation.
Move it under accel/ with the other hypervisors.

Reviewed-by: Paul Durrant &lt;paul@xen.org&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-Id: &lt;20200508100222.7112-1-philmd@redhat.com&gt;
Reviewed-by: Juan Quintela &lt;quintela@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>accel: compile accel/accel.c just once</title>
<updated>2019-12-17T18:32:25+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2019-11-14T11:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=03a7a1961f0ace505dc62d38be84ce3de6c9e92e'/>
<id>urn:sha1:03a7a1961f0ace505dc62d38be84ce3de6c9e92e</id>
<content type='text'>
Now that accel/accel.c does not use CONFIG_TCG or CONFIG_KVM anymore,
it need not be compiled once for every softmmu target.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>qtest: Don't compile qtest accel on non-POSIX systems</title>
<updated>2019-05-02T14:56:33+00:00</updated>
<author>
<name>Eduardo Habkost</name>
</author>
<published>2019-04-22T21:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a08052bc248632f8c16ef0c5b93e0611543e89cc'/>
<id>urn:sha1:a08052bc248632f8c16ef0c5b93e0611543e89cc</id>
<content type='text'>
qtest_available() will always return 0 on non-POSIX systems.
It's simpler to just not compile the accelerator code on those
systems instead of relying on the AccelClass::available function.

Signed-off-by: Eduardo Habkost &lt;ehabkost@redhat.com&gt;
Message-Id: &lt;20190422210448.2488-3-ehabkost@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt; [on mingw64]
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>qtest: Move accel code to accel/qtest.c</title>
<updated>2019-05-02T14:56:33+00:00</updated>
<author>
<name>Eduardo Habkost</name>
</author>
<published>2019-04-22T21:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3fe13fe16e2147ccbab037ace60e2bd3831094fd'/>
<id>urn:sha1:3fe13fe16e2147ccbab037ace60e2bd3831094fd</id>
<content type='text'>
QTest has two parts: the server (-qtest) and the accelerator
(-machine accel=qtest).  The accelerator depends on CONFIG_POSIX
due to its usage of sigwait(), but the server doesn't.

Move the accel code to accel/qtest.c.  Later we will disable
compilation of accel/qtest.c on non-POSIX systems.

Signed-off-by: Eduardo Habkost &lt;ehabkost@redhat.com&gt;
Message-Id: &lt;20190422210448.2488-2-ehabkost@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
[thuth: added fixup for MAINTAINERS file]
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>kvm: add memory encryption context</title>
<updated>2018-03-13T11:04:03+00:00</updated>
<author>
<name>Brijesh Singh</name>
</author>
<published>2018-03-08T12:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b20e37801fc4a94ba40737541710c29c923e1c48'/>
<id>urn:sha1:b20e37801fc4a94ba40737541710c29c923e1c48</id>
<content type='text'>
Split from a patch by Brijesh Singh (brijesh.singh@amd.com).

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Brijesh Singh &lt;brijesh.singh@amd.com&gt;
</content>
</entry>
<entry>
<title>tcg: add the CONFIG_TCG into Makefiles</title>
<updated>2017-07-05T07:12:44+00:00</updated>
<author>
<name>Yang Zhong</name>
</author>
<published>2017-07-03T10:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e4b4b6428ca45cb1374dab98ab1d23a213a5db9a'/>
<id>urn:sha1:e4b4b6428ca45cb1374dab98ab1d23a213a5db9a</id>
<content type='text'>
Add the CONFIG_TCG for frontend and backend's files in the related
Makefiles.

Signed-off-by: Yang Zhong &lt;yang.zhong@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>accel: move kvm related accelerator files into accel/</title>
<updated>2017-06-15T09:04:06+00:00</updated>
<author>
<name>Yang Zhong</name>
</author>
<published>2017-06-02T06:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=92229a57bba10d5bbf469221c32a18d4bed642f4'/>
<id>urn:sha1:92229a57bba10d5bbf469221c32a18d4bed642f4</id>
<content type='text'>
move kvm related accelerator files into accel/ subdirectory, also
create one stub subdirectory, which will include accelerator's stub
files.

Signed-off-by: Yang Zhong &lt;yang.zhong@intel.com&gt;
Message-Id: &lt;1496383606-18060-5-git-send-email-yang.zhong@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>accel: split the tcg accelerator from accel.c file</title>
<updated>2017-06-15T09:04:05+00:00</updated>
<author>
<name>Yang Zhong</name>
</author>
<published>2017-06-02T06:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a9ded6017ea39ea845fb1acf5187528bd74acb04'/>
<id>urn:sha1:a9ded6017ea39ea845fb1acf5187528bd74acb04</id>
<content type='text'>
there are some types of accelerators in qemu, and all accelerators
have their own file except tcg. tcg accelerator is also defined in
accel.c file. tcg accelerator file will be splited from accel.c and
re-name to tcg-all.c. accel/ directory will be created to include
kvm and tcg related files.

Signed-off-by: Yang Zhong &lt;yang.zhong@intel.com&gt;
Message-Id: &lt;1496383606-18060-2-git-send-email-yang.zhong@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
</feed>
