<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qemu/include/standard-headers/linux, branch master</title>
<subtitle>QEMU development tree</subtitle>
<id>https://git.zx2c4.com/qemu/atom/include/standard-headers/linux?h=master</id>
<link rel='self' href='https://git.zx2c4.com/qemu/atom/include/standard-headers/linux?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/'/>
<updated>2024-07-01T21:16:04Z</updated>
<entry>
<title>linux-headers: update to 6.10-rc1</title>
<updated>2024-07-01T21:16:04Z</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2024-05-27T06:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=c5614ee3f2775534871914c02be4b5a61b71ed40'/>
<id>urn:sha1:c5614ee3f2775534871914c02be4b5a61b71ed40</id>
<content type='text'>
Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
Message-Id: &lt;20240527-pvpanic-shutdown-v8-2-5a28ec02558b@t-8ch.de&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>update-linux-headers: import linux/kvm_para.h header</title>
<updated>2024-06-05T09:01:06Z</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2024-06-03T12:25:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=aa274c33c39e7de981dc195abe60e1a246c9d248'/>
<id>urn:sha1:aa274c33c39e7de981dc195abe60e1a246c9d248</id>
<content type='text'>
Right now QEMU is importing arch/x86/include/uapi/asm/kvm_para.h
because it includes definitions for kvmclock and for KVM CPUID
bits.  However, other definitions for KVM hypercall values and return
codes are included in include/uapi/linux/kvm_para.h and they will be
used by SEV-SNP.

To ensure that it is possible to include both &lt;linux/kvm_para.h&gt; and
"standard-headers/asm-x86/kvm_para.h" without conflicts, provide
linux/kvm_para.h as a portable header too, and forward linux-headers/
files to those in include/standard-headers.  Note that &lt;linux/kvm_para.h&gt;
will include architecture-specific definitions as well, but
"standard-headers/linux/kvm_para.h" will not because it can be used in
architecture-independent files.

This could easily be extended to other architectures, but right now
they do not need any symbol in their specific kvm_para.h files.

Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>update-linux-headers: move pvpanic.h to correct directory</title>
<updated>2024-06-05T09:01:05Z</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2024-06-03T12:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=b8116f4cbaa0f64bb07564f20b3b5219e23c8bff'/>
<id>urn:sha1:b8116f4cbaa0f64bb07564f20b3b5219e23c8bff</id>
<content type='text'>
Linux has &lt;misc/pvpanic.h&gt;, not &lt;linux/pvpanic.h&gt;.  Use the same
directory for QEMU's include/standard-headers/ copy.

Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>linux-headers: update to current kvm/next</title>
<updated>2024-04-23T15:35:25Z</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2024-04-23T09:46:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=ab0c7fb22b56523f24d6e127cd4d10ecff67bf85'/>
<id>urn:sha1:ab0c7fb22b56523f24d6e127cd4d10ecff67bf85</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>Revert "hw/virtio: Add support for VDPA network simulation devices"</title>
<updated>2024-04-09T06:30:18Z</updated>
<author>
<name>Michael S. Tsirkin</name>
<email>mst@redhat.com</email>
</author>
<published>2024-04-08T09:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=4034159c1a4f5c433ae4987ff35e037a071272b7'/>
<id>urn:sha1:4034159c1a4f5c433ae4987ff35e037a071272b7</id>
<content type='text'>
This reverts commit cd341fd1ffded978b2aa0b5309b00be7c42e347c.

The patch adds non-upstream code in
include/standard-headers/linux/virtio_pci.h
which would make maintainance harder.

Revert for now.

Suggested-by: Jason Wang &lt;jasowang@redhat.com&gt;
Message-Id: &lt;df6b6b465753e754a19459e8cd61416548f89a42.1712569644.git.mst@redhat.com&gt;
Acked-by: Jason Wang &lt;jasowang@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/virtio: Add support for VDPA network simulation devices</title>
<updated>2024-03-12T21:56:55Z</updated>
<author>
<name>Hao Chen</name>
<email>chenh@yusur.tech</email>
</author>
<published>2024-02-21T07:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=cd341fd1ffded978b2aa0b5309b00be7c42e347c'/>
<id>urn:sha1:cd341fd1ffded978b2aa0b5309b00be7c42e347c</id>
<content type='text'>
This patch adds support for VDPA network simulation devices.
The device is developed based on virtio-net and tap backend,
and supports hardware live migration function.

For more details, please refer to "docs/system/devices/vdpa-net.rst"

Signed-off-by: Hao Chen &lt;chenh@yusur.tech&gt;
Message-Id: &lt;20240221073802.2888022-1-chenh@yusur.tech&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>linux-headers: Update to Linux v6.8-rc6</title>
<updated>2024-03-08T10:48:03Z</updated>
<author>
<name>Daniel Henrique Barboza</name>
<email>dbarboza@ventanamicro.com</email>
</author>
<published>2024-03-04T13:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=6a02465f917d549c7ea8e0ca799724fb818e1120'/>
<id>urn:sha1:6a02465f917d549c7ea8e0ca799724fb818e1120</id>
<content type='text'>
The idea with this update is to get the latest KVM caps for RISC-V.

Signed-off-by: Daniel Henrique Barboza &lt;dbarboza@ventanamicro.com&gt;
Acked-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Message-ID: &lt;20240304134732.386590-2-dbarboza@ventanamicro.com&gt;
Signed-off-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
</content>
</entry>
<entry>
<title>linux-headers: Synchronize linux headers from linux v6.7.0-rc8</title>
<updated>2024-01-11T11:14:00Z</updated>
<author>
<name>Tianrui Zhao</name>
<email>zhaotianrui@loongson.cn</email>
</author>
<published>2024-01-05T07:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=5817db6890c7f2efd5baa9b1a8ff437486e7f85e'/>
<id>urn:sha1:5817db6890c7f2efd5baa9b1a8ff437486e7f85e</id>
<content type='text'>
Use the scripts/update-linux-headers.sh to synchronize linux
headers from linux v6.7.0-rc8. We mainly want to add the
loongarch linux headers and then add the loongarch kvm support
based on it.

Signed-off-by: Tianrui Zhao &lt;zhaotianrui@loongson.cn&gt;
Acked-by: Song Gao &lt;gaosong@loongson.cn&gt;
Message-Id: &lt;20240105075804.1228596-2-zhaotianrui@loongson.cn&gt;
Signed-off-by: Song Gao &lt;gaosong@loongson.cn&gt;
</content>
</entry>
<entry>
<title>linux-headers: Update to Linux v6.7-rc5</title>
<updated>2024-01-10T08:47:47Z</updated>
<author>
<name>Daniel Henrique Barboza</name>
<email>dbarboza@ventanamicro.com</email>
</author>
<published>2023-12-18T20:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=efb91426af6506e7aa8900b9b1ed845039442030'/>
<id>urn:sha1:efb91426af6506e7aa8900b9b1ed845039442030</id>
<content type='text'>
We'll add a new RISC-V linux-header file, but first let's update all
headers.

Headers for 'asm-loongarch' were added in this update.

Signed-off-by: Daniel Henrique Barboza &lt;dbarboza@ventanamicro.com&gt;
Acked-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Message-ID: &lt;20231218204321.75757-2-dbarboza@ventanamicro.com&gt;
Signed-off-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
</content>
</entry>
<entry>
<title>linux-headers: Update to Linux v6.6-rc1</title>
<updated>2023-09-12T09:34:56Z</updated>
<author>
<name>Thomas Huth</name>
<email>thuth@redhat.com</email>
</author>
<published>2023-09-12T09:24:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=da3c22c74a3c6cbd26df40b2f6798a2d41be80ac'/>
<id>urn:sha1:da3c22c74a3c6cbd26df40b2f6798a2d41be80ac</id>
<content type='text'>
This update contains the required header changes for the
"target/s390x: AP-passthrough for PV guests" patch from
Steffen Eiden.

Message-ID: &lt;20230912093432.180041-1-thuth@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
</feed>
