Skip to content

Commit be3266a

Browse files
committed
Bump QEMU to 8.0.3
1 parent 079a3bc commit be3266a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### New/Changed Features
6+
7+
* Bump QEMU to 8.0.3
8+
59
## 0.8.0
610

711
### New/Changed Features

ci.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Qemu
1010
# Version of QEMU to bundle
11-
VERSION = "8.0.2"
11+
VERSION = "8.0.3"
1212

1313
# Map of canonicalized host architectures
1414
ALIASES = {

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ GitHub action.
77
The following resources are bundled:
88

99
* `qemu-img`
10-
* `qemu-system`
10+
* `qemu-system-aarch64`
11+
* `qemu-system-x86_64`
1112
* `xhyve` (on macOS)

0 commit comments

Comments
 (0)