summaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2013-04-30 03:42:23 +0000
committerAlexander Graf <agraf@suse.de>2013-05-06 17:22:48 +0200
commit4807ab4f36740b64a0dfa30ae90fe2e8a7d96fbb (patch)
treed8ebd341ba7b961a39fee62e42406f476b008d33 /pc-bios
parentcefd3cdbdd9fc9a7d5ab324291904074d2aa69a0 (diff)
downloadqemu-4807ab4f36740b64a0dfa30ae90fe2e8a7d96fbb.tar.gz
pseries: Update SLOF firmware image
Minor SLOF fixes which are required for libvirtd to function properly: * vio-vscsi: vscsi-report-luns can return 0 * vio-vscsi: added a proper lun parser * SLOF: vio-vscsi: fixed bug with reported luns Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/README4
-rw-r--r--pc-bios/slof.binbin880832 -> 909720 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/pc-bios/README b/pc-bios/README
index 7b4dfed6cf..030d92a049 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -16,8 +16,8 @@
- SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware
implementation for certain IBM POWER hardware. The sources are at
- https://github.com/dgibson/SLOF, and the image currently in qemu is
- built from git tag qemu-slof-20121018.
+ https://github.com/aik/SLOF, and the image currently in qemu is
+ built from git tag qemu-slof-20130430.
- sgabios (the Serial Graphics Adapter option ROM) provides a means for
legacy x86 software to communicate with an attached serial console as
diff --git a/pc-bios/slof.bin b/pc-bios/slof.bin
index 3410f4fff4..092e58a46e 100644
--- a/pc-bios/slof.bin
+++ b/pc-bios/slof.bin
Binary files differ