Only architectures that implement the command will return
results, others will return an error message as before.
Signed-off-by: Dinah Baum
---
cpu.c| 20 +++
include/exec/cpu-common.h| 7
qapi/machine-target.json | 60
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1480
Signed-off-by: Dinah Baum
Signed-off-by: Dinah Baum
---
cpu.c| 41
include/qapi/qmp/qdict.h | 1 +
qemu-options.hx | 7 ---
qobject/qdict.c | 5
Signed-off-by: Dinah Baum
---
qapi/machine-target.json | 78 +---
qapi/machine.json| 77 +++
2 files changed, 78 insertions(+), 77 deletions(-)
diff --git a/qapi/machine-target.json b/qapi/machine-target.json
index
/-/issues/1480
Dinah Baum (3):
qapi: Moved architecture agnostic data types to `machine`
qapi, target/: Enable 'query-cpu-model-expansion' on all architectures
cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu
cpu,help to print options for the CPU type similar
Signed-off-by: Dinah Baum
Reviewed-by: Philippe Mathieu-Daudé
---
MAINTAINERS | 1 +
qapi/machine-target-common.json | 79 +
qapi/machine-target.json| 73 +-
qapi/meson.build| 1 +
4 fi
mu-project/qemu/-/issues/1480
Signed-off-by: Dinah Baum
---
cpu.c| 20
include/exec/cpu-common.h| 8 +
qapi/machine-target-common.json | 51 +
qapi/machine-target.json | 56
Change parsing of -cpu argument to allow -cpu cpu,help
to print options for the CPU type similar to
how the '-device' option works.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1480
Signed-off-by: Dinah Baum
---
cpu.c
7;s the only type enabled on the architectures that
allow feature probing
Unlike the 'device,help' command, default values aren't
printed
Changes since v2: Rebase
Dinah Baum (3):
qapi/machine-target: refactor machine-target
cpu, qapi, target/arm, i386, s390x: Generalize
qu
mu-project/qemu/-/issues/1480
Signed-off-by: Dinah Baum
---
cpu.c| 20
include/exec/cpu-common.h| 8 +
qapi/machine-target-common.json | 51 +
qapi/machine-target.json | 56
Change parsing of -cpu argument to allow -cpu cpu,help
to print options for the CPU type similar to
how the '-device' option works.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1480
Signed-off-by: Dinah Baum
---
cpu.c
Signed-off-by: Dinah Baum
---
MAINTAINERS | 1 +
qapi/machine-target-common.json | 79 +
qapi/machine-target.json| 73 +-
qapi/meson.build| 1 +
4 files changed, 82 insertions(+), 72 delet
7;s the only type enabled on the architectures that
allow feature probing
Unlike the 'device,help' command, default values aren't
printed
Dinah Baum (3):
qapi/machine-target: refactor machine-target
cpu, qapi, target/arm, i386, s390x: Generalize
query-cpu-model-expansion
mu-project/qemu/-/issues/1480
Signed-off-by: Dinah Baum
---
MAINTAINERS | 1 +
cpu.c| 20 +
include/exec/cpu-common.h| 8 ++
qapi/machine-target-common.json | 129 +++
qapi/machine-target.json
ueries are implemented since
that's the only type enabled on the architectures that
allow feature probing
Unlike the 'device,help' command, default values aren't
printed
Dinah Baum (2):
cpu, qapi, target/arm, i386, s390x: Refactor query-cpu-model-expansion
cpu, qdict,
Change parsing of -cpu argument to allow -cpu cpu,help
to print options for the CPU type similar to
how the '-device' option works.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1480
Signed-off-by: Dinah Baum
---
cpu.c
QEMU configure script goes into an infinite error printing loop
when in read only directory due to 'build' dir never being created.
Checking if 'mkdir dir' succeeds prevents this error.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/321
Signed-off-by: Dinah Baum
QEMU configure script goes into an infinite error printing loop
when in read only directory due to 'build' dir never being created.
Checking if 'mkdir dir' succeeds prevents this error.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/321
Signed-off-by: Dinah Baum
QEMU configure script goes into an infinite error printing loop
when in read only directory due to 'build' dir never being created.
Checking if 'mkdir dir' succeeds prevents this error.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/321
---
configure | 15 ++-
1 file changed
Always initialize --help display option
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/321
---
configure | 676 +++---
1 file changed, 338 insertions(+), 338 deletions(-)
diff --git a/configure b/configure
index 3b384914ce..1fb4d145f1 1007
reading in
arguments has been moved before that
Changes since v1:
- Fix review comments from Peter Maydell
Dinah Baum (2):
configure: Add 'mkdir build' check
configure: './configure --help' should work
configure | 691 +++---
s/321
Signed-off-by: Dinah Baum
---
configure | 37 ++---
1 file changed, 30 insertions(+), 7 deletions(-)
diff --git a/configure b/configure
index 64960c6000..fe9028991f 100755
--- a/configure
+++ b/configure
@@ -32,9 +32,11 @@ then
fi
mkdir buil
21 matches
Mail list logo