[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/9] hw/arm/virt: Improve CPU help and fix testing under KVM
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/9] hw/arm/virt: Improve CPU help and fix testing under KVM |
Date: |
Fri, 5 Feb 2021 15:43:36 +0100 |
Yet again bugfixes and cleanup patches noticed while
rebasing my "Support disabling TCG on ARM (part 2)" series.
Sending them independently as they aren't directly dependent
of it so don't have to be delayed by other unanswered questions.
Please review,
Phil.
Philippe Mathieu-Daudé (9):
tests/qtest/arm-cpu-features: Remove Cortex-A15 check
tests/qtest: Restrict xlnx-can-test to TCG builds
tests/qtest/boot-serial-test: Test Virt machine with 'max'
tests/qtest/cdrom-test: Only allow the Virt machine under KVM
hw/arm/virt: Improve CPU name in help message
hw/arm/virt: Display list of valid CPUs for the Virt machine
hw/arm/virt: Do not include 64-bit CPUs in 32-bit build
hw/arm/virt: Restrict 32-bit CPUs to TCG
tests/qtest/arm-cpu-features: Restrict TCG-only tests
hw/arm/virt.c | 20 +++++++++++++++++-
tests/qtest/arm-cpu-features.c | 37 ++++++++++++++++++++++++++--------
tests/qtest/boot-serial-test.c | 2 +-
tests/qtest/cdrom-test.c | 5 ++++-
tests/qtest/meson.build | 2 +-
5 files changed, 54 insertions(+), 12 deletions(-)
--
2.26.2
- [PATCH 0/9] hw/arm/virt: Improve CPU help and fix testing under KVM,
Philippe Mathieu-Daudé <=
- [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Philippe Mathieu-Daudé, 2021/02/05
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Andrew Jones, 2021/02/05
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Philippe Mathieu-Daudé, 2021/02/05
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Andrew Jones, 2021/02/05
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Philippe Mathieu-Daudé, 2021/02/05
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Andrew Jones, 2021/02/06
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, John Snow, 2021/02/08
[PATCH 2/9] tests/qtest: Restrict xlnx-can-test to TCG builds, Philippe Mathieu-Daudé, 2021/02/05