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 7f800d3 commit 2a2d51bCopy full SHA for 2a2d51b
meson.build
@@ -78,7 +78,7 @@ endif
78
79
accelerator_targets = { 'CONFIG_KVM': kvm_targets }
80
if cpu in ['x86', 'x86_64', 'arm', 'aarch64']
81
- # i368 emulator provides xenpv machine type for multiple architectures
+ # i386 emulator provides xenpv machine type for multiple architectures
82
accelerator_targets += {
83
'CONFIG_XEN': ['i386-softmmu', 'x86_64-softmmu'],
84
}
0 commit comments