File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Resources Changelog
2
2
3
+ ## Unreleased
4
+
5
+ ### New/Changed Features
6
+
7
+ * Bump QEMU to 8.0.2
8
+
3
9
## 0.7.0
4
10
5
11
### New/Changed Features
Original file line number Diff line number Diff line change 8
8
9
9
class Qemu
10
10
# Version of QEMU to bundle
11
- VERSION = "7.2.0 "
11
+ VERSION = "8.0.2 "
12
12
13
13
# Map of canonicalized host architectures
14
14
ALIASES = {
@@ -181,7 +181,6 @@ def build
181
181
--disable-bochs
182
182
--disable-bsd-user
183
183
--disable-cfi-debug
184
- --disable-cocoa
185
184
--disable-curses
186
185
--disable-debug-info
187
186
--disable-debug-mutex
@@ -224,7 +223,7 @@ def build
224
223
. concat ( ci_runner . qemu_build_flags )
225
224
226
225
execute "../configure" , *args , env : { LDFLAGS : ldflags }
227
- execute "make"
226
+ execute "make qemu-img qemu-system-aarch64 qemu-system-x86_64 "
228
227
execute "ls" , "-lh"
229
228
end
230
229
ensure
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ build_qemu() {
172
172
--target-list=" $( join , " ${qemu_platforms[@]/%/ -softmmu} " ) " \
173
173
$build_flags
174
174
175
- make
175
+ make qemu-img qemu-system-aarch64 qemu-system-x86_64
176
176
ls -lh
177
177
popd > /dev/null
178
178
}
You can’t perform that action at this time.
0 commit comments