projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f800d3
)
meson.build: fix comment typo
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Tue, 14 Sep 2021 12:30:45 +0000
(16:30 +0400)
committer
Marc-André Lureau
<marcandre.lureau@redhat.com>
Tue, 14 Sep 2021 12:52:02 +0000
(16:52 +0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 7d7d14a4bcd7ce82bffa28bcf3304cca6c423ee3..2711cbb789c1c8245bda882c7fda6bf624c1e0c6 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-78,7
+78,7
@@
endif
accelerator_targets = { 'CONFIG_KVM': kvm_targets }
if cpu in ['x86', 'x86_64', 'arm', 'aarch64']
- # i3
68
emulator provides xenpv machine type for multiple architectures
+ # i3
86
emulator provides xenpv machine type for multiple architectures
accelerator_targets += {
'CONFIG_XEN': ['i386-softmmu', 'x86_64-softmmu'],
}