We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079a3bc commit be3266aCopy full SHA for be3266a
changelog.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+### New/Changed Features
6
+
7
+* Bump QEMU to 8.0.3
8
9
## 0.8.0
10
11
### New/Changed Features
ci.rb
@@ -8,7 +8,7 @@
class Qemu
# Version of QEMU to bundle
- VERSION = "8.0.2"
+ VERSION = "8.0.3"
12
13
# Map of canonicalized host architectures
14
ALIASES = {
readme.md
@@ -7,5 +7,6 @@ GitHub action.
The following resources are bundled:
* `qemu-img`
-* `qemu-system`
+* `qemu-system-aarch64`
+* `qemu-system-x86_64`
* `xhyve` (on macOS)
0 commit comments