Statistics
| Branch: | Revision:

root / pc-bios @ f487b677

Latest revisions

# Date Author Comment
390fb6b4 06/28/2013 10:01 pm Kevin Wolf

multiboot: Don't forget last mmap entry

When the BIOS returns ebx = 0, the current entry is still valid and
needs to be included in the Multiboot memory map.

Fixing this meant that using bx as the entry index doesn't work any
more because it's 0 on the last entry (and it was SeaBIOS-specific...

26a8ec07 06/28/2013 10:01 pm Kevin Wolf

multiboot: Calculate upper_mem in the ROM

The upper_mem field of the Multiboot information struct doesn't really
contain the RAM size - 1 MB like we used to calculate it, but only the
memory from 1 MB up to the first (upper) memory hole.

In order to correctly retrieve this information, the multiboot ROM now...

8a27c6a0 06/28/2013 10:01 pm Kevin Wolf

multiboot: Updated ROM binary

Signed-off-by: Kevin Wolf <>
Reviewed-by: Anthony Liguori <>
Message-id:
Signed-off-by: Anthony Liguori <>

f7da9c17 06/10/2013 07:36 pm Anthony Liguori

gtk: use better icon

The current icon looks pretty terrible rendered in Gnome. This
switches to a transparent SVG which looks much nicer.

Signed-off-by: Anthony Liguori <>

39c93c67 05/31/2013 08:50 pm Christian Borntraeger

s390/ipl: Fix spurious errors in virtio

With the ccw ipl code sometimes an error message like
"virtio: trying to map MMIO memory" or
"Guest moved used index from %u to %u" appeared. Turns out
that the ccw bios did not zero out the vring, which might
cause stale values in avail->idx and friends, especially...

6683d7bc 05/28/2013 01:19 pm Gerd Hoffmann

update seabios to release 1.7.2.2

git shortlog from 1.7.2.1

Asias He (2):
virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd}
virtio-scsi: Set _DRIVER_OK flag before scsi target scanning

Kevin O'Connor (1):
Cache boot-fail-wait to avoid romfile access after POST....

fe677fd1 05/06/2013 08:56 pm Aurelien Jarno

Merge branch 's390-for-upstream' of git://github.com/agraf/qemu

  • 's390-for-upstream' of git://github.com/agraf/qemu:
    s390: update s390-ccw.img
    S390: BIOS boot from given device
    S390: Add virtio-blk boot
    S390: Merging s390_ipl_cpu and s390_ipl_reset...
ff151f4e 05/06/2013 06:30 pm Dominik Dingel

S390: BIOS boot from given device

Use the passed device, if there is no device, use the first applicable device.

Signed-off-by: Dominik Dingel <>
Signed-off-by: Alexander Graf <>

2ddef429 05/06/2013 06:30 pm Alexander Graf

s390: update s390-ccw.img

Now that we have boot device selection support, update the firmware
blob accordingly.

Signed-off-by: Alexander Graf <>

4807ab4f 05/06/2013 06:22 pm Alexey Kardashevskiy

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 <>...

View revisions

Also available in: Atom