<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qemu/linux-headers/linux, branch master</title>
<subtitle>QEMU development tree</subtitle>
<id>https://git.zx2c4.com/qemu/atom/linux-headers/linux?h=master</id>
<link rel='self' href='https://git.zx2c4.com/qemu/atom/linux-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>linux-headers: Update to current kvm/next</title>
<updated>2024-06-05T09:01:06Z</updated>
<author>
<name>Pankaj Gupta</name>
<email>pankaj.gupta@amd.com</email>
</author>
<published>2024-05-30T11:16:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=5f69e42da5b40a2213f4db70ca461f554abca686'/>
<id>urn:sha1:5f69e42da5b40a2213f4db70ca461f554abca686</id>
<content type='text'>
This updates kernel headers to commit 6f627b425378 ("KVM: SVM: Add module
parameter to enable SEV-SNP", 2024-05-12).  The SNP host patches will
be included in Linux 6.11, to be released next July.

Also brings in an linux-headers/linux/vhost.h fix from v6.9-rc4.

Co-developed-by: Michael Roth &lt;michael.roth@amd.com&gt;
Signed-off-by: Michael Roth &lt;michael.roth@amd.com&gt;
Signed-off-by: Pankaj Gupta &lt;pankaj.gupta@amd.com&gt;
Message-ID: &lt;20240530111643.1091816-3-pankaj.gupta@amd.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>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: 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: Add iommufd.h</title>
<updated>2023-10-18T08:10:49Z</updated>
<author>
<name>Zhenzhong Duan</name>
<email>zhenzhong.duan@intel.com</email>
</author>
<published>2023-10-09T09:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=f7cbfa71303c2ecf31d240f764516a5fc823cf97'/>
<id>urn:sha1:f7cbfa71303c2ecf31d240f764516a5fc823cf97</id>
<content type='text'>
Since commit da3c22c74a3c ("linux-headers: Update to Linux v6.6-rc1"),
linux-headers has been updated to v6.6-rc1.

As previous patch added iommufd.h to update-linux-headers.sh,
run the script again against TAG v6.6-rc1 to have iommufd.h included.

Signed-off-by: Zhenzhong Duan &lt;zhenzhong.duan@intel.com&gt;
Reviewed-by: Cédric Le Goater &lt;clg@redhat.com&gt;
Signed-off-by: Cédric Le Goater &lt;clg@redhat.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>
<entry>
<title>linux-headers: update to v6.5-rc1</title>
<updated>2023-07-10T07:52:52Z</updated>
<author>
<name>Cédric Le Goater</name>
<email>clg@redhat.com</email>
</author>
<published>2023-07-09T21:23:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=d0bf492f3877d4187d2f7d0c0abb3a2bf3104392'/>
<id>urn:sha1:d0bf492f3877d4187d2f7d0c0abb3a2bf3104392</id>
<content type='text'>
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Signed-off-by: Cédric Le Goater &lt;clg@redhat.com&gt;
</content>
</entry>
<entry>
<title>Update linux headers to v6.3rc5</title>
<updated>2023-04-28T13:55:55Z</updated>
<author>
<name>David 'Digit' Turner</name>
<email>digit@google.com</email>
</author>
<published>2023-04-05T17:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=c5c0fdbe39aa2f65fecd93ab3082b1b8a7e2a318'/>
<id>urn:sha1:c5c0fdbe39aa2f65fecd93ab3082b1b8a7e2a318</id>
<content type='text'>
commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d

Signed-off-by: David 'Digit' Turner &lt;digit@google.com&gt;
Message-Id: &lt;20230405172109.3081788-4-digit@google.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
</feed>
