<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/pc-bios/vgabios-stdvga.bin, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/pc-bios/vgabios-stdvga.bin?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/pc-bios/vgabios-stdvga.bin?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-11-28T10:06:05+00:00</updated>
<entry>
<title>update seabios binaries to 1.16.1</title>
<updated>2022-11-28T10:06:05+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2022-11-28T10:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a704cb59fd87cd015177a823974ca2380aac6bfd'/>
<id>urn:sha1:a704cb59fd87cd015177a823974ca2380aac6bfd</id>
<content type='text'>
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>update seabios binaries to 1.16.0</title>
<updated>2022-03-07T10:20:21+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2022-03-04T14:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d877ada1b8c768d10c39b63bb70c9e5ed1c0a4bc'/>
<id>urn:sha1:d877ada1b8c768d10c39b63bb70c9e5ed1c0a4bc</id>
<content type='text'>
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>seabios: update binaries to snapshot</title>
<updated>2022-01-18T11:19:36+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2022-01-18T11:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=11bb4e968432fce4b140e2d272301d1fb025a77f'/>
<id>urn:sha1:11bb4e968432fce4b140e2d272301d1fb025a77f</id>
<content type='text'>
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>seabios: update binaries to 1.15.0</title>
<updated>2021-12-03T08:54:11+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2021-12-03T06:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3bc90ac567f64fbe07b17b1174c85ec8a3e17d94'/>
<id>urn:sha1:3bc90ac567f64fbe07b17b1174c85ec8a3e17d94</id>
<content type='text'>
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>update seabios binaries</title>
<updated>2021-10-22T10:32:29+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2021-10-22T10:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9fb3fcfce512da58cd048eaefd293e1d3f513de2'/>
<id>urn:sha1:9fb3fcfce512da58cd048eaefd293e1d3f513de2</id>
<content type='text'>
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>seabios: update to 1.14-final</title>
<updated>2020-08-19T06:35:24+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2020-08-19T06:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c180ff4c7946cab99dcfdf3d2579cb8230008534'/>
<id>urn:sha1:c180ff4c7946cab99dcfdf3d2579cb8230008534</id>
<content type='text'>
Due to 1.14 release being delayed it missed qemu 5.1.
The last snapshot has all code changes though, so this
changes only the version string in the binaries.

shortlog
========

Kevin O'Connor (1):
      docs: Note v1.14.0 release

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>seabios: update to master snapshot</title>
<updated>2020-08-03T05:01:02+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2020-08-03T05:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1f42e246995a99890f6af4e42329f184ee14b0e7'/>
<id>urn:sha1:1f42e246995a99890f6af4e42329f184ee14b0e7</id>
<content type='text'>
seabios master branch got a few bugfixes, so update
to a newer snapshot to pick them up for 5.1-rc3.

shortlog
========

Kevin O'Connor (2):
      vgabios: Fix preserve memory flag in handle_1000
      ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects

Paul Menzel (1):
      nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5

Stefan Reiter (1):
      virtio-scsi: fix boot prio detection by using correct lun

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>seabios: update binaries</title>
<updated>2020-07-02T14:21:10+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2020-07-02T13:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=563b9d0d8d944d358921a774f82a0e60527e7823'/>
<id>urn:sha1:563b9d0d8d944d358921a774f82a0e60527e7823</id>
<content type='text'>
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>seabios: update to 1.13.0 final</title>
<updated>2019-12-20T06:06:39+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2019-12-10T08:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=db211f245b76193f7ce2cf7ebed8a0b3cb321c37'/>
<id>urn:sha1:db211f245b76193f7ce2cf7ebed8a0b3cb321c37</id>
<content type='text'>
Update to the final 1.13 release.  No code changes.

git shortlog
============

Kevin O'Connor (1):
      docs: Note v1.13.0 release

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>seabios: update to pre-1.13 snapshot again</title>
<updated>2019-11-18T14:04:19+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2019-11-18T14:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0285747737417a7d154ddc3e5adcf1fd665566fd'/>
<id>urn:sha1:0285747737417a7d154ddc3e5adcf1fd665566fd</id>
<content type='text'>
Due to lchs support merge in upstream seabios gone wrong (applied v3
instead of v4) here is another seabios snapshot update with the
mis-merge fixed up, so lchs support should actually work in -rc2.

Also picked up two tpm bugfixes.

git shortlog from previous snapshot
===================================

Gerd Hoffmann (4):
      Revert "geometry: Apply LCHS values for boot devices"
      Revert "config: Add toggle for bootdevice information"
      Revert "geometry: Add boot_lchs_find_*() utility functions"
      Revert "geometry: Read LCHS from fw_cfg"

Sam Eiderman (4):
      geometry: Read LCHS from fw_cfg
      boot: Build ata and scsi paths in function
      geometry: Add boot_lchs_find_*() utility functions
      geometry: Apply LCHS values for boot devices

Stefan Berger (2):
      tpm: Require a response to have minimum size of a valid response header
      tcgbios: Check for enough bytes returned from TPM2_GetCapability

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
</feed>
