Skip to content

Commit

Permalink
Merge pull request #3 from scribam/qemu-8.0.0
Browse files Browse the repository at this point in the history
Bump QEMU to 8.0.2
  • Loading branch information
jacob-carlborg committed Jun 10, 2023
2 parents 85ed5af + 0b72e78 commit 2a43666
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Resources Changelog

## Unreleased

### New/Changed Features

* Bump QEMU to 8.0.2

## 0.7.0

### New/Changed Features
Expand Down
5 changes: 2 additions & 3 deletions ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Qemu
# Version of QEMU to bundle
VERSION = "7.2.0"
VERSION = "8.0.2"

# Map of canonicalized host architectures
ALIASES = {
Expand Down Expand Up @@ -181,7 +181,6 @@ def build
--disable-bochs
--disable-bsd-user
--disable-cfi-debug
--disable-cocoa
--disable-curses
--disable-debug-info
--disable-debug-mutex
Expand Down Expand Up @@ -224,7 +223,7 @@ def build
.concat(ci_runner.qemu_build_flags)

execute "../configure", *args, env: { LDFLAGS: ldflags }
execute "make"
execute "make qemu-img qemu-system-aarch64 qemu-system-x86_64"
execute "ls", "-lh"
end
ensure
Expand Down
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ build_qemu() {
--target-list="$(join , "${qemu_platforms[@]/%/-softmmu}")" \
$build_flags

make
make qemu-img qemu-system-aarch64 qemu-system-x86_64
ls -lh
popd > /dev/null
}
Expand Down

0 comments on commit 2a43666

Please sign in to comment.