[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 03/17] machine: Polish -machine xxx,help
From: |
Michael Tokarev |
Subject: |
[Qemu-devel] [PULL 03/17] machine: Polish -machine xxx,help |
Date: |
Sat, 10 Feb 2018 10:54:58 +0300 |
From: Alexey Kardashevskiy <address@hidden>
The "-machine xxx,help" prints kernel-irqchip possible values as
"OnOffSplit", this adds separators to the printed line.
Also, since only lower case letters are specified in qapi/common.json,
this changes the letter cases too.
Signed-off-by: Alexey Kardashevskiy <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
hw/core/machine.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/core/machine.c b/hw/core/machine.c
index cdc1163dc6..5d445839e8 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -520,7 +520,7 @@ static void machine_class_init(ObjectClass *oc, void *data)
object_class_property_set_description(oc, "accel",
"Accelerator list", &error_abort);
- object_class_property_add(oc, "kernel-irqchip", "OnOffSplit",
+ object_class_property_add(oc, "kernel-irqchip", "on|off|split",
NULL, machine_set_kernel_irqchip,
NULL, NULL, &error_abort);
object_class_property_set_description(oc, "kernel-irqchip",
--
2.11.0
- [Qemu-devel] [PULL 00/17] Trivial patches for 2018-02-10, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 02/17] scripts/argparse.py: spelling (independant), Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 05/17] mailmap: set preferred spelling for Daniel Berrangé, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 01/17] qapi-schema.json: spelling (independant comparation), Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 03/17] machine: Polish -machine xxx,help,
Michael Tokarev <=
- [Qemu-devel] [PULL 06/17] qemu-options.hx: Remove confusing spaces in parameter listings, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 16/17] tests/qapi: use QEMU_IS_ALIGNED macro, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 11/17] oslib-posix: check for posix_memalign in configure script, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 17/17] tests/qapi: use ARRAY_SIZE macro, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 10/17] maint: Mention web site maintenance in README, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 13/17] qga: use ARRAY_SIZE macro, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 15/17] tests/hbitmap: use ARRAY_SIZE macro, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 12/17] MAINTAINERS: Add qemu-binfmt-conf.sh script, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 08/17] configure: Allow capstone=git only if git update is not disabled, Michael Tokarev, 2018/02/10
- [Qemu-devel] [PULL 09/17] build: fix typo in error message, Michael Tokarev, 2018/02/10