qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM Support for imx8mp-evk Machine
@ 2025-06-29 20:48 Bernhard Beschow
  2025-06-29 20:48 ` [PATCH 1/2] hw/arm/fsl-imx8mp: Wire VIRQ and VFIQ Bernhard Beschow
  2025-06-29 20:48 ` [PATCH 2/2] hw/arm/imx8mp-evk: Add KVM support Bernhard Beschow
  0 siblings, 2 replies; 16+ messages in thread
From: Bernhard Beschow @ 2025-06-29 20:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm, Peter Maydell, Bernhard Beschow, Paolo Bonzini

This series adds KVM support to the imx8mp-evk machine, both as a guest and as a
KVM host. Turning imx8mp-evk into a KVM host just required wiring up two
interrupts (patch 1) while implementing `-accel kvm` required more work, drawing
inspiration from the virt machine (patch 2).

Testing done:
* Run `qemu-system-aarch64 -M virt -accel kvm -cpu host" and
  `qemu-system-aarch64 -M imx8mp-evk -accel kvm -cpu host -smp 4` under
  `qemu-system-aarch64 -M imx8mp-evk -accel tcg -smp 4`
* Run `qemu-system-aarch64 -M imx8mp-evk -accel kvm -cpu host -smp 4` under
  `qemu-system-aarch64 -M virt,secure=on,virtualization=on,gic-version=4 \
  -cpu cortex-a72 -smp 4 -accel tcg` and `qemu-system-aarch64 -M imx8mp-evk \
  -accel tcg -smp 4"

Bernhard Beschow (2):
  hw/arm/fsl-imx8mp: Wire VIRQ and VFIQ
  hw/arm/imx8mp-evk: Add KVM support

 docs/system/arm/imx8mp-evk.rst |  7 +++++++
 hw/arm/fsl-imx8mp.c            | 37 +++++++++++++++++++++++++++++-----
 hw/arm/imx8mp-evk.c            | 11 ++++++++++
 hw/arm/Kconfig                 |  3 ++-
 hw/arm/meson.build             |  2 +-
 5 files changed, 53 insertions(+), 7 deletions(-)

-- 
2.50.0



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-08-26 18:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-29 20:48 [PATCH 0/2] KVM Support for imx8mp-evk Machine Bernhard Beschow
2025-06-29 20:48 ` [PATCH 1/2] hw/arm/fsl-imx8mp: Wire VIRQ and VFIQ Bernhard Beschow
2025-06-30  8:59   ` Philippe Mathieu-Daudé
2025-07-08 22:29     ` Bernhard Beschow
2025-07-10  8:25       ` Peter Maydell
2025-06-29 20:48 ` [PATCH 2/2] hw/arm/imx8mp-evk: Add KVM support Bernhard Beschow
2025-06-30  8:58   ` Philippe Mathieu-Daudé
2025-06-30 20:43     ` Bernhard Beschow
2025-06-30  9:09   ` Peter Maydell
2025-06-30 20:22     ` Bernhard Beschow
2025-06-30 21:03       ` Peter Maydell
2025-07-08 16:36         ` Bernhard Beschow
2025-08-11 11:01           ` Bernhard Beschow
2025-08-26  5:50             ` Bernhard Beschow
2025-08-26  9:21           ` Peter Maydell
2025-08-26 18:21             ` Bernhard Beschow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).