Age | Commit message (Expand) | Author | Files | Lines |
2023-03-20 | Merge tag 'edk2-stable202302-20230320-pull-request' of https://gitlab.com/kra... | Peter Maydell | 9 | -2/+2 |
2023-03-20 | replace TABs with spaces | Yeqi Fu | 1 | -131/+131 |
2023-03-20 | edk2: update firmware binaries | Gerd Hoffmann | 8 | -0/+0 |
2023-03-20 | edk2: update submodule to edk2-stable202302 | Gerd Hoffmann | 1 | -2/+2 |
2023-03-16 | update seabios binaries to 1.16.2 | Gerd Hoffmann | 12 | -0/+0 |
2023-03-09 | Merge tag 'qemu-openbios-20230307' of https://github.com/mcayland/qemu into s... | Peter Maydell | 3 | -0/+0 |
2023-03-09 | Merge tag 'pull-request-2023-03-07' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 3 | -39/+148 |
2023-03-08 | pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fix | Thomas Huth | 1 | -0/+0 |
2023-03-08 | pc-bios: Add support for List-Directed IPL from ECKD DASD | Jared Rossi | 2 | -39/+148 |
2023-03-07 | roms/openbios: update OpenBIOS images to af97fd7a built from submodule | Mark Cave-Ayland | 3 | -0/+0 |
2023-03-05 | roms/opensbi: Upgrade from v1.1 to v1.2 | Bin Meng | 2 | -0/+0 |
2023-02-27 | meson: fix dependency on qemu-keymap | Steve Sistare | 1 | -1/+1 |
2023-02-14 | hw/misc/sga: Remove the deprecated "sga" device | Thomas Huth | 3 | -7/+0 |
2022-11-28 | update seabios binaries to 1.16.1 | Gerd Hoffmann | 12 | -0/+0 |
2022-11-16 | s390x: Fix spelling errors | Thomas Huth | 3 | -3/+3 |
2022-10-06 | pc-bios/vof: Adopt meson style Make output | Paolo Bonzini | 1 | -4/+11 |
2022-10-06 | pc-bios/s390-ccw: Adopt meson style Make output | Paolo Bonzini | 2 | -16/+16 |
2022-10-06 | pc-bios/optionrom: Adopt meson style Make output | Paolo Bonzini | 1 | -7/+7 |
2022-10-06 | vof: add distclean target | Paolo Bonzini | 1 | -1/+3 |
2022-10-06 | pc-bios/s390-ccw: detect CC options just once | Paolo Bonzini | 2 | -13/+27 |
2022-10-06 | pc-bios/optionrom: detect CC options just once | Paolo Bonzini | 1 | -12/+25 |
2022-09-27 | configure: do not invoke as/ld directly for pc-bios/optionrom | Paolo Bonzini | 1 | -8/+4 |
2022-09-27 | qboot: rebuild based on latest commit | Paolo Bonzini | 1 | -0/+0 |
2022-09-07 | roms/opensbi: Upgrade from v1.0 to v1.1 | Bin Meng | 2 | -0/+0 |
2022-09-02 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 1 | -1/+0 |
2022-09-01 | meson: remove dead code | Paolo Bonzini | 1 | -1/+0 |
2022-08-30 | pseries: Update SLOF firmware image | Alexey Kardashevskiy | 2 | -1/+1 |
2022-08-07 | pc-bios/s390-ccw: Update the s390-ccw.img with the block size fix | Thomas Huth | 1 | -0/+0 |
2022-08-07 | pc-bios/s390-ccw: Fix booting with logical block size < physical block size | Thomas Huth | 1 | -1/+1 |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 1 | -1/+1 |
2022-07-13 | pc-bios/s390-ccw: add -Wno-array-bounds | Paolo Bonzini | 1 | -0/+1 |
2022-07-13 | datadir: Use bundle mechanism | Akihiko Odaki | 2 | -25/+9 |
2022-07-12 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 5 | -35/+17 |
2022-07-06 | pc-bios/s390-ccw: Update the s390-ccw bios binaries with the virtio-blk fixes | Thomas Huth | 2 | -0/+0 |
2022-07-06 | pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensions | Thomas Huth | 1 | -2/+5 |
2022-07-06 | pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypes | Thomas Huth | 1 | -6/+6 |
2022-07-06 | pc-bios/s390-ccw/virtio-blkdev: Request the right feature bits | Thomas Huth | 1 | -0/+4 |
2022-07-06 | pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device() | Thomas Huth | 4 | -27/+38 |
2022-07-06 | pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configuration | Thomas Huth | 1 | -3/+2 |
2022-07-06 | pc-bios/s390-ccw/virtio: Read device config after feature negotiation | Thomas Huth | 1 | -4/+3 |
2022-07-06 | pc-bios/s390-ccw/virtio: Set missing status bits while initializing | Thomas Huth | 1 | -4/+14 |
2022-07-06 | pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi() | Thomas Huth | 2 | -25/+0 |
2022-07-06 | pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid() | Thomas Huth | 2 | -36/+7 |
2022-07-06 | pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk() | Thomas Huth | 1 | -4/+23 |
2022-07-06 | pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size | Thomas Huth | 2 | -1/+2 |
2022-07-06 | pc-bios/s390-ccw: Add a proper prototype for main() | Thomas Huth | 2 | -2/+2 |
2022-07-06 | configure, pc-bios/vof: pass cross CFLAGS correctly | Paolo Bonzini | 1 | -5/+3 |
2022-07-06 | configure, pc-bios/s390-ccw: pass cross CFLAGS correctly | Paolo Bonzini | 2 | -13/+13 |
2022-07-06 | configure, pc-bios/optionrom: pass cross CFLAGS correctly | Paolo Bonzini | 1 | -1/+1 |
2022-07-06 | pc-bios/optionrom: use -m16 unconditionally | Paolo Bonzini | 2 | -17/+1 |