aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm/virt.h
diff options
context:
space:
mode:
authorDongjiu Geng <gengdongjiu@huawei.com>2019-10-15 22:01:36 +0800
committerPeter Maydell <peter.maydell@linaro.org>2019-10-15 15:40:43 +0100
commit3f71f76326c32c1b43e8fcf020824aa842134b7f (patch)
tree0655baf7dba5bf1d8fc64029730a3d66c5e49883 /include/hw/arm/virt.h
parent9020e9526cd08c4dc99d54dba48730de2908c970 (diff)
hw/arm/virt: Introduce a RAS machine option
RAS Virtualization feature is not supported now, so add a RAS machine option and disable it by default. Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> Message-id: 20191015140140.34748-2-zhengxiang9@huawei.com
Diffstat (limited to 'include/hw/arm/virt.h')
-rw-r--r--include/hw/arm/virt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h
index a72094204e..21ca4e01dd 100644
--- a/include/hw/arm/virt.h
+++ b/include/hw/arm/virt.h
@@ -119,6 +119,7 @@ typedef struct {
bool highmem_ecam;
bool its;
bool virt;
+ bool ras;
int32_t gic_version;
VirtIOMMUType iommu;
struct arm_boot_info bootinfo;