<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/include/standard-headers, branch master</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/include/standard-headers?h=master</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/include/standard-headers?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-10-21T18:46:10+00:00</updated>
<entry>
<title>m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED</title>
<updated>2022-10-21T18:46:10+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
</author>
<published>2022-09-26T11:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=693869a66ed7b49f2c790d88a25fc3d0ec791e0c'/>
<id>urn:sha1:693869a66ed7b49f2c790d88a25fc3d0ec791e0c</id>
<content type='text'>
Following a change on the kernel side (see link), pass BI_RNG_SEED
instead of BI_VIRT_RNG_SEED. This should have no impact on
compatibility, as there will simply be no effect if it's an old kernel,
which is how things have always been. We then use this as an opportunity
to add this to q800, since now we can, which is a nice improvement.

Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Cc: Laurent Vivier &lt;laurent@vivier.eu&gt;
Link: https://lore.kernel.org/lkml/20220923170340.4099226-3-Jason@zx2c4.com/
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
Message-Id: &lt;20220926113900.1256630-1-Jason@zx2c4.com&gt;
[lv: s/^I/         /g]
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>Update linux headers to v6.0-rc4</title>
<updated>2022-09-26T15:23:47+00:00</updated>
<author>
<name>Chenyi Qiang</name>
</author>
<published>2022-09-15T09:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d525f73f9186a5bc641b8caf0b2c9bb94e5aa963'/>
<id>urn:sha1:d525f73f9186a5bc641b8caf0b2c9bb94e5aa963</id>
<content type='text'>
commit 7e18e42e4b280c85b76967a9106a13ca61c16179

Signed-off-by: Chenyi Qiang &lt;chenyi.qiang@intel.com&gt;
Reviewed-by: Cornelia Huck &lt;cohuck@redhat.com&gt;
Message-Id: &lt;20220915091035.3897-3-chenyi.qiang@intel.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/i386: pass RNG seed via setup_data entry</title>
<updated>2022-07-22T17:26:34+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
</author>
<published>2022-07-21T12:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=67f7e426e53833a5db75b0d813e8d537b8a75bd2'/>
<id>urn:sha1:67f7e426e53833a5db75b0d813e8d537b8a75bd2</id>
<content type='text'>
Tiny machines optimized for fast boot time generally don't use EFI,
which means a random seed has to be supplied some other way. For this
purpose, Linux (â‰¥5.20) supports passing a seed in the setup_data table
with SETUP_RNG_SEED, specially intended for hypervisors, kexec, and
specialized bootloaders. The linked commit shows the upstream kernel
implementation.

At Paolo's request, we don't pass these to versioned machine types â‰¤7.0.

Link: https://git.kernel.org/tip/tip/c/68b8e9713c8
Cc: Marcel Apfelbaum &lt;marcel.apfelbaum@gmail.com&gt;
Cc: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Cc: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Cc: Eduardo Habkost &lt;eduardo@habkost.net&gt;
Cc: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Cc: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Cc: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
Message-Id: &lt;20220721125636.446842-1-Jason@zx2c4.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>m68k: virt: pass RNG seed via bootinfo block</title>
<updated>2022-07-06T10:30:41+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
</author>
<published>2022-06-26T11:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a988465d0eb7e2ee31a3679bbe3fbe71681820da'/>
<id>urn:sha1:a988465d0eb7e2ee31a3679bbe3fbe71681820da</id>
<content type='text'>
This commit wires up bootinfo's RNG seed attribute so that Linux VMs can
have their RNG seeded from the earliest possible time in boot, just like
the "rng-seed" device tree property on those platforms. The link
contains the corresponding Linux patch.

Link: https://lore.kernel.org/lkml/20220626111509.330159-1-Jason@zx2c4.com/
Based-on: &lt;20220625152318.120849-1-Jason@zx2c4.com&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
Reviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Message-Id: &lt;20220626111804.330745-1-Jason@zx2c4.com&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-headers: Update to v5.18-rc6</title>
<updated>2022-05-13T14:20:11+00:00</updated>
<author>
<name>Alex Williamson</name>
</author>
<published>2022-05-13T14:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e4082063e47e9731dbeb1c26174c17f6038f577f'/>
<id>urn:sha1:e4082063e47e9731dbeb1c26174c17f6038f577f</id>
<content type='text'>
Update to c5eb0a61238d ("Linux 5.18-rc6").  Mechanical search and
replace of vfio defines with white space massaging.

Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;
</content>
</entry>
<entry>
<title>headers: Add pvpanic.h</title>
<updated>2022-03-06T10:08:23+00:00</updated>
<author>
<name>zhenwei pi</name>
</author>
<published>2022-02-21T12:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=fcbd14db633a1b8a6de3cd2802d6d18aebe499f5'/>
<id>urn:sha1:fcbd14db633a1b8a6de3cd2802d6d18aebe499f5</id>
<content type='text'>
Since 2020, linux kernel started to export pvpanic.h. Import the
latest version from linux into QEMU.

Signed-off-by: zhenwei pi &lt;pizhenwei@bytedance.com&gt;
Message-Id: &lt;20220221122717.1371010-1-pizhenwei@bytedance.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>linux-headers: Update headers to v5.17-rc1</title>
<updated>2022-02-17T17:21:45+00:00</updated>
<author>
<name>Vivek Goyal</name>
</author>
<published>2022-02-08T20:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=ef17dd6a8e6b6e3aeb29233996d44dfcb736d515'/>
<id>urn:sha1:ef17dd6a8e6b6e3aeb29233996d44dfcb736d515</id>
<content type='text'>
Update headers to 5.17-rc1. I need latest fuse changes.

Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
Signed-off-by: Vivek Goyal &lt;vgoyal@redhat.com&gt;
Message-Id: &lt;20220208204813.682906-3-vgoyal@redhat.com&gt;
Signed-off-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
</content>
</entry>
<entry>
<title>linux-headers: sync VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE</title>
<updated>2022-01-08T00:30:13+00:00</updated>
<author>
<name>David Hildenbrand</name>
</author>
<published>2021-12-17T13:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3ff9b192de6501e5f15de2586b8560966436bf25'/>
<id>urn:sha1:3ff9b192de6501e5f15de2586b8560966436bf25</id>
<content type='text'>
Let's synchronize the new feature flag, available in Linux since
v5.16-rc1.

Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;
Message-Id: &lt;20211217134039.29670-2-david@redhat.com&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 5.16-rc1</title>
<updated>2021-12-10T08:47:18+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2021-11-11T11:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=43709a0ca3b09e952bde3f38112f1d7fbf7c65b1'/>
<id>urn:sha1:43709a0ca3b09e952bde3f38112f1d7fbf7c65b1</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Acked-by: Cornelia Huck &lt;cohuck@redhat.com&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20211111110604.207376-3-pbonzini@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>linux-headers: Update</title>
<updated>2021-07-09T01:01:06+00:00</updated>
<author>
<name>Bharata B Rao</name>
</author>
<published>2021-07-06T11:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=327d4b7f3f26eb19b8bc2b1b54afa6874612efdd'/>
<id>urn:sha1:327d4b7f3f26eb19b8bc2b1b54afa6874612efdd</id>
<content type='text'>
Update to mainline commit: 79160a603bdb ("Merge tag 'usb-5.14-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb"

Signed-off-by: Bharata B Rao &lt;bharata@linux.ibm.com&gt;
Message-Id: &lt;20210706112440.1449562-2-bharata@linux.ibm.com&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
</feed>
