[PULL 0/1] qemu-openbios queue 20220308

Mark Cave-Ayland posted 1 patch 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220308081601.23803-1-mark.cave-ayland@ilande.co.uk
pc-bios/openbios-ppc     | Bin 697088 -> 677196 bytes
pc-bios/openbios-sparc32 | Bin 382048 -> 382080 bytes
pc-bios/openbios-sparc64 | Bin 1593408 -> 1593408 bytes
roms/openbios            |   2 +-
4 files changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] qemu-openbios queue 20220308
Posted by Mark Cave-Ayland 2 years, 1 month ago
The following changes since commit b49872aa8fc0f3f5a3036cc37aa2cb5c92866f33:

  Merge remote-tracking branch 'remotes/hreitz-gitlab/tags/pull-block-2022-03-07' into staging (2022-03-07 17:14:09 +0000)

are available in the Git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-openbios-20220308

for you to fetch changes up to ab71472dfb05eaa11d3e216c24d499b6e64499f9:

  roms/openbios: update OpenBIOS images to 0e0afae6 built from submodule (2022-03-07 23:12:01 +0000)

----------------------------------------------------------------
qemu-openbios queue
- Fixes for milliseconds and CUDA get-time
- Remove .stabs ELF section from openbios-ppc to prevent crashing newer gdb

----------------------------------------------------------------
Mark Cave-Ayland (1):
      roms/openbios: update OpenBIOS images to 0e0afae6 built from submodule

 pc-bios/openbios-ppc     | Bin 697088 -> 677196 bytes
 pc-bios/openbios-sparc32 | Bin 382048 -> 382080 bytes
 pc-bios/openbios-sparc64 | Bin 1593408 -> 1593408 bytes
 roms/openbios            |   2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)
Re: [PULL 0/1] qemu-openbios queue 20220308
Posted by Peter Maydell 2 years, 1 month ago
On Tue, 8 Mar 2022 at 08:16, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit b49872aa8fc0f3f5a3036cc37aa2cb5c92866f33:
>
>   Merge remote-tracking branch 'remotes/hreitz-gitlab/tags/pull-block-2022-03-07' into staging (2022-03-07 17:14:09 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/mcayland/qemu.git tags/qemu-openbios-20220308
>
> for you to fetch changes up to ab71472dfb05eaa11d3e216c24d499b6e64499f9:
>
>   roms/openbios: update OpenBIOS images to 0e0afae6 built from submodule (2022-03-07 23:12:01 +0000)
>
> ----------------------------------------------------------------
> qemu-openbios queue
> - Fixes for milliseconds and CUDA get-time
> - Remove .stabs ELF section from openbios-ppc to prevent crashing newer gdb
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM