We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d98c8 commit 0b82ec9Copy full SHA for 0b82ec9
1 file changed
modules/axruntime/Cargo.toml
@@ -64,7 +64,7 @@ chrono = {version = "0.4.38", default-features = false}
64
indoc = "2"
65
66
[target.'cfg(target_arch = "x86_64")'.dependencies]
67
-axplat-x86-qemu-q35 = {version ="0.1.0-preview.1", default-features = false, features = ["reboot-on-system-off"], optional = true}
+axplat-x86-qemu-q35 = {version ="0.1.0-preview.1", default-features = false, features = ["reboot-on-system-off", "irq", "smp"], optional = true}
68
69
[target.'cfg(target_arch = "aarch64")'.dependencies]
70
axplat-dyn = { version = "0.4", features = ["irq", "smp", "hv"], optional = true }
0 commit comments