Skip to content

Commit

Permalink
Update QEMU binary to v7.0.1 (#951)
Browse files Browse the repository at this point in the history
## Description

This change picks up the v7.0.1 release of QEMU binaries with the fix of
QEMU ARM64 missing a VGA binary._

- [x] Impacts functionality?
- **Functionality** - Does the change ultimately impact how firmware
functions?
- Examples: Add a new library, publish a new PPI, update an algorithm,
...
- [ ] Impacts security?
- **Security** - Does the change have a direct security impact on an
application,
    flow, or firmware?
  - Examples: Crypto algorithm change, buffer overflow fix, parameter
    validation improvement, ...
- [ ] Breaking change?
- **Breaking change** - Will anyone consuming this change experience a
break
    in build or boot behavior?
- Examples: Add a new library class, move a module to a different repo,
call
    a function in a new library class in a pre-existing module, ...
- [ ] Includes tests?
  - **Tests** - Does the change include any explicit test code?
  - Examples: Unit tests, integration tests, robot tests, ...
- [ ] Includes documentation?
- **Documentation** - Does the change contain explicit documentation
additions
    outside direct code modifications (and comments)?
- Examples: Update readme file, add feature readme file, link to
documentation
    on an a separate Web page, ...

## How This Was Tested

This was tested on QEMU SBSA in Windows.

## Integration Instructions

N/A

---------

Signed-off-by: kuqin12 <42554914+kuqin12@users.noreply.github.com>
Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
kuqin12 and makubacki committed May 21, 2024
1 parent 2b05776 commit 5580bb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QemuPkg/Binaries/qemu-windows_ext_dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"scope": "global-win",
"type": "web",
"name": "qemu-win",
"source": "https://github.com/microsoft/mu_tiano_platforms/releases/download/v7.0.0/qemu-windows-v7.0.0.zip",
"version": "v7.0.0",
"sha256": "8c5da599fa4bb0e5df73d6e3be73f0f308fd344b347f873447089c2525d70018",
"source": "https://github.com/microsoft/mu_tiano_platforms/releases/download/v7.0.1/qemu-windows-v7.0.1.zip",
"version": "v7.0.1",
"sha256": "7520F6EE4360F5C71FFE4FB452EC8915DFFA30F9E319097A2F1ABD752C297A5B",
"internal_path": "/bin/",
"compression_type": "zip",
"flags": ["set_path", "set_build_var"],
Expand Down

0 comments on commit 5580bb4

Please sign in to comment.