<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/hw/s390x/s390-skeys-kvm.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/hw/s390x/s390-skeys-kvm.c?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/hw/s390x/s390-skeys-kvm.c?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-09-06T14:24:05+00:00</updated>
<entry>
<title>hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabled</title>
<updated>2021-09-06T14:24:05+00:00</updated>
<author>
<name>David Hildenbrand</name>
</author>
<published>2021-09-03T15:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5227b3260144657b48c2e215f1b38f0a5a7fbcac'/>
<id>urn:sha1:5227b3260144657b48c2e215f1b38f0a5a7fbcac</id>
<content type='text'>
... and make it return a bool instead.

Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;20210903155514.44772-13-david@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>Include qemu/module.h where needed, drop it from qemu-common.h</title>
<updated>2019-06-12T11:18:33+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2019-05-23T14:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0b8fa32f551e863bb548a11394239239270dd3dc'/>
<id>urn:sha1:0b8fa32f551e863bb548a11394239239270dd3dc</id>
<content type='text'>
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20190523143508.25387-4-armbru@redhat.com&gt;
[Rebased with conflicts resolved automatically, except for
hw/usb/dev-hub.c hw/misc/exynos4210_rng.c hw/misc/bcm2835_rng.c
hw/misc/aspeed_scu.c hw/display/virtio-vga.c hw/arm/stm32f205_soc.c;
ui/cocoa.m fixed up]
</content>
</entry>
<entry>
<title>s390x/s390-skeys: Mark the storage key devices with user_creatable = false</title>
<updated>2017-08-30T16:23:25+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2017-08-24T10:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=574ee06de9c4fe63c90be90dc9c747fc9382bb2b'/>
<id>urn:sha1:574ee06de9c4fe63c90be90dc9c747fc9382bb2b</id>
<content type='text'>
QEMU currently aborts if the user tries to create a skey device:

$ s390x-softmmu/qemu-system-s390x -nographic -device s390-skeys-qemu
qemu-system-s390x: hw/s390x/s390-skeys.c:30: s390_get_skeys_device:
 Assertion `ss' failed.
Aborted (core dumped)

The storage key devices are only meant to be instantiated one time,
internally. They can not be used by the user, so mark them with
user_creatable = false.

Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;1503569328-22197-1-git-send-email-thuth@redhat.com&gt;
Reviewed-by: Claudio Imbrenda &lt;imbrenda@linux.vnet.ibm.com&gt;
Reviewed-by: Halil Pasic &lt;pasic@linux.vnet.ibm.com&gt;
Signed-off-by: Cornelia Huck &lt;cohuck@redhat.com&gt;
</content>
</entry>
<entry>
<title>s390: Clean up includes</title>
<updated>2016-01-29T15:07:22+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2016-01-26T18:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9615495afc84a8bac0652caeedb2ce4e671e8a94'/>
<id>urn:sha1:9615495afc84a8bac0652caeedb2ce4e671e8a94</id>
<content type='text'>
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Acked-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;
Message-id: 1453832250-766-8-git-send-email-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>error: Strip trailing '\n' from error string arguments (again)</title>
<updated>2016-01-13T14:16:18+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2015-12-18T15:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9af9e0fed76e91ed42cb6d31ab6c665f7d691c1c'/>
<id>urn:sha1:9af9e0fed76e91ed42cb6d31ab6c665f7d691c1c</id>
<content type='text'>
Commit 6daf194d, be62a2eb and 312fd5f got rid of a bunch, but they
keep coming back.  Tracked down with the Coccinelle semantic patch
from commit 312fd5f.

Cc: Fam Zheng &lt;famz@redhat.com&gt;
Cc: Peter Crosthwaite &lt;crosthwaitepeter@gmail.com&gt;
Cc: Bharata B Rao &lt;bharata@linux.vnet.ibm.com&gt;
Cc: Dominik Dingel &lt;dingel@linux.vnet.ibm.com&gt;
Cc: David Hildenbrand &lt;dahi@linux.vnet.ibm.com&gt;
Cc: Jason J. Herne &lt;jjherne@linux.vnet.ibm.com&gt;
Cc: Stefan Berger &lt;stefanb@linux.vnet.ibm.com&gt;
Cc: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
Cc: Changchun Ouyang &lt;changchun.ouyang@intel.com&gt;
Cc: zhanghailiang &lt;zhang.zhanghailiang@huawei.com&gt;
Cc: Pavel Fedin &lt;p.fedin@samsung.com&gt;
Signed-off-by: Markus Armbruster &lt;armbru@pond.sub.org&gt;
Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
Acked-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;
Acked-by: Bharata B Rao &lt;bharata@linux.vnet.ibm.com&gt;
Acked-by: Fam Zheng &lt;famz@redhat.com&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Message-Id: &lt;1450452927-8346-17-git-send-email-armbru@redhat.com&gt;
</content>
</entry>
<entry>
<title>s390x: Create QOM device for s390 storage keys</title>
<updated>2015-09-03T10:17:54+00:00</updated>
<author>
<name>Jason J. Herne</name>
</author>
<published>2015-06-26T15:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0efe406cac8a4d9f0b52eada4c6c2a768fe4b7d2'/>
<id>urn:sha1:0efe406cac8a4d9f0b52eada4c6c2a768fe4b7d2</id>
<content type='text'>
A new QOM style device is provided to back guest storage keys. A special
version for KVM is created, which handles the storage key access via
KVM_S390_GET_SKEYS and KVM_S390_SET_SKEYS ioctl.

Reviewed-by: David Hildenbrand &lt;dahi@linux.vnet.ibm.com&gt;
Signed-off-by: Jason J. Herne &lt;jjherne@linux.vnet.ibm.com&gt;
Signed-off-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;
</content>
</entry>
</feed>
