Magnus Kulke and Paolo Bonzini
0daf817c80
target/i386/mshv: Add x86 decoder/emu implementation
...
The MSHV accelerator requires a x86 decoder/emulator in userland to
emulate MMIO instructions. This change contains the implementations for
the generalized i386 instruction decoder/emulator.
Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com >
Link: https://lore.kernel.org/r/20250916164847.77883-4-magnuskulke@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2025-10-08 19:17:29 +02:00
Richard Henderson
637a8b25a6
Merge tag 'physmem-20251007' of https://github.com/philmd/qemu into staging
...
Memory patches
- Cleanups on RAMBlock API
- Cleanups on Physical Memory API
- Remove cpu_physical_memory_is_io()
- Remove cpu_physical_memory_rw()
- Legacy conversion [cpu_physical_memory -> address_space]_[un]map()
# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEE+qvnXhKRciHc/Wuy4+MsLN6twN4FAmjkgzUACgkQ4+MsLN6t
# wN7ouQ//V/goGzlt3AueQCs3UwYLsnLbHq6PIlddEmbEe4VobgBMY6qhgvM54dhS
# EX/uBikOVHNSjFzKTcr67fLk+wIaGpY6VeZWHibKTh9dFPGjPCBOshYRQl8Oe31p
# 4sIppkJGcuvQyXO07avLoSbpUo7REDja1G688D45ANOEPpb+7nHJlgq7uWUlbT5k
# ICqT6TF+V0nmM/4yK19sFdimyS++PtnAgLwdODhG6apMNy8CkjE2I6IaPFHaCJEf
# +we8iHxhPn6NkP7P7EHDNkLAOz/jhL7pIf3/kC3Pc+aMtXYOrH1dVcmMhF9zbP/F
# MXMQIOIhKbuEksqIpTqP80UegTO4WVBPPDNZafRtA3Fzfex5WU0PxbtrwZtSNCP4
# e5mSp36Xp2fLaAsXMZBIUQrRnj4Hy0m7YMFSi8aoMsJRvnou6cJ02BCWjP+VUk74
# rrGpHKZ3vIhwVsRVcU43m8Xctk0H9KkhOTVvOGqzBUnJUo2eQb7w4qUxim7L8EoP
# g2AOak+wdwpi0402QFPf2PD1WKGu3kc3Kuny/C7YeIUdTrRR8wPCWsIjmusFRnFv
# 1deZOlwVu4ESIuPiuHsLN7WbSZjEPxZH4cgUZmdeoKCTn6vNkC6FWlluMnS8Y+Bb
# c3AKo9kVatznQvY/qiH8h8rYqI8RFta8F8QHoIo1t41YJKlzuOY=
# =FLzC
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon 06 Oct 2025 08:04:21 PM PDT
# gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
# gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org >" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE
* tag 'physmem-20251007' of https://github.com/philmd/qemu : (41 commits)
system/physmem: Extract API out of 'system/ram_addr.h' header
system/physmem: Drop 'cpu_' prefix in Physical Memory API
system/physmem: Reduce cpu_physical_memory_sync_dirty_bitmap() scope
system/physmem: Reduce cpu_physical_memory_clear_dirty_range() scope
system/physmem: Un-inline cpu_physical_memory_dirty_bits_cleared()
system/physmem: Un-inline cpu_physical_memory_set_dirty_lebitmap()
system/physmem: Remove _WIN32 #ifdef'ry
system/physmem: Un-inline cpu_physical_memory_set_dirty_range()
system/physmem: Un-inline cpu_physical_memory_set_dirty_flag()
system/physmem: Un-inline cpu_physical_memory_range_includes_clean()
system/physmem: Un-inline cpu_physical_memory_is_clean()
system/physmem: Un-inline cpu_physical_memory_get_dirty_flag()
hw: Remove unnecessary 'system/ram_addr.h' header
target/arm/tcg/mte: Include missing 'exec/target_page.h' header
hw/vfio/listener: Include missing 'exec/target_page.h' header
hw/s390x/s390-stattrib: Include missing 'exec/target_page.h' header
accel/kvm: Include missing 'exec/target_page.h' header
system/ram_addr: Remove unnecessary 'exec/cpu-common.h' header
hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call
hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls
...
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
2025-10-07 08:46:12 -07:00
Philippe Mathieu-Daudé and Peter Maydell
cedbe3b24a
hw/arm: Remove sl_bootparam_write() and 'hw/arm/sharpsl.h' header
...
When removing the spitz and tosa board, commit b62151489a
("hw/arm: Remove deprecated akita, borzoi spitz, terrier,
tosa boards") removed the last calls to sl_bootparam_write().
Remove it, along with the "hw/arm/sharpsl.h" header.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20251001084047.67423-1-philmd@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:49:24 +01:00
Frederic Konrad and Peter Maydell
e836211f7d
hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5
...
This wires a second GIC for the Cortex-R5, all the IRQs are split when there
is an RPU instanciated.
Signed-off-by: Clément Chigot <chigot@adacore.com >
Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Message-id: 20250930115718.437100-4-chigot@adacore.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:39:15 +01:00
Clément Chigot and Peter Maydell
b94246a252
hw/arm/xlnx-zynqmp: move GIC_NUM_SPI_INTR define in header
...
This define will be needed in a later patch in XlnxZynqMPState
structure, hence move it within xlnx-zynqmp header.
Add XLXN_ZYNQMP prefix as it's now public.
Signed-off-by: Clément Chigot <chigot@adacore.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Message-id: 20250930115718.437100-2-chigot@adacore.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:39:15 +01:00
Luc Michel and Peter Maydell
8cd160dccf
hw/arm/xlnx-versal: add versal2 SoC
...
Add the Versal Gen 2 (versal2) version of the Versal SoC family.
This version embeds up to 8 Cortex-A78AE cores (split into 4 clusters)
and 10 Cortex-R52 cores (split into 5 clusters). The similarities
between versal and versal2 in term of architecture allow to reuse the
VersalMap structure to almost fully describe the implemented parts of
versal2.
The versal2 eFuse device differs quite a lot from the versal one and is
left as future work.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-41-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
00580a9d71
hw/misc/xlnx-versal-crl: add the versal2 version
...
Add the versal2 version of the CRL device. For the implemented part, it
is similar to the versal version but drives reset line of more devices.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-37-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
4707024bc3
hw/arm/xlnx-versal: tidy up
...
Remove now unused macros in xlnx-versal.[ch]. Those macros have been
replaced by the VersalMap structure that serves as a central description
for the SoC. The ones still in use in the versal_unimp function are
inlined.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-36-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
48111f7e72
hw/arm/xlnx-versal: use hw/arm/bsa.h for timer IRQ indices
...
Use the bsa.h header for ARM timer and maintainance IRQ indices instead
of redefining our owns.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-35-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
ff789d1556
hw/misc/xlnx-versal-crl: refactor device reset logic
...
Refactor the device reset logic to have a common register write callback
for all the devices. This uses a decode function to map the register
address to the actual peripheral to reset. This refactoring changes the
CPU property name from cpu_r5[*] to rpu[*] to ease with the connections
in the Versal SoC. It also fixes a bug where the gem device pointer
was mapped to the usb link property.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-33-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
c27ca57288
hw/misc/xlnx-versal-crl: split into base/concrete classes
...
Split the TYPE_XLNX_VERSAL_CRL type into base and concrete classes. This
is in preparation for the versal2 version of the CRL.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-32-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
87830c4dd6
hw/arm/xlnx-versal: add the versal_get_num_cpu accessor
...
Add the versal_get_num_cpu accessor to the Versal SoC to retrieve the
number of CPUs in the SoC. Use it in the xlnx-versal-virt machine.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-30-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
e4a9bc0aae
hw/arm/xlnx-versal: ddr: refactor creation
...
Refactor the DDR aperture regions creation using the VersalMap
structure. Device creation and FDT node creation are split into two
functions because the later must happen during ARM virtual bootloader
modify_dtb callback.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-29-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
cf8f12b6e7
hw/arm/xlnx-versal: ocm: refactor creation
...
Refactor the OCM creation using the VersalMap structure.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-28-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
805bdea08a
hw/arm/xlnx-versal: rpu: refactor creation
...
Refactor the RPU cluster creation using the VersalMap structure. This
effectively instantiate the RPU GICv2 which was not instantiated before.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-27-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
d95bf38556
hw/arm/xlnx-versal: add support for multiple GICs
...
The Versal SoC contains two GICs: one GICv3 in the APU and one GICv2 in
the RPU (currently not instantiated). To prepare for the GICv2
instantiation, add support for multiple GICs when connecting interrupts.
When a GIC is created, the first-cpu-index property is set on it, and a
pointer to the GIC is stored in the intc array. When connecting an IRQ,
a TYPE_SPLIT_IRQ device is created with its num-lines property set to
the number of GICs in the SoC. The split device is used to fan out the
IRQ to all the GICs.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-25-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Francisco Iglesias and Peter Maydell
27493e5e68
hw/intc/arm_gicv3: Introduce a 'first-cpu-index' property
...
Introduce a 'first-cpu-index' property for specifying the first QEMU CPU
connected to the GICv3. This makes it possible to have multiple instances
of the GICv3 connected to different CPU clusters.
For KVM, mark this property has unsupported. It probably does not make
much sense as it is intented to be used to model non-SMP systems.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Signed-off-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Sai Pavan Boddu <sai.pavan.boddu@amd.com >
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-24-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
7c21633676
hw/arm/xlnx-versal: refactor CPU cluster creation
...
Refactor the CPU cluster creation using the VersalMap structure. There
is no functional change. The clusters properties are now described in
the VersalMap structure. For now only the APU is converted. The RPU will
be taken care of by next commits.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-21-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
e17df66076
hw/arm/xlnx-versal-virt: virtio: refactor creation
...
Refactor the creation of virtio devices. Use the accessors provided by
the Versal SoC to retrieve the reserved MMIO and IRQ space. Those are
defined in the VersalMap structure.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-20-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
aaf889ebdc
hw/arm/xlnx-versal: crl: refactor creation
...
Refactor the CRL device creation using the VersalMap structure. The
connections to the RPU CPUs are temporarily removed and will be
reintroduced with next refactoring commits.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-19-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
b913b3cb26
hw/arm/xlnx-versal: cfu: refactor creation
...
Refactor the CFU device creation using the VersalMap structure. All
users of the APB IRQ OR gate have now been converted. The OR gate device
can be dropped.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-18-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
176faad4bf
hw/arm/xlnx-versal: rtc: refactor creation
...
Refactor the RTC device creation using the VersalMap structure.
The sysbus IRQ output 0 (APB IRQ) is connected instead of the output 1
(addr error IRQ). This does not change the current behaviour since the
RTC model does not implement those IRQs anyway.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-17-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
060b809271
hw/arm/xlnx-versal: trng: refactor creation
...
Refactor the TRNG device creation using the VersalMap structure.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-16-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
c58d45a2b9
hw/arm/xlnx-versal: bbram: refactor creation
...
Refactor the BBRAM device creation using the VersalMap structure.
Note that the corresponding FDT node is removed. It does not correspond
to any real node in standard Versal DTBs. No matching drivers exist for
it.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-15-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00
Luc Michel and Peter Maydell
482f95526a
hw/arm/xlnx-versal: PMC IOU SCLR: refactor creation
...
Refactor the PMC IOU SLCR device creation using the VersalMap structure.
This is the first user of a shared IRQ using an OR gate. The OSPI
controller is reconnected to the SLCR.
Signed-off-by: Luc Michel <luc.michel@amd.com >
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com >
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com >
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20250926070806.292065-14-luc.michel@amd.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2025-10-07 10:35:36 +01:00