projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40ddd5
)
xen: Permit --xen-domid argument when accel is KVM
author
Paul Durrant
<pdurrant@amazon.com>
Tue, 24 Jan 2023 10:59:49 +0000
(10:59 +0000)
committer
David Woodhouse
<dwmw@amazon.co.uk>
Wed, 1 Mar 2023 08:22:49 +0000
(08:22 +0000)
Signed-off-by: Paul Durrant <pdurrant@amazon.com>
Signed-off-by: David Wooodhouse <dwmw@amazon.co.uk>
softmmu/vl.c
patch
|
blob
|
history
diff --git
a/softmmu/vl.c
b/softmmu/vl.c
index cebe8d9452d68b52d00931e29da28cec6fac26b9..3340f63c3764598994846a22347804c14d5eb28b 100644
(file)
--- a/
softmmu/vl.c
+++ b/
softmmu/vl.c
@@
-3360,7
+3360,7
@@
void qemu_init(int argc, char **argv)
has_defaults = 0;
break;
case QEMU_OPTION_xen_domid:
- if (!(accel_find("xen"))) {
+ if (!(accel_find("xen"))
&& !(accel_find("kvm"))
) {
error_report("Option not supported for this target");
exit(1);
}