mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
xlnx-zcu102: Add a machine level virtualization property
Add a machine level virtualization property. This defaults to false and can be set to true using this machine command line argument: -machine xlnx-zcu102,virtualization=on This follows what the ARM virt machine does. This property only applies to the ZCU102 machine. The EP108 machine does not have this property. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
b7436e94de
commit
1946809ece
3 changed files with 33 additions and 2 deletions
|
@ -91,6 +91,8 @@ typedef struct XlnxZynqMPState {
|
|||
|
||||
/* Has the ARM Security extensions? */
|
||||
bool secure;
|
||||
/* Has the ARM Virtualization extensions? */
|
||||
bool virt;
|
||||
/* Has the RPU subsystem? */
|
||||
bool has_rpu;
|
||||
} XlnxZynqMPState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue